git clone git://github.com/rails/rails.git
Tagged 1.2.4 for release
Actually add the file referenced in [7730]
Merge rake routes to stable to help people upgrading.
Forgotten changelog entry
Disable non-cookie sessions to prevent Session Fixation Attacks. Closes #7952 [bradediger]
Change the resource seperator from ; to / change the generated routes to use the new-style named routes. e.g. new_group_user_path(@group) instead of group_new_user_path(@group). [pixeltrix] Closes #8558
Merge sqlite test fixes from trunk
Silence mocha warnings
Revert [7414] which rearranged stable resource URLs. References #8558.
Added new new_admin_products_url named route in addition to old admin_new_products_url syntax. latter syntax got a deprecation warning [pixeltrix]
Merge 8801 fix to stable. Closes #8801
Don't clobber :includes passed to count on has_many association. Closes #9175 [danger]
Merge [7235] to stable. References #9167 [danger]
Ensure TestRequest#request_uri returns the right value when doing multiple GETs. Closes #4867 [alisdair@randomoracle.org, mpalmer]
Integration tests: introduce methods for other HTTP methods. Closes #6353. Merges [6203]
Merge gem freezing fix to stable.
Improve performance of action caching. Closes #8231 [skaes]
Merge [7177] to release. [skaes] References #8891
Merge delete-with-options for cookies from trunk to release
Merge [7086] to stable: demote Hash#to_xml to use XmlSimple#xml_in_string so it can't read files or stdin. References #8453.
Merge [7075] to stable: save associated records only if the association is already loaded. References #8713.
1-2-stable: changing the :default Date format doesn't break date quoting. Closes #6312.
Merge [7006] to stable: fix precedence error in failsafe rescue. References #8625.
Merge [7002] to stable: fix syntax error in dispatcher than wrecked failsafe responses. References #8625.
Deprecate pagination for Rails 1.2.4. Install the classic_pagination plugin for forward compatibility, or move to the superior will_paginate plugin. References #8157.
Fix template compile tests on windows [skaes] closes #8234
apply [6879] to stable. Closes #7293.
Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes #8205.
Merge [6804] to stable: belongs_to assignment creates a new proxy rather than modifying its target in-place. References #8412.
Merge [6802] to stable: fix filtered parameter logging with nil parameter values. References #8422.