aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-01-21 17:20:51 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2013-01-21 17:20:51 +0000
commit431759614d84395faa713ebdfa8bd1cadc97183a (patch)
treeedc38739164010569f5e45183ee47006352dadd7 /activerecord/test
parenta3aca81b21f793e8869440e9e84ead80c2479e3d (diff)
downloadrails-431759614d84395faa713ebdfa8bd1cadc97183a.tar.gz
rails-431759614d84395faa713ebdfa8bd1cadc97183a.tar.bz2
rails-431759614d84395faa713ebdfa8bd1cadc97183a.zip
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
Diffstat (limited to 'activerecord/test')
0 files changed, 0 insertions, 0 deletions