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/testing
eileencodes e7dd9069ca Rename extra_keys variables to query_string_keys
`extra_keys` is a confusing variable name because it's not clear what is
"extra". This renames it to `query_string_keys` so it's clear that the
"extra" is just the query string.
2015-08-08 10:29:34 -04:00
..
assertions Rename extra_keys variables to query_string_keys 2015-08-08 10:29:34 -04:00
assertions.rb Compare content_type with Mime::XML instead of regexp 2015-03-16 06:35:00 +02:00
integration.rb stop using @_env in the controller instance 2015-08-07 16:00:57 -07:00
test_process.rb sop passing host and secure to the build method 2015-08-05 17:59:28 -07:00
test_request.rb assign the cookie hash on request allocation 2015-07-08 16:27:02 -07:00
test_response.rb Rack implements redirect? so we don't need it 2015-07-14 11:22:35 -07:00