aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* Fix `direct` with params example [ci skip]yuuji.yaginuma2017-03-061-1/+1
* Remove unused params.Jerry Tao2017-02-262-2/+2
* Commit flash changes when using a redirect route.Andrew White2017-02-251-0/+2
* [ci skip] Fix more quotes in direct/resolve docsAndrew White2017-02-231-3/+3
* Clarify use of params in `direct`Andrew White2017-02-221-0/+9
* Bump removal of `/:controller/:action` to Rails 5.2Andrew White2017-02-221-2/+2
* [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* Split direct method into twoAndrew White2017-02-212-49/+56
* Push option extract into call methodAndrew White2017-02-212-8/+7
* Fix typo in exception messageAndrew White2017-02-211-1/+1
* Prefer remove_method over undef_methodAndrew White2017-02-211-4/+4
* Support mapping of non-model classesAndrew White2017-02-211-3/+10
* Raise an error if `direct` is inside a scope blockAndrew White2017-02-211-3/+14
* Add custom polymorphic mappingAndrew White2017-02-213-56/+141
* Don't allocate a hash unnecessarilyAndrew White2017-02-212-2/+6
* Only accept symbols and strings for Mapper#directAndrew White2017-02-211-1/+6
* Rename url_helper to directAndrew White2017-02-211-7/+7
* Add support for defining custom url helpers in routes.rbAndrew White2017-02-212-0/+116
* Wrap routes.url_helpers.url_for via a proxyAndrew White2017-02-211-4/+21
* Merge pull request #27647 from Shopify/fully-eagerload-journeyRafael França2017-01-301-0/+6
|\
| * Fully initialize routes before the first request is handledJean Boussier2017-01-181-0/+6
* | Add examples for behaviour about redirection with and without options. Fixes ...Vipul A M2017-01-211-0/+8
* | Add missing requireDavid Heinemeier Hansson2017-01-161-0/+1
|/
* Remove deprecated ActionController::Metal.callRafael Mendonça França2017-01-031-9/+7
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-242-27/+27
* No need to nodoc private methodsAkira Matsuda2016-12-241-17/+17
* Revert "fix typo in `match` doc [ci skip]"Jon Moss2016-11-191-1/+1
* fix typo in `match` doc [ci skip]yuuji.yaginuma2016-11-201-1/+1
* Fix incorrect output from rails routes when using singular resources issue #2...Erick Reyna2016-11-181-5/+5
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-294-13/+13
* removes requires already present in active_support/railsXavier Noria2016-10-271-1/+0
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+0
* Remove deprecated support for passing `:path` and route path as stings in `Ac...Rafael Mendonça França2016-10-101-12/+1
* Remove deprecated support passing path as `nil` in `ActionDispatch::Routing::...Rafael Mendonça França2016-10-101-5/+1
* Show an "unmatched constraints" error for mismatching and present paramsChris Carter2016-10-031-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-13/+13
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-10/+11
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-012-3/+3
* Override `respond_to_missing?` instead of `respond_to?` when possibleSean Griffin2016-08-311-1/+1
* Fix nested multiple rootsRyo Hashimoto2016-08-291-1/+1
* Change method visibility to be privateRafael Mendonça França2016-08-171-57/+57
* Push :defaults extraction down one levelRafael Mendonça França2016-08-171-60/+60
* Add three new rubocop rulesRafael Mendonça França2016-08-163-8/+8
* revises more Lint/EndAlignment offensesXavier Noria2016-08-082-6/+6
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-2/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-065-238/+238
* remove redundant curlies from hash argumentsXavier Noria2016-08-062-2/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-064-16/+16
* applies new string literal convention in actionpack/libXavier Noria2016-08-066-60/+60