aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | change to attr_readerAaron Patterson2014-08-131-5/+1
* | scope_level is no longer a hash key, just use the ivarAaron Patterson2014-08-131-4/+9
* | move the scope level key fully inside the scope objectAaron Patterson2014-08-131-1/+5
* | move scope_level to a method on the scope objectAaron Patterson2014-08-131-7/+20
* | only look up scope level onceAaron Patterson2014-08-131-6/+7
* | only test `prefix` onceAaron Patterson2014-08-131-2/+4
* | pass consistent parameters to canonical_action?Aaron Patterson2014-08-131-5/+5
* | fewer operations on the options hashAaron Patterson2014-08-131-10/+10
* | avoid testing only_pathAaron Patterson2014-08-041-0/+4
* | always return a string from find_script_nameAaron Patterson2014-08-012-7/+9