1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/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
..
middleware_stack
request Fix json params parsing regression for non-object JSON content. 2013-01-11 00:28:32 -05:00
routing In Browser Path Matching with Javascript 2013-01-20 23:10:24 -06:00
session Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
best_standards_support_test.rb Remove header bloat introduced by BestStandardsSupport middleware 2013-01-15 19:16:08 -05:00
callbacks_test.rb
cookies_test.rb Allow users to change the default salt if they want, shouldn't be necessary 2012-11-03 14:57:54 -02:00
debug_exceptions_test.rb strong parameters exception handling 2013-01-15 17:45:34 -07:00
header_test.rb add test for fetch with a block 2012-10-18 15:22:58 -07:00
live_response_test.rb Alias refute methods to assert_not and perfer assert_not on tests 2012-12-31 13:58:52 -03:00
mapper_test.rb
middleware_stack_test.rb
mime_type_test.rb depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_types 2012-09-24 17:24:18 -07:00
mount_test.rb
prefix_generation_test.rb test case to lock down the behavior of #7842 2012-11-04 15:15:29 +01:00
rack_cache_test.rb
rack_test.rb depreacte unused Mime::Type#verify_request? and Mime::Type.browser_generated_types 2012-09-24 17:24:18 -07:00
reloader_test.rb
request_id_test.rb
request_test.rb Fix ActionDispatch::Request#formats when HTTP_ACCEPT header is empty string 2013-01-17 17:42:49 +04:00
response_test.rb
routing_assertions_test.rb
routing_test.rb Duplicate possible frozen string from route 2013-01-21 17:14:10 +00:00
show_exceptions_test.rb
ssl_test.rb Allow use of durations for ActionDispatch::SSL configuration 2013-01-04 16:20:23 +00:00
static_test.rb Revert "Invert precedence of content in ActionDispatch::Static" 2012-12-07 06:02:43 +00:00
test_request_test.rb
test_response_test.rb
uploaded_file_test.rb
url_generation_test.rb