aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* raise if `anchor` is passed to `scope`Aaron Patterson2015-08-132-0/+13
* 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-122-15/+23
* add a regression test for scoped `format` paramsAaron Patterson2015-08-121-0/+11
* Merge pull request #21214 from rodzyn/fewer_objects_and_refactoringRafael Mendonça França2015-08-121-6/+5
|\
| * Simplify codeMarcin Olichwirowicz2015-08-131-5/+4
| * Avoid unnecessary MatchData objectsMarcin Olichwirowicz2015-08-131-1/+1
* | 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 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-122-3/+10
* pull via checking up to via extractionAaron Patterson2015-08-121-11/+15
* pull `via` all the way out of `add_route`Aaron Patterson2015-08-122-11/+20
* fix via handling when it's in a scopeAaron Patterson2015-08-121-1/+1
* add a test for adding "via" using `scope`Aaron Patterson2015-08-121-0/+9
* pull `via` extraction upAaron Patterson2015-08-122-7/+8
* 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
* Merge pull request #21203 from denniss/issue-21199Sean Griffin2015-08-112-1/+9
|\
| * Authorization scheme should be case insensitive. Fixes #21199Dennis Suratna2015-08-112-1/+9
* | pull `to` upAaron Patterson2015-08-112-19/+20
* | 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
* | push option decomposition up a bit moreAaron Patterson2015-08-112-6/+6
* | push `action` option extraction up one frame.Aaron Patterson2015-08-111-3/+5
* | pull up the "options.delete(:controller)" logicAaron Patterson2015-08-112-14/+16
* | Tiny documentation fixes [ci skip]Robin Dupret2015-08-111-2/+2
* | Only use path if the key is not presentRafael Mendonça França2015-08-101-1/+1
* | try to pass fewer options to `scope`Aaron Patterson2015-08-101-2/+3
* | always cast `name` to a symbol, and never to_s itAaron Patterson2015-08-101-2/+1
* | pull path conditional upAaron Patterson2015-08-101-4/+6
* | pull `defaults` extraction up the stack.Aaron Patterson2015-08-101-2/+6
* | avoid calling `scope` on `defaults` methodsAaron Patterson2015-08-101-3/+6
* | let the `controller` method push / pop the stackAaron Patterson2015-08-101-11/+5