aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Express `ActionDispatch::Routing::UrlFor#route_for` as public apibogdanvlviv2018-03-071-1/+13
|/ /
* | `ConsoleFormatter` is no longer used as a classRyuta Kamizono2018-03-021-2/+2
* | Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-37/+90
* | Avoid method_redefined warnings in RouteSet::NamedRouteCollectionutilum2018-02-191-2/+2
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-162-6/+5
* | Unused core_extAkira Matsuda2018-02-111-1/+0
* | Make sure assert_recognizes can still find routes mounted after enginesRafael Mendonça França2018-02-091-4/+6
* | Fix typos. Improve text_helper documentation.James Lovejoy2018-01-191-3/+3
* | Fix optimized url helpers when using relative url rootAndrew White2017-11-281-0/+10
* | Fix CustomUrls#direct doc formattingT.J. Schuck2017-11-221-6/+6
* | Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-221-1/+1
* | Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-063-6/+15
|\ \
| * | Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-233-6/+15
* | | Improve docs of ActionDispatch::Routing::Mapperbogdanvlviv2017-11-031-4/+14
* | | Change the deprecation horizon of the dynamic routes segment to 6.0Rafael Mendonça França2017-10-231-2/+2
* | | [Action Pack] require => require_relativeAkira Matsuda2017-10-213-7/+7
* | | Clarify intentions around method redefinitionsMatthew Draper2017-09-011-1/+2