February 23, 2005
Matt Grayson is another Python programmer that despite his love for Python “…haven’t done much Python lately”. He blames Rails, which he declares “…is worth the hype.”. On the prospect...
February 23, 2005
Schubert has been working on a program that’ll extract a UML diagram from your Rails application. On his weblog, Schubert has an example of how it looks right now with...
February 22, 2005
Xavier Defrang characterizes himself as a “…a frustrated Python-lover writing object-oriented PHP code”. He has contributed to the O’Reilly Python Cookbook and initiated the french translation of Dive Into Python....
February 22, 2005
Scott Baron explains the twelve routing rules that connects his Elite Journal weblogging system. Routing is the mod_rewrite replacement coming in Rails 0.10.
February 22, 2005
Rails is built upon the foundation of a model-view-control split of responsibilities. The MVC pattern can be quite bewildering if you’re coming from procedural PHP, other non-OOP environments, or are...
February 22, 2005
Despite my recent case against high-level components, I do find low-to-medium level components useful when restricted within a narrow context. I could easily foresee abstracting some of the stuff in...
February 22, 2005
Florian Weber has been working on his benchmark extension to test/unit for quite a while, but real life got in the way with the development of Bellybutton. He’s now making...
February 22, 2005
Nicholas Mommaerts is a Java programmer that “…spend[s] 8 hours a day programming with Struts in a big company”. After becoming interested enough in Rails to do his blog in...
February 19, 2005
Jamis Buck did a presentation of Rails for the Utah Java Users Group two nights ago. He has made the entire show available online including the Terminal videos used to...
February 18, 2005
Another installment in Scott Baron’s series “Rails Application Walk-through” today. This time he’s tackling the use of validations by utilizing both the built-in ones and a couple of custom validations....