aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in actionpack/lib/action_dispatch/routing/mapper.rbYuutetu2014-10-161-1/+1
* 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
* Keep the original implementation to not having to allocate new objectsRafael Mendonça França2014-09-251-2/+15
* Remove internal options from query string of pathsGert Goet2014-09-251-18/+3
* Allow polymorphic routes with nil when a route can still be drawnSammy Larbi2014-08-311-1/+2
* Don't ignore constraints in redirect routesAgis-2014-08-251-2/+0
* Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-171-5/+5
|\
| * Use #model_name on instances instead of classesAmiel Martin2014-06-241-5/+5
* | Deprecate NamedRouteCollection#helpers.Lucas Mazza2014-08-171-0/+5
* | extract methods and metaprogram less.Aaron Patterson2014-08-141-11/+16
* | ask the scope object if it is a resource_method_scopeAaron Patterson2014-08-131-10/+13
* | ask the scope for the action nameAaron Patterson2014-08-131-14/+18
* | reduce calls to scope_levelAaron Patterson2014-08-131-1/+5