git clone git://github.com/rails/rails.git
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]
When dealing with SQLite3, use the table_info pragma helper, so that the bindings can do some translation for when sqlite3 breaks incompatibly between point releases.
Merge [6086] from trunk. References #7372.
Merge [6084] from trunk. References #7083.
Remove noisy nodoc for Ruby 1.8.4
Merge [6078] from trunk. References #6977.
Merge [6075] from trunk. References #7228.
Merge [6071] from trunk. References #7095.
Merge [6067] from trunk. References #6778.
Merge [5434] from trunk. Reference #6495.
Merge [6064] from trunk. References #6778.
Merge [6062] from trunk. References #7229.
Fixed NumberHelper#number_with_delimiter to use "." always for splitting the original number, not the delimiter parameter (closes #7389) [ceefour]
stable becomes 1-1-stable, 1-2-pre-release becomes 1-2-stable
Require the dispatcher for Rails::Configuration#to_prepare. [Rick]
Merge [5704], [6005], [6034] from trunk. References #7268, #7354.
Merge [6023] from trunk. References #7330.
Merge [6014] from trunk. References #2928.