December 24, 2004
Rails 0.9.2: End of requiring models, models in sessions, lots of fixes
Thanks to the powers of const_missing, you no longer need to explicitly require models that reside in their own files. They’ll spring to life automatically, which is very helpful for...
December 23, 2004
Rails 0.9.2: End of requiring models, models in sessions, lots of fixes
Thanks to the powers of const_missing, you no longer need to explicitly require models that reside in their own files. They’ll spring to life automatically, which is very helpful for...
December 16, 2004
Rails 0.9.1: Small, but important bugfix for Action Pack
Fixed a bug that would cause an Application Controller to require itself three times and hence cause filters to be run three times. Evl tried to tell me before release...
December 16, 2004
Rails 0.9: Fast development, breakpoints, validations
Another huge upgrade with again close to 100 changes, additions, and tweaks. Most importantly are the new faster development environment that caches the framework and lets the application reload under...