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/controller/new_base
Andrew White 6520ea5f7e Deprecate :controller and :action path parameters
Allowing :controller and :action values to be specified via the path
in config/routes.rb has been an underlying cause of a number of issues
in Rails that have resulted in security releases. In light of this it's
better that controllers and actions are explicitly whitelisted rather
than trying to blacklist or sanitize 'bad' values.
2016-03-01 08:48:53 +00:00
..
bare_metal_test.rb Handle response_body= when body is nil 2016-01-30 09:42:59 -05:00
base_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
content_negotiation_test.rb Stop using deprecated render :text in test 2015-07-17 22:27:33 -04:00
content_type_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
middleware_test.rb Fix another rack SPEC violation 2015-08-25 17:22:52 -07:00
render_action_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_body_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
render_context_test.rb update documentation and code to use _action callbacks 2012-12-07 14:46:06 -05:00
render_file_test.rb Fix actionpack test cases broken by #16888 2014-09-26 01:42:18 +09:00
render_html_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
render_implicit_action_test.rb Only accept actions without File::SEPARATOR in the name. 2014-05-06 13:36:58 -03:00
render_layout_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_partial_test.rb Fix typos in AP: "overriden" => "overridden" 2013-03-30 15:17:08 -03:00
render_plain_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
render_streaming_test.rb Consistent usage of spaces in hashes across our codebase 2015-01-29 12:19:41 -02:00
render_template_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
render_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
render_text_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
render_xml_test.rb