aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2017-08-261-1/+1
|\ \
| * | [ci skip] Fix a typoyui-knk2017-08-181-1/+1
* | | Use tt in doc for ActionPack [ci skip]Yoshiyuki Hirano2017-08-262-4/+4
* | | fix typo in ambiguous route definition error messageZoran Pesic2017-08-181-1/+1
|/ /
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-296-0/+12
* | Fix regression from multiple mountpoint supportDavid Rodríguez2017-07-242-1/+27
* | [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