aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-111-4/+4
* push `action` option extraction up one frame.Aaron Patterson2015-08-111-3/+5
* pull up the "options.delete(:controller)" logicAaron Patterson2015-08-111-12/+14
* 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
* 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-081-7/+23
* Remove `defaults` hash from `Dispatcher`Aaron Patterson2015-08-081-2/+2
* eliminate runtime conditionalAaron Patterson2015-08-081-10/+9
* remove the setter from `Scope`Aaron Patterson2015-08-081-4/+0
* [ci skip]yui-knk2015-08-011-0/+15
* Remove unnecessary `dup` from Mapper `add_route`Roque Pinel2015-07-011-1/+1
* Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-6/+19
* match method doc fix [ci skip]Mehmet Emin İNAÇ2015-05-301-3/+6
* [ci skip] match without via is now deprecatedYoong Kang Lim2015-05-301-1/+1
* Use ruby 1.9 lambda syntax in documentations [ci skip]Mehmet Emin İNAÇ2015-05-031-3/+3
* Merge pull request #19700 from tancnle/trivial-shallow-nesting-depth-countRafael Mendonça França2015-04-081-1/+1
|\
| * A shorter and more concise version of select..sizeTan Le2015-04-091-1/+1
* | Improve shorthand matching for routesbrainopia2015-01-251-1/+1
* | Fix name_for_action in routingrono232015-01-191-2/+3
* | Remove unneeded requiresRafael Mendonça França2015-01-041-1/+0
* | Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-17/+2
* | Only check that it is a Rails application onceRafael Mendonça França2014-12-081-5/+7
* | Mounted Rack apps should have default named routes based on app nameT.J. Schuck2014-12-061-3/+10
* | Pure rack apps can be mounted with a nameJean Boussier2014-11-291-7/+1
* | Refactor nested ifBruno Sutic2014-11-261-5/+3
* | Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-3/+3
* | edit pass over all warningsXavier Noria2014-10-281-2/+11