git clone git://github.com/rails/rails.git
Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR.
CHANGELOGs..
Fixed bug in page caching that prevented it from working at all
Fixed sending of emails to use Tmail#from not the deprecated Tmail#from_address
Made methods class level methods again
Tagged the 0.9.4 release
Made more stuff quiet
Made a bunch of stuff quiet in the docs
Made ready for release of 0.9.4
Fixed up some docs
Make sure #470 shouldnt be happening
Added test_forgetting_the_load_when_foreign_key_enters_late
Only remember that an association was loaded if it was found
Test for #489
belongs_to association should always honor a present foreign key and condition interpolation should also be possible on belongs_to
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