aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
...
* remove `process_path`Aaron Patterson2015-08-141-6/+2
* explicitly return nil from `get_to_from_path`Aaron Patterson2015-08-141-3/+3
* extract method on determining :to from the pathAaron Patterson2015-08-141-5/+9
* deprecate passing a string for both the beginning path and :path optionAaron Patterson2015-08-141-1/+16
* rm path_params methodAaron Patterson2015-08-141-5/+1
* extract method on wildcard path parameter handlingAaron Patterson2015-08-141-6/+11
* pass the path ast downAaron Patterson2015-08-142-5/+3
* pull up path parsingAaron Patterson2015-08-141-10/+6
* stop adding path_info to the conditions hashAaron Patterson2015-08-142-2/+0
* pull up path normalization.Aaron Patterson2015-08-141-18/+18
* `build_path` doesn't need the path variable anymoreAaron Patterson2015-08-131-2/+2
* remove StrexpAaron Patterson2015-08-131-7/+1
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-3/+2
* we already have access to the AST, so just use itAaron Patterson2015-08-131-3/+3
* remove default arguments that aren't usedAaron Patterson2015-08-131-1/+1
* pull up options_constrants extractionAaron Patterson2015-08-131-16/+15
* remove `as`Aaron Patterson2015-08-131-8/+7
* remove anchor from mappingAaron Patterson2015-08-131-8/+7
* pull `anchor` extraction upAaron Patterson2015-08-131-17/+16
* raise if `anchor` is passed to `scope`Aaron Patterson2015-08-131-0/+4
* remove the `add_request_method` methodAaron Patterson2015-08-121-7/+3
* remove side effects in `normalize_defaults`Aaron Patterson2015-08-121-8/+3
* remove unnecessary deletesAaron Patterson2015-08-121-4/+0
* pull `format` out of the options hashAaron Patterson2015-08-121-11/+10
* pull `formatted` up the stackAaron Patterson2015-08-121-14/+13
* store `via` outside the options hashAaron Patterson2015-08-121-3/+6
* don't mutate the caller's variablesAaron Patterson2015-08-121-14/+15
* store `:only` and `:except` outside the normal options hashAaron Patterson2015-08-121-9/+8
* add a method to `Scope` for getting mapping optionsAaron Patterson2015-08-121-2/+8
* pull via checking up to via extractionAaron Patterson2015-08-121-11/+15
* pull `via` all the way out of `add_route`Aaron Patterson2015-08-121-11/+12
* fix via handling when it's in a scopeAaron Patterson2015-08-121-1/+1
* pull `via` extraction upAaron Patterson2015-08-121-5/+6
* simplify `split_constraints`Aaron Patterson2015-08-121-12/+11
* remove side effects from `normalize_format`Aaron Patterson2015-08-121-9/+13
* switch === to case / whenAaron Patterson2015-08-121-3/+4
* make `split_constraints` more functional.Aaron Patterson2015-08-121-14/+13
* make `constraints` more functionalAaron Patterson2015-08-121-8/+10
* only call `split_constraints` onceAaron Patterson2015-08-111-4/+4
* only do is_a? checks on `options_constraints` onceAaron Patterson2015-08-111-16/+9
* Mapping instances don't need `scope` anymoreAaron Patterson2015-08-111-3/+3
* pull scope[:constraints] upAaron Patterson2015-08-111-5/+4
* pull :format up a little bitAaron Patterson2015-08-111-3/+5
* pull `to` upAaron Patterson2015-08-111-18/+19
* push scope access up for modulesAaron Patterson2015-08-111-3/+3
* path is never nilAaron Patterson2015-08-111-1/+1
* split options hash and pass values downAaron Patterson2015-08-111-3/+5
* pull option duping upAaron Patterson2015-08-111-7/+6
* split paths by typeAaron Patterson2015-08-111-16/+27
* one fewer hash mutationAaron Patterson2015-08-111-3/+3