aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/route_set.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve performance of integration tests.Aaron Patterson2015-01-271-1/+8
* Remove unneeded requiresRafael Mendonça França2015-01-041-1/+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
* 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
* Merge pull request #17862 from lucasmazza/lm-hide-actionRafael Mendonça França2014-12-021-0/+2
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* sets script_name to always be a string.JONBRWN2014-11-251-1/+1
* Merge branch 'deprecate-string-options-in-url-helpers'Sean Griffin2014-11-241-1/+17
|\
| * Deprecate string options in URL helpersMelanie Gilman2014-11-241-1/+17
* | let mailer templates generate URLs by default [Xavier Noria, Richard Schneeman]Xavier Noria2014-11-241-2/+6
|/
* edit pass over all warningsXavier Noria2014-10-281-1/+4
* let's warn with heredocsXavier Noria2014-10-281-11/+14
* Typos in the deprecation messageGodfrey Chan2014-10-281-2/+2
* Deprecate the `only_path` option on `*_path` helpers.Godfrey Chan2014-10-281-2/+26
* Revert "Merge pull request #16966 from why-el/symbolize-path-params"Rafael Mendonça França2014-09-251-1/+0
* Ensure named path params are symbols (Fixes #16958)Mohamed Wael Khobalatte2014-09-251-0/+1
* Deprecate NamedRouteCollection#helpers.Lucas Mazza2014-08-171-0/+5
* avoid testing only_pathAaron Patterson2014-08-041-0/+4
* always return a string from find_script_nameAaron Patterson2014-08-011-2/+2
* do a hash lookup for collision detectionAaron Patterson2014-07-311-0/+4
* remove useless deupAaron Patterson2014-07-301-1/+1
* remove alias_method_chainAaron Patterson2014-07-301-4/+2
* avoid instrospection on the moduleAaron Patterson2014-07-301-1/+2
* fix variable nameAaron Patterson2014-07-301-3/+3
* split path_helpers and url_helpersAaron Patterson2014-07-301-18/+25
* `add` will remove the method if it exists alreadyAaron Patterson2014-07-301-1/+0
* Deprecate `*_path` methods in mailers@schneems and @sgrif2014-07-301-48/+72
* oops! :bomb:Aaron Patterson2014-07-291-1/+1