rails--rails/actionpack/test
Andrew White 1555a1800e Skip Rack applications and redirects when generating urls
When generating an unnamed url (i.e. using `url_for` with an options
hash) we should skip anything other than standard Rails routes otherwise
it will match the first mounted application or redirect and generate a
url with query parameters rather than raising an error if the options
hash doesn't match any defined routes.

Fixes #8018
2013-07-16 13:39:17 +01:00
..
abstract add test-case to verify `error.path` when a helper was not found. 2013-07-12 15:40:47 +02:00
assertions test response assertions 2012-01-06 11:20:26 -08:00
controller Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
dispatch Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
fixtures Show real LoadError on helpers require 2013-07-10 11:26:43 +02:00
journey Skip Rack applications and redirects when generating urls 2013-07-16 13:39:17 +01:00
lib/controller Add HTML5 input[type="color"] helper 2012-05-21 17:23:48 -03:00
routing add some tests, yay! 2012-02-22 11:05:03 -08:00
tmp
abstract_unit.rb remove unused variable and assignment 2013-03-31 19:34:40 +05:30