aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* the router allows String contraints.Yves Senn2013-02-261-0/+36
* determine the match shorthand target early.Yves Senn2013-02-211-0/+27
* the `:controller` option for routes can contain numbers. closes #9231.Yves Senn2013-02-091-0/+12
* ruby constant syntax is not supported as routing `:controller` option.Yves Senn2013-02-061-9/+40
* Duplicate possible frozen string from routeAndrew White2013-01-211-0/+9
* Change the behavior of route defaultsAndrew White2013-01-151-0/+28
* Add support for other types of routing constraintsAndrew White2013-01-151-0/+48
* Fixed issue where routes with globs caused constraints on that glob toMaura Fitzgerald2012-12-041-0/+29
* Improve clarity of routing testsAndrew White2012-11-261-634/+1081
* Allow setting a symbol as path in scope on routesGuillermo Iguaran2012-11-211-0/+20
* Add test to avoid regression of 1bfc5b4Rafael Mendonça França2012-11-021-0/+8
* Revert "Merge pull request #7668 from Draiken/fix_issue_6497"Rafael Mendonça França2012-11-021-7/+0
* resource and resources do no longer modify passed optionsYves Senn2012-10-011-0/+20
* Removing to_shorthand from default_controller_and_action. Fixes #6497Luiz Felipe2012-09-191-0/+7
* Add Missing Keys from Journey on failed URL formatschneems2012-08-281-6/+6
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1