aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* [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
* | | improve performance of integration tests.Aaron Patterson2015-01-271-1/+8
|/ /
* | Fix name_for_action in routingrono232015-01-191-2/+3
* | Remove unneeded requiresRafael Mendonça França2015-01-042-2/+0
* | Remove deprecated usage of string keys in URL helpersRafael Mendonça França2015-01-041-17/+1
* | Remove deprecated `only_path` option on `*_path` helpersRafael Mendonça França2015-01-041-28/+1
* | Remove deprecate `*_path` helpers in email viewsRafael Mendonça França2015-01-041-25/+4
* | Remove deprecated `NamedRouteCollection#helpers`Rafael Mendonça França2015-01-041-8/+0
* | Remove deprecated support to define routes with `:to` option thatRafael Mendonça França2015-01-041-17/+2
* | Fix form_for to work with objects that implement to_modelTravis Grathwell2014-12-291-5/+6
* | Remove ActionController::ModelNamingclaudiob2014-12-251-4/+0
* | allow URL helpers to work with optional scopesAlex Robbin2014-12-131-1/+1
* | Fix handling of positional url helper arguments when format is falseTatiana Soukiassian2014-12-131-2/+8
* | Only check that it is a Rails application onceRafael Mendonça França2014-12-081-5/+7