git clone git://github.com/rails/rails.git
Tagged Rails 2.0.2
Update changelog for Ruby 1.9 compat patches
Revert const_missing bypass in favor of Duration constant lookup tweak
More changelog updates
Mark that render tests crash Ruby 1.9
Ruby 1.9 compat: helpers
Note that filters test crashes Ruby 1.9
Ruby 1.9 compat: account for new, non-flattening Array#to_s
Fixes for standalone tests
Ruby 1.9 compat: cookies
Ruby 1.9 compat: use String#ord to escape filenames for compiled method names
Ruby 1.9 compat: 'a'.ord == 'a'[0]
Ruby 1.9 compat: shadowed vars, kcode
Remove missing default helper warnings
Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically secure secret key for use with cookie sessions.
Ruby 1.9 compat: define Duration#== [chuyeow]
Ruby 1.9 compat: normalize date and time xmlschema to match Ruby's formatting [chuyeow]
Ruby 1.9 compat: prefer builtin String#starts_ and ends_with? if available [chuyeow]
Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 const_defined.
Ensure optimistic locking handles nil #lock_version values properly. Closes #10510 [rick]
Make the Fixtures Test::Unit enhancements more supporting for double-loaded test cases. Closes #10379 [brynary]
Added more specific exceptions for 400, 401, and 403 (all descending from ClientError so existing rescues will work) (closes #10326) [trek]
We love whitespace
Fixed that local database creation should consider 127.0.0.1 local (closes #9026) [parcelbrat]
Docfix (closes #10429) [jamesh/ssoroka]
Fixed that functional tests generated for scaffolds should use fixture calls instead of hard-coded IDs (closes #10435) [boone]
Fixed that ActionView#file_exists? would be incorrect if @first_render is set (closes #10569) [dbussink]
Added that Array#to_param calls to_param on all it's elements (closes #10473) [brandon]
Added db:migrate:redo and db:migrate:reset for rerunning existing migrations #10431, (closes #10432) [matt]
Added db:migrate:redo for rerunning existing migrations (closes #10431) [matt]