aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/routing_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* Don't assume resource param is :id when using shallow routesAndrew White2012-07-201-0/+12
* Support constraints on resource custom params when nestingAndrew White2012-07-201-1/+12
* Add support for optional root segments containing slashesAndrew White2012-07-171-0/+27
* Remove more tests related to draw external routes filesRafael Mendonça França2012-06-291-49/+0
* Support unicode character route in config/routes.rb.kennyj2012-06-161-2/+2
* Remove implicit dependency on pathnameJosé Valim2012-05-251-1/+1
* Return 400 Bad Request for URL paths with invalid encoding.Andrew White2012-05-201-0/+31
* add tests and external file backtrace for Routing::Mapper#drawKornelius Kalnbach2012-05-151-0/+49