git clone git://github.com/rails/rails.git
apply [6408] to stable
Prepare for release of Rails 1.2.3
Apply [5709] to stable
Merge [6364] from trunk. Consistently quote primary key column names. References #7763.
Merge [6360] from trunk. Fixes YAML Omap fixtures. References #2665.
Merge [6344] from trunk. Check for MinGW when testing for Windows platform. References #2982.
Merge [6336] from trunk. References #6466, #7153.
Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compatibility fixes.
Ruby 1.8.6 compatibility: the bundled mysql.rb had used deprecated Digest::SHA1.new(...).digest instead of Digest::SHA1.digest(...)
Merge [6099] from trunk. Compatibility with Ruby 1.8.6: make private Time#to_date and #to_datetime public.
Merge [6253] from trunk. References #6680.
apply [6248] to stable
Merge [6241] from trunk.
Stop swallowing errors during rake test [Koz]
Revert [6086] and [6087] since they caused a major regression with functional tests in 1.2.2. References #7372.
Merge [6143] from trunk.
Merge [6140] from trunk.
Update date
Prepare for release of Rails 1.2.2
Update release script on stable branch
Merge 5876 to release.
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [Chad Fowler]
Add much-needed html-scanner tests. Fixed CDATA parsing bug. [Rick]
fix problem with EMPTY_INHERITABLE_ATTRIBUTES being redefined
apply [6113] to stable
Optimize Class Inheritable Attributes so that unnecessary hashes are not created. [Bruce Perens]
Don't create instance writer methods for class attributes. [Rick]
Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/accessor, and #class_inheritable_writer to skip the creation of the instance writer. [Rick]
Add singleton resources from trunk [Rick Olson]
Deprecate server_settings renaming it to smtp_settings, add sendmail_settings to allow you to override the arguments to and location of the sendmail executable. [Koz]