aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
...
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-112-0/+2
* | Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-102-2/+4
|\ \
| * | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-062-2/+4
* | | Allow mounting same engine under several locationsDavid Rodríguez2017-07-053-10/+20
|/ /
* | Merge branch 'master' into require_relative_2017Xavier Noria2017-07-021-18/+11
|\ \
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-028-8/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-028-0/+8
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-018-0/+8
| * | | Merge pull request #29644 from wilson/unify-route-helper-visibilityMatthew Draper2017-07-011-18/+11
| |\ \ \ | | |/ / | |/| |
| | * | Properly register "custom" URL helpers as named helpers.Wilson Bilkovich2017-06-301-18/+10
| |/ /
* / / [Action Dispatch] require => require_relativeAkira Matsuda2017-07-013-7/+7
|/ /
* | Fix missing formats in route-set URLsJonathan del Strother2017-06-231-0/+2
* | 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