aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary variable routeAlberto Almagro2018-12-021-11/+2
* Raise an error on root route naming conflicts.Gannon McGibbon2018-11-201-4/+2
* Merge pull request #20865 from colavitam/only-except-behaviorRafael Mendonça França2018-11-191-2/+8
|\
| * :only and :except are now chained for routing resource(s)Michael Colavita2015-07-131-3/+9
* | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-1/+2
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* | Merge pull request #34002 from gmcgibbon/fix_deeply_nested_scoped_rootRafael França2018-09-271-1/+1
|\ \
| * | Fix optionally scoped root route unscoped accessGannon McGibbon2018-09-271-1/+1
* | | Fixing an edge case when using objects as constraintsSimon Courtois2018-09-271-1/+13
|/ /
* | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-2/+1
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-2/+2
* | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-5/+5
* | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
* | Cache url helpers moduleAndrew White2018-03-211-1/+2
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-1/+1
* | Fix typos. Improve text_helper documentation.James Lovejoy2018-01-191-3/+3
* | Fix CustomUrls#direct doc formattingT.J. Schuck2017-11-221-6/+6
* | Improve docs of ActionDispatch::Routing::Mapperbogdanvlviv2017-11-031-4/+14
* | [Action Pack] require => require_relativeAkira Matsuda2017-10-211-2/+2
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-08-261-1/+1
|\ \
| * | [ci skip] Fix a typoyui-knk2017-08-181-1/+1
* | | fix typo in ambiguous route definition error messageZoran Pesic2017-08-181-1/+1
|/ /
* | Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-241-0/+5
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* | Merge pull request #29655 from kirs/frozen-friendly-ap-arMatthew Draper2017-07-101-1/+2
|\ \
| * | Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+2
* | | Allow mounting same engine under several locationsDavid Rodríguez2017-07-051-6/+13
|/ /
* | [Action Dispatch] require => require_relativeAkira Matsuda2017-07-011-2/+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
* | Use more specific check for :format in route pathAndrew White2017-04-181-1/+2
* | [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-25/+25
* | Fix `direct` with params example [ci skip]yuuji.yaginuma2017-03-061-1/+1
* | Remove unused params.Jerry Tao2017-02-261-1/+1
* | [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
* | [ci skip] Fix direct/resolve documentation.Kasper Timm Hansen2017-02-211-11/+11
* | Split direct method into twoAndrew White2017-02-211-39/+52
* | Raise an error if `direct` is inside a scope blockAndrew White2017-02-211-3/+14
* | Add custom polymorphic mappingAndrew White2017-02-211-10/+54
* | Don't allocate a hash unnecessarilyAndrew White2017-02-211-1/+1
* | 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-211-0/+41
* | 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-241-25/+23
* | 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