aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mounted Rack apps should have default named routes based on app nameT.J. Schuck2014-12-061-3/+10
* Merge pull request #17862 from lucasmazza/lm-hide-actionRafael Mendonça França2014-12-021-0/+2
* Merge pull request #17823 from byroot/fix-mount-rack-apps-with-asSean Griffin2014-11-291-7/+1
|\
| * Pure rack apps can be mounted with a nameJean Boussier2014-11-291-7/+1
* | Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-292-5/+3
|/
* Refactor nested ifBruno Sutic2014-11-261-5/+3
* 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-242-2/+12
|/
* Wrap code snippets in +, not backticks, in sdocclaudiob2014-11-201-3/+3
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* edit pass over all warningsXavier Noria2014-10-282-3/+15
* 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