rails/actionpack/test/dispatch/routing
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
..
concerns_test.rb Remove skipped JRuby tests that are passing on 9.0.3.0. 2015-10-27 01:13:28 -02:00
inspector_test.rb Deprecate :controller and :action path parameters 2016-03-01 08:48:53 +00:00
ipv6_redirect_test.rb Fix broken IPv6 addresses handling 2015-04-16 20:57:31 -04:00
route_set_test.rb Prefer assert_not over refute 2015-05-18 19:33:25 -03:00