aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* only keep one hash of named routesAaron Patterson2015-08-141-1/+2
* rm add_route2Aaron Patterson2015-08-141-1/+1
* pass pass the mapping object down the add_route stackAaron Patterson2015-08-141-47/+1
* pass the mapping object to build_routeAaron Patterson2015-08-141-5/+5
* pass the path ast downAaron Patterson2015-08-141-3/+2
* stop adding path_info to the conditions hashAaron Patterson2015-08-141-1/+0
* `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
* 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
* stop calling `scope` internallyAaron Patterson2015-08-081-6/+1
* 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-081-7/+7
* 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
* | 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
|/
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Routes resources avoid :new and :edit endpoints if api_only is enabledJorge Bejar2015-06-111-6/+16
* remove unused codeAaron Patterson2015-06-081-2/+2
* we only care about methods that the request object responds toAaron Patterson2015-06-081-2/+1
* extract required_defaults from the conditions hash before constructing the routeAaron Patterson2015-06-081-2/+3
* sort_by instead of sortYang Bo2015-04-081-1/+1
* pass a config to the route setAaron Patterson2015-03-051-3/+19
* Drop request class from RouteSet constructor.Aaron Patterson2015-03-041-4/+7
* Merge pull request #18775 from yasyf/issue_5122Rafael Mendonça França2015-03-031-1/+3
|\
| * Fallback to RAILS_RELATIVE_URL_ROOT in `url_for`.Yasyf Mohamedali2015-02-241-1/+3
* | be optimistic about missing route keysAaron Patterson2015-03-021-13/+15
* | use arg size for parallel iterationAaron Patterson2015-03-021-1/+1
* | ask the routes objects for its Rack env keyAaron Patterson2015-03-021-0/+2
|/
* Cache url_helpers instead of creating each timeEvan Phoenix2015-02-191-1/+3
* Skip url_helpers instead of caching, speed up integration testseileencodes2015-02-121-8/+0
* `RouteSet` should not be listed in the public API [ci skip]Sean Griffin2015-02-031-10/+10
* Cache `url_helpers` separately for mailersAndrew White2015-02-011-44/+50
* Cache `url_helpers`eileencodes2015-02-011-42/+44
* Preserve default url options when generating URLsTekin Suleyman2015-01-281-3/+4