aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/mapper_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-4/+4
* modernizes hash syntax in actionpackXavier Noria2016-08-061-15/+15
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-22/+22
* Fix setting route's to in a scopePiotr Jakubowski2016-06-281-0/+12
* Do not destructively mutate passed options hash in route definitionsSam Davies2016-03-031-0/+13
* Brush up errors of `ActionDispatch::Routing::Mapper#mount`yui-knk2015-11-281-1/+13
* Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-031-2/+2
* routes are always constructed with a hash for the conditionsAaron Patterson2015-08-171-2/+2
* pass pass the mapping object down the add_route stackAaron Patterson2015-08-141-1/+1
* pass the mapping object to build_routeAaron Patterson2015-08-141-16/+5
* pass the path ast downAaron Patterson2015-08-141-1/+1
* pull up path parsingAaron Patterson2015-08-141-1/+2
* implement `requirements` in terms of routesAaron Patterson2015-08-141-1/+1
* implement the `asts` method in terms of paths / patternsAaron Patterson2015-08-141-12/+11
* extract ast finding to a methodAaron Patterson2015-08-141-9/+13
* stop adding path_info to the conditions hashAaron Patterson2015-08-141-9/+9
* pull up options_constrants extractionAaron Patterson2015-08-131-1/+1
* remove `as`Aaron Patterson2015-08-131-1/+1
* remove anchor from mappingAaron Patterson2015-08-131-1/+1
* pull `anchor` extraction upAaron Patterson2015-08-131-1/+1
* raise if `anchor` is passed to `scope`Aaron Patterson2015-08-131-0/+9
* pull `formatted` up the stackAaron Patterson2015-08-121-1/+10
* add a regression test for scoped `format` paramsAaron Patterson2015-08-121-0/+11
* add a regression test for adding arbitrary keys to `scope`Aaron Patterson2015-08-121-0/+15
* add a method to `Scope` for getting mapping optionsAaron Patterson2015-08-121-1/+2
* pull `via` all the way out of `add_route`Aaron Patterson2015-08-121-0/+8
* add a test for adding "via" using `scope`Aaron Patterson2015-08-121-0/+9
* pull `via` extraction upAaron Patterson2015-08-121-2/+2
* pull `to` upAaron Patterson2015-08-111-1/+1
* push option decomposition up a bit moreAaron Patterson2015-08-111-2/+2
* pull up the "options.delete(:controller)" logicAaron Patterson2015-08-111-2/+2
* Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-071-0/+4
* fewer operations on the options hashAaron Patterson2014-08-131-1/+1
* RouteSet should be in charge of constructing the dispatherAaron Patterson2014-07-151-2/+2
* use the factory method to construct the mappingAaron Patterson2014-06-031-1/+1
* Mapping never actually uses @set, so rmAaron Patterson2014-05-291-1/+1
* use a parser to extract the group parts from the pathAaron Patterson2014-05-291-2/+2
* Raise a helpful error message on #mount misuseCarl Lerche2012-07-101-0/+9
* Remove more tests related to draw external routes filesRafael Mendonça França2012-06-291-2/+1
* Fix the buildYehuda Katz2012-04-251-1/+2
* Remove default match without specified methodJose and Yehuda2012-04-241-8/+8
* all routes can be stored in the Journey Routes objectAaron Patterson2011-09-121-0/+1
* fixing wildcard path matching when wildcard is inside parenthesisAaron Patterson2011-07-261-0/+7
* Allow a route to have :format => trueErik Michaels-Ober2011-07-251-0/+7
* Remove 'warning: ambiguous first argument' when running ActionPack testsSebastian Martinez2011-03-291-2/+2
* Move mapper_test to the appropriate locationPrem Sichanugrist2011-03-291-0/+88