aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* always test against a routed rack app so there are always url_helpersAaron Patterson2014-07-071-32/+58
* Generate shallow paths for all children of shallow resources.Seb Jacobs2014-07-061-0/+22
* Remove symbolized_path_parameters.Guo Xiang Tan2014-07-021-2/+2
* Routes specifying 'to:' must be a string that contains a "#" or a rackAaron Patterson2014-06-031-22/+30
* add tests for mixing :to and controller / actionAaron Patterson2014-06-031-0/+48
* test with an empty viaAaron Patterson2014-06-031-0/+8
* add a test for missing "via" parameterAaron Patterson2014-06-031-0/+8
* "controllers" should be a valid path nameAaron Patterson2014-05-291-0/+10
* add a test for controllers without colonsAaron Patterson2014-05-281-0/+10
* add a test for existing mapper functionalityAaron Patterson2014-05-281-0/+12
* add tests for argument error casesAaron Patterson2014-05-281-0/+27
* extract request allocation from the main app serving routineAaron Patterson2014-05-231-0/+1
* use the request object since we have itAaron Patterson2014-05-231-5/+3
* stop using PARAMETERS_KEY, and use the accessor on the request objectAaron Patterson2014-05-221-0/+3
* Form full URI as string to be parsed in Rack::Test.Guo Xiang Tan2014-05-211-6/+6
* Add RFC4791 MKCALENDAR methodkasper2014-05-151-2/+3
* Use assert_raisesRafael Mendonça França2014-05-041-3/+1
* Merge pull request #11166 from xavier/callable_constraint_verificationRafael Mendonça França2014-05-041-0/+15
|\
| * Verify that route constraints respond to the expected messages instead of sil...Xavier Defrang2013-06-281-0/+15
* | Make URL escaping more consistentAndrew White2014-04-201-3/+25
* | Add a failing test for a URL helper that was broken by a6b9ea2.James Coglan2014-04-101-0/+18
* | Use nested_scope? not shallow? to determine whether to copy optionsAndrew White2014-03-161-0/+36
* | Copy shallow options from normal options when using scopeAndrew White2014-03-081-0/+48
* | Pull namespace defaults out of the options hashAndrew White2014-03-081-0/+130
* | Only use shallow nested scope when depth is > 1Andrew White2014-03-081-0/+60
* | Set the :shallow_path as each scope is generatedAndrew White2014-02-091-0/+75
* | Add additional tests for #13824Andrew White2014-01-251-0/+26
* | Tidy up tests and CHANGELOG for #12598Andrew White2014-01-201-0/+10
* | Automatically convert dashes to underscores in shorthand routesMikko Johansson2014-01-201-0/+10
* | Add failing test for #13369Piotr Sarnacki2014-01-161-0/+18
* | Allow an absolute controller path inside a module scopeAndrew White2014-01-051-0/+12
* | Unique the segment keys array for non-optimized url helpersAndrew White2014-01-051-0/+18
* | Show full route constraints in error messageAndrew White2014-01-051-0/+25
* | Use a custom route vistor for optimized route generationAndrew White2014-01-051-0/+12
* | Try to escape each part of a path redirect route correctlyAndrew White2013-12-021-0/+10
* | add test_scoped_root_as_nameSam Ruby2013-09-241-0/+13
* | Skip Rack applications and redirects when generating urlsAndrew White2013-07-161-0/+53
|/
* test-case => failingYves Senn2013-06-251-0/+13
* Add has_named_route? to the mapper APIJosé Valim2013-05-201-0/+13
* Add test for `format: false` with resources - closes #10323Andrew White2013-04-241-0/+29
* Add url generation tests for #10185Andrew White2013-04-181-0/+2
* Passing subdomain: '' to url_for removes the subdomain (instead of adding a l...Derek Watson2013-04-181-0/+20
* Merge pull request #9932 from senny/9913_routing_problemAndrew White2013-04-031-0/+29
|\
| * routing shorthand syntax works with multiple pathsYves Senn2013-03-261-0/+14
| * bugfix, when matching multiple paths with `get`, `post`, ...Yves Senn2013-03-261-0/+15
* | fix regression in Mapper when `format:` was used in a `scope`.Yves Senn2013-04-031-0/+22
|/
* Raise an ArgumentError when a clashing named route is definedTrevor Turk2013-03-191-19/+18
* Use custom visitor class for optimized url helpersAndrew White2013-03-031-0/+6
* `format: true` does not override existing format constraints.Yves Senn2013-02-271-0/+24
* allow non-String default params in the router.Yves Senn2013-02-261-1/+21