aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | remove another call to `scope`Aaron Patterson2015-08-101-3/+4
* | remove dead codeAaron Patterson2015-08-101-12/+0
* | avoid is_a? callsAaron Patterson2015-08-101-1/+5
* | avoid another call to `scope`Aaron Patterson2015-08-101-1/+1
* | push `with_scope_level` up so resource_scope doesn't knowAaron Patterson2015-08-101-25/+27
* | reuse the same frame so we don't need a singleton hashAaron Patterson2015-08-101-2/+1
* | add a null node at the top of the stackAaron Patterson2015-08-101-13/+9
* | remove `@nesting` ivarAaron Patterson2015-08-101-9/+21
* | pass `shallow` in to the resource constructorAaron Patterson2015-08-101-10/+5
* | we have the resource on the stack, so just use itAaron Patterson2015-08-101-1/+1
* | Remove wrong commentRafael Mendonça França2015-08-091-1/+0
* | Remove the conditional since it is done in the methodRafael Mendonça França2015-08-091-4/+4
* | Execute the block when the controller doesn't existRafael Mendonça França2015-08-091-0/+1
* | Name the argument according with its jobRafael Mendonça França2015-08-091-2/+2
* | push `scope` calls up one frameAaron Patterson2015-08-091-5/+13
* | remove useless hashAaron Patterson2015-08-081-2/+2
* | stop calling `scope` internallyAaron Patterson2015-08-082-13/+24
* | remove useless conditionalAaron Patterson2015-08-081-1/+1
* | eliminate assignment in conditionalAaron Patterson2015-08-081-1/+3
* | Remove `defaults` hash from `Dispatcher`Aaron Patterson2015-08-082-9/+9
* | eliminate runtime conditionalAaron Patterson2015-08-081-10/+9
* | whitespaceAaron Patterson2015-08-081-3/+3