git clone git://github.com/rails/rails.git
Prepare for 2.0.3
Deprecate AR::Base#attributes argument
Deprecate ivars in view.
Merge [9124] from trunk: Avoid remote_ip spoofing.
Merge [9069] from trunk: Fix an edge case with extra periods in Routing.normalize_paths. References #11337.
Merge [9056] from trunk: Migrations: create_table supports primary_key_prefix_type. References #10314.
port [9018] to 2.0 stable
2-0-stable: Add OrderedHash#to_hash References #11266 [josh]
2-0-stable: Revert [8866]
2-0-stable: Enumerable#group_by uses ActiveSupport::OrderedHash
2-0-stable: Fix Fixtures for ActionController tests with fixtures. Closes #11162 [menno.sman]
apply [8865] to 2.0 stable
2-0-stable: Remove table quoting; only pull last_insert_id if there's a primary key.
2-0-stable: Show RecordInvalid in the documentation. Closes #10976 [kampers]
2-0-stable: Add documentation for polymorphic URL helpers, make API consistent for polymorphic_path and polymorphic_url.
Don't split cookies on comma also. References r8505.
2-0-stable: Correct inconsistencies in RequestForgeryProtection docs. References #11032 [mislav]
2-0-stable: Make the docs reference the correct function. [Tobi Reif]
2-0-stable: Less verbose mail logging: just recipients for :info log level; the whole email for :debug only. References #8000.
2-0-stable: When multiparameter date assignment fails due to an invalid date, fall back to create a Time and convert to_date. References #10556 [leikind]
2-0-stable: Make the non inferrable controller message a little friendlier. [Koz]
Rejig strange changelog error
2-0-stable: Make assert_routing aware of the HTTP method used. References #8039 [mpalmer]
2-0-stable: Precalculate the Backtrace of a template error to avoid raising exceptions in TemplateError#backtrace. These will abort the ruby vm. References #10936 [Aleksey Kondratenko]
2-0-stable: Don't repeatedly add relative_url_root to asset sources. References #10767 [tomtoday, Koz]
2-0-stable: Correct documentation for dom_id [jbarnette] References #10775
2-0-stable: Add tests and documentation for allow_blank. References #10651 [blj]
2-0-stable: Reference to :element option in documentation should be :member. References #10905 [fxn]
2-0-stable: Add label_tag helper for generating elements. References #10802 [DefV]
2-0-stable: Ensure mime types can be compared with symbols. References #10796 [bscofield]