aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* remove the setter from `Scope`Aaron Patterson2015-08-081-4/+0
* Merge pull request #21167 from AaronLasseigne/use_each_keyKasper Timm Hansen2015-08-081-1/+1
|\
| * replace each with each_key when only the key is neededAaron Lasseigne2015-08-081-1/+1
* | Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-071-2/+3
* | Move `controller_reference` and `controller_class_names` to protectedXavier Shay2015-08-071-2/+6
* | the request class is never changed, so just use it directly in the method bodyAaron Patterson2015-08-071-3/+3
|/
* Merge pull request #21061 from yui-knk/refactor/route_setRafael Mendonça França2015-08-061-4/+2
|\
| * Remove duplicated `Array#to_param`yui-knk2015-08-011-4/+2
* | Use #start_with? and #[] for speedBenjamin Quorning2015-08-021-2/+2
* | [ci skip]yui-knk2015-08-011-0/+15
* | Avoid hash duplication by skipping mutationschneems2015-07-301-2/+2
* | Only allocate new string when neededschneems2015-07-301-1/+7
* | Freeze a string in comparatorschneems2015-07-301-1/+1
* | Reduce hash allocations in route_setschneems2015-07-291-1/+1
* | Decrease route_set allocationsschneems2015-07-291-3/+7
|/
* Merge pull request #20751 from repinel/remove-unnecessary-dupRafael Mendonça França2015-07-201-1/+1
|\
| * Remove unnecessary `dup` from Mapper `add_route`Roque Pinel2015-07-011-1/+1
* | Freeze string literals when not mutated.schneems2015-07-191-1/+1
* | Make AC::Parameters not inherited from HashPrem Sichanugrist2015-07-151-0/+4
|/
* [ci skip] Improve the url_for documentationRoque Pinel2015-07-011-3/+19
* Revert "Merge pull request #20584 from arthurnn/fix_url"Arthur Neves2015-06-171-8/+4
* Catch InvalidURIError on bad paths on redirect.Arthur Neves2015-06-161-4/+8
* Revert changes related with api apps in RouteWrapperJorge Bejar2015-06-111-11/+1
* Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-112-12/+35
* Refactor internal? to query internal_controller? and internal_asset? methodsSantiago Pastorino2015-06-111-1/+11
* remove unused codeAaron Patterson2015-06-081-2/+2