git clone git://github.com/rails/rails.git
Removed debugging aid from dependencies
No need for reloading any more
New adventures in dependency reloading
Minor tweaks
Added more informative error message for "file not found" situation in send_file #484 [Alexey]
Finished documentation for caching
Went back to original breakpointing as I couldnt make the patches from flgr work
Fixed some breakpoint issues and made breakpoint_client depend on activerecord/support instead of duplicating the files in railties #441 [Florian Gross]
Removed the Ruby 1.8.2 test/unit fix as it didnt work anyway
Added the option of passing a block to ActiveRecordHelper#form in order to add more to the auto-generated form #469 [dom@sisna.com]
Fixed errors thrown to namespace collision
Flipped code-to-test ratio around to be more readable #468 [Scott Baron]
Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel]
Added validates_associated that enables validation of objects in an unsaved association #398 [Tim Bates]
Added support for associating unsaved objects #402 [Tim Bates]
Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson]
Dont polute the load path more than necessary
Added the meat for String inflection
Missing something from #475
Added availability of class inheritable attributes to the masses #477 [bitsweat]
Added a bit more documentation on how to use the instance methods for acts_as_list #478
Fixed binary support for PostgreSQL #444 [alex@byzantine.no]
Added Inflections as an extension on String, so Inflector.pluralize(Inflector.classify(name)) becomes name.classify.pluralize #476 [bitsweat]
Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke]
Fixed page caching problems with saving cached file fails for the index action and that it shouldnt cache files with GET/POST parameters #462
Removed silly change caused by inability to grok own code at 3 am
Changed add_to_list_top and add_to_list_bottom to be public
Added the option to specify a controller name to "generate scaffold" and made the default controller name the plural form of the model.
Added arrays as a value option for params in url_for and friends #467 [Eric Anderson]