aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* Fix typo on error message when route definition is ambiguous.André Luis Leal Cardoso Junior2017-06-031-1/+1
* Fix formatting of `direct` and `resolve` doc [ci skip]yuuji.yaginuma2017-06-031-14/+14
* `respond_to_missing?` should be privateRyuta Kamizono2017-04-221-2/+3
* Reuse the Parameters#to_h check in the routing helpersRafael Mendonça França2017-04-182-15/+4
* Use more specific check for :format in route pathAndrew White2017-04-181-1/+2
* Merge pull request #28394 from shime/docs-action-dispatchXavier Noria2017-03-225-31/+31
|\
| * [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-135-31/+31
* | Always use original url_for when generating direct routesAndrew White2017-03-172-1/+9
* | Add support for calling nested direct routes (#28462)Andrew White2017-03-173-24/+20
* | Remove unnecessary params mungingAndrew White2017-03-151-2/+1
|/
* 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