aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/routing/inspector.rb
Commit message (Expand)AuthorAgeFilesLines
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-1/+1
* Rails guides are now served over httpsPaul McMahon2018-07-241-2/+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
* Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-051-1/+10
* `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
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-5/+4
* Merge pull request #22435 from yui-knk/fix_engine_route_testRafael Mendonça França2017-11-061-2/+2
|\
| * Make `assert_recognizes` to traverse mounted enginesyui-knk2016-04-231-2/+2
* | Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-32/+32
* | applies new string literal convention in actionpack/libXavier Noria2016-08-061-5/+5
* | Merge pull request #23103 from rails/refactor-handling-of-action-defaultJeremy Daer2016-04-241-2/+2
|\ \ | |/ |/|
| * Refactor handling of :action default in routingAndrew White2016-02-161-2/+2
* | [ci skip] Replace usage of rake routes with rails routesAbhishek Jain2016-02-251-1/+1
* | Add `internal` attribute to routesJon Moss2016-02-221-1/+1
|/
* Fixes routes to match verbs and path with -g optionAbhishek Jain2016-02-111-2/+3
* Converge on filter.Kasper Timm Hansen2016-02-011-5/+4
* Simplify filter normalization.Kasper Timm Hansen2016-02-011-5/+3
* Add options for rake routes taskVipul A M2016-02-021-15/+19
* Better error message when running `rake routes` with CONTROLLER arg:Edouard CHIN2016-01-071-7/+18
* Change `Journey::Route#verb` to return string instead of regexp.yui-knk2015-10-031-4/+0
* Don't reference sprockets assets on action packArthur Neves2015-04-261-1/+1
* Change filter on /rails/info/routes to use an actual path regexp from railsbrainopia2015-02-231-22/+4
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Remove redundant `to_s` in interpolationclaudiob2014-10-301-1/+1
* we do not need to cache rack_appAaron Patterson2014-05-261-9/+3
* a redirect is not a dispatcher by definition, so eliminate testAaron Patterson2014-05-261-1/+1
* push is_a check up to where the Constraints object is allocatedAaron Patterson2014-05-261-1/+1
* nothing is passed to `rack_app` anymore, so rm the paramsAaron Patterson2014-05-251-1/+1
* one fewer is_a checkAaron Patterson2014-05-251-4/+3
* Always construct route objects with Constraint objectsAaron Patterson2014-05-241-3/+3
* unwrap the constraints object on initialization, eliminate loopsAaron Patterson2014-05-241-1/+1
* Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...Maurizio De Santis2014-01-241-3/+3
* Show routes defined under assets prefixRyunosuke SATO2013-12-191-1/+1
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-1/+1
* Fix for routes taskSıtkı Bağdat2013-11-211-1/+2
* `RoutesInspector` deals with routes using regexp as `:controller` optionYves Senn2013-05-301-1/+1
* Add missing require to routes inspectorCarlos Antonio da Silva2013-02-191-0/+1
* Duck typing is hard. Add header to HtmlTableFormatter.Steve Klabnik2013-02-181-0/+4
* editorial tweaksXavier Noria2013-02-191-3/+6
* use strip_heredoc to keep indentation consistent.Steve Klabnik2013-02-181-12/+12
* Add message when you have no routes defined.Steve Klabnik2013-02-181-0/+25
* Add headings to rake routes tableSteve Klabnik2013-02-181-3/+19