aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
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-293-7/+7
* Use match? where we don't need MatchDataAkira Matsuda2019-07-271-2/+2
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-135-10/+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
* Change the deprecation message for dynamic routes segment to 6.1Abhay Nikam2019-04-201-2/+2
* Simplify and fasten NamedRouteCollection#define_url_helperJean Boussier2019-04-101-12/+10
* 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
* | url -> URL where apt inside actionpack/Sharang Dashputre2019-04-011-1/+1
* | 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
* | Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-162-0/+5
* | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-4/+4
* | 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
* | | Follow up #34064bogdanvlviv2018-10-061-21/+0
* | | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-032-20/+4
* | | Fix call sitesGannon McGibbon2018-10-021-1/+1
* | | Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-4/+0
|\ \ \
| * | | Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-4/+0
* | | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-293-5/+5
* | | | 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
|/ / / /
* | | | Routes from Engine Railties should not be an infinite loopAaron Patterson2018-09-261-2/+4
* | | | Allow helpers to be deferred until the routes have been finalizedAaron Patterson2018-09-251-0/+22
* | | | Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-252-4/+17
* | | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-2/+2
* | | | Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-2/+2
* | | | Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-1/+1
|/ / /
* | | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-5/+5
* | | Rails guides are now served over httpsPaul McMahon2018-07-243-4/+4
* | | Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* | | Small doc fixesT.J. Schuck2018-04-021-1/+1
* | | Make engine check more explicitAndrew White2018-03-251-6/+9
* | | Cache url helpers moduleAndrew White2018-03-211-1/+2
* | | Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-131-26/+21
* | | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-41/+34
* | | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-111-1/+10
|\ \ \
| * | | Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-1/+10
* | | | Change doc for "polymorphic_path" in polymorphic_routes.rbMahmoud2018-03-091-2/+1
* | | | Quote string return values in doc examples [ci skip]Andrew White2018-03-081-2/+2
* | | | Add example of maintaining context with `route_for`Andrew White2018-03-081-0/+6