Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rails/rails
Browse files Browse the repository at this point in the history
  • Loading branch information
dhh committed Apr 5, 2010
2 parents f8730e5 + 0087d07 commit ebc80ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions actionpack/CHANGELOG
Expand Up @@ -3,17 +3,17 @@
* Added all the new HTML5 form types as individual form tag methods (search, url, number, etc) #3646 [Stephen Celis]

* Changed the object used in routing constraints to be an instance of
ActionDispatch::Request rather than Rack::Request
ActionDispatch::Request rather than Rack::Request [YK]

* Changed ActionDispatch::Request#method to return a String, to be compatible
with Rack::Request. Added ActionDispatch::Request#method_symbol to
return a symbol form of the request method.
return a symbol form of the request method. [YK]

* Changed ActionDispatch::Request#method to return the original
method and #request_method to return the overridden method in the
case of methodoverride being used (this means that #method returns
"HEAD" and #request_method returns "GET" in HEAD requests). This
is for compatibility with Rack::Request
is for compatibility with Rack::Request [YK]


*Rails 3.0.0 [beta 2] (April 1st, 2010)*
Expand Down

0 comments on commit ebc80ea

Please sign in to comment.