aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/mapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce some more Hash#fetch + default object allocationsAkira Matsuda2019-07-311-2/+2
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-5/+5
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use keyword arguments for ActionDispatch::Routing::Mapper::Mapping constructorAlberto Almagro2019-05-221-14/+17
* Use keyword arguments for ActionDispatch::Journey:Route constructorAlberto Almagro2019-05-221-2/+4
* Keep part when scope option has valueAlberto Almagro2019-05-221-6/+7
* Deduplicate strings held by the routerJean Boussier2019-04-031-3/+7
* [ci skip] Doc for shallow: false options should use <tt> for better readabili...Abhay Nikam2019-04-031-1/+1
* Merge pull request #24405 from waits/shallow-falseRafael França2019-04-021-1/+4
|\
| * Honor shallow: false on nested resourcesDylan Waits2016-04-031-1/+4
* | Raise if resource custom params contain colonsJosua Schmid2019-03-261-0/+4
* | Add documentation for the resource(s) :param optionJeff Wallace2019-02-211-0/+3
* | 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