aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Don't reference sprockets assets on action packArthur Neves2015-04-261-1/+1
* 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
* | 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
* | | refactor `handle_model` to use private helper methods for generationAaron Patterson2015-03-011-8/+6
* | | drop allocations for string and class polymorphic routesAaron Patterson2015-03-011-3/+3
* | | move _generate_paths_by_default to where it is usedAaron Patterson2015-03-011-6/+0
* | | drop allocations when handling model url generationAaron Patterson2015-02-281-1/+1
* | | Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-22/+4
|/ /
* | Merge pull request #18218 from brainopia/fix_match_shorthand_in_routesRafael Mendonça França2015-02-201-1/+1
|\ \
| * | Improve shorthand matching for routesbrainopia2015-01-251-1/+1
* | | Make the helpers a required argumentEvan Phoenix2015-02-191-2/+2
* | | Cache url_helpers instead of creating each timeEvan Phoenix2015-02-192-5/+8
* | | 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