1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Andrew White c4106d0c08 Duplicate possible frozen string from route
Ruby 1.9 freezes Hash string keys by default so where a route is
defined like this:

  get 'search' => 'search'

then the Mapper will derive the action from the key. This blows up
later when the action is added to the parameters hash and the
encoding is forced.

Closes #3429
2013-01-21 17:14:10 +00:00
..
http Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string 2013-01-17 17:42:49 +04:00
journey Change the behavior of route defaults 2013-01-15 17:22:25 +00:00
middleware In Browser Path Matching with Javascript 2013-01-20 23:10:24 -06:00
request Merge pull request #7495 from steveklabnik/issue_7478 2012-09-01 23:42:39 -07:00
routing Duplicate possible frozen string from route 2013-01-21 17:14:10 +00:00
testing Ensure port is set when passed via the process method 2013-01-15 17:21:33 +00:00
journey.rb Integrate Journey into Action Dispatch 2012-12-19 22:13:08 +00:00
railtie.rb nodoc AD & AV railties classes 2012-12-01 13:12:41 -05:00
routing.rb Cleans and removes useless 'Examples' tag [ci skip] 2012-12-01 15:19:45 -05:00