git clone git://github.com/rails/rails.git
Pegged the versions for release
Keep JS files locally
Fixed routing snafu
Fixed documentation for release (AS)
Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas Seckar]
Made documentation ready for release (AR)
Correctly normalize newlines in outgoing emails before encoding the body [John Long]
Made documentation ready for release (AP)
Retract the session fix until 0.13.1 to preserve the truthfulness of the book
Make new AJAX helpers aware of more of their options #1622 [Thomas Fuchs]
Partly tuned docs for release (AP)
Tuned documentation for release (AWS)
Tuned documentation for release (AM)
Fixed that a SessionRestoreError was thrown if a model object was placed in the session that wasn't available to all controllers
Pulled the gateway.cgi until we can make it work properly out the gates
Fixed documentation snafu with send_file -- the option is :stream, not :streaming #1621 [evl]
Added a USAGE document to the migration generator
Added fixed gateway script [Nicholas Seckar]
Added warning about setting the test database to the same as production or development #1619 [court3nay]
benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite.
r2879@asus: jeremy | 2005-07-05 16:15:16 -0700
r2874@asus: jeremy | 2005-07-05 16:13:39 -0700
Move URI to the end for greater overview
Fix syntax error
Changed logging of SQL statements to use the DEBUG level instead of INFO. Added logging of the request URI in the benchmark statement (makes it easy to grep for slow actions). Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged)
Fixed routing regression on index exception
Routing fix
r2866@asus: jeremy | 2005-07-05 13:23:10 -0700
r2850@asus: jeremy | 2005-07-05 13:08:32 -0700
Fix regression from [1631] that caused an attribute to be set to nil if it was assigned false