index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_dispatch
/
routing
/
inspector.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-2
/
+2
*
Rely on Rails::Command's help output.
Kasper Timm Hansen
2018-03-13
1
-26
/
+21
*
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
1
-41
/
+34
*
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
1
-1
/
+10
*
`ConsoleFormatter` is no longer used as a class
Ryuta Kamizono
2018-03-02
1
-2
/
+2
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-37
/
+90
*
Remove usage of strip_heredoc in the framework in favor of <<~
Rafael Mendonça França
2018-02-16
1
-5
/
+4
*
Merge pull request #22435 from yui-knk/fix_engine_route_test
Rafael Mendonça França
2017-11-06
1
-2
/
+2
|
\
|
*
Make `assert_recognizes` to traverse mounted engines
yui-knk
2016-04-23
1
-2
/
+2
*
|
Use frozen string literal in actionpack/
Kir Shatrov
2017-07-29
1
-0
/
+2
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-1
/
+1
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-32
/
+32
*
|
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
|
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-2
/
+2
*
|
[ci skip] Replace usage of rake routes with rails routes
Abhishek Jain
2016-02-25
1
-1
/
+1
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-1
/
+1
|
/
*
Fixes routes to match verbs and path with -g option
Abhishek Jain
2016-02-11
1
-2
/
+3
*
Converge on filter.
Kasper Timm Hansen
2016-02-01
1
-5
/
+4
*
Simplify filter normalization.
Kasper Timm Hansen
2016-02-01
1
-5
/
+3
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-15
/
+19
*
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-7
/
+18
*
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
1
-4
/
+0
*
Don't reference sprockets assets on action pack
Arthur Neves
2015-04-26
1
-1
/
+1
*
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
1
-22
/
+4
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+1
*
Remove redundant `to_s` in interpolation
claudiob
2014-10-30
1
-1
/
+1
*
we do not need to cache rack_app
Aaron Patterson
2014-05-26
1
-9
/
+3
*
a redirect is not a dispatcher by definition, so eliminate test
Aaron Patterson
2014-05-26
1
-1
/
+1
*
push is_a check up to where the Constraints object is allocated
Aaron Patterson
2014-05-26
1
-1
/
+1
*
nothing is passed to `rack_app` anymore, so rm the params
Aaron Patterson
2014-05-25
1
-1
/
+1
*
one fewer is_a check
Aaron Patterson
2014-05-25
1
-4
/
+3
*
Always construct route objects with Constraint objects
Aaron Patterson
2014-05-24
1
-3
/
+3
*
unwrap the constraints object on initialization, eliminate loops
Aaron Patterson
2014-05-24
1
-1
/
+1
*
Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...
Maurizio De Santis
2014-01-24
1
-3
/
+3
*
Show routes defined under assets prefix
Ryunosuke SATO
2013-12-19
1
-1
/
+1
*
Add mailer previews feature based on mail_view gem
Andrew White
2013-12-17
1
-1
/
+1
*
Fix for routes task
Sıtkı Bağdat
2013-11-21
1
-1
/
+2
*
`RoutesInspector` deals with routes using regexp as `:controller` option
Yves Senn
2013-05-30
1
-1
/
+1
*
Add missing require to routes inspector
Carlos Antonio da Silva
2013-02-19
1
-0
/
+1
*
Duck typing is hard. Add header to HtmlTableFormatter.
Steve Klabnik
2013-02-18
1
-0
/
+4
*
editorial tweaks
Xavier Noria
2013-02-19
1
-3
/
+6
*
use strip_heredoc to keep indentation consistent.
Steve Klabnik
2013-02-18
1
-12
/
+12
*
Add message when you have no routes defined.
Steve Klabnik
2013-02-18
1
-0
/
+25
*
Add headings to rake routes table
Steve Klabnik
2013-02-18
1
-3
/
+19
*
In Browser Path Matching with Javascript
schneems
2013-01-20
1
-1
/
+22
*
Fix syntax error :grin:
Guillermo Iguaran
2013-01-18
1
-1
/
+1
*
Remove "Application" section title from routes
schneems
2013-01-18
1
-6
/
+13
[next]