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
/
test
/
dispatch
/
routing
/
inspector_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-2
/
+2
*
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-5
/
+5
*
Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...
Kasper Timm Hansen
2018-03-13
1
-14
/
+15
*
Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`
bogdanvlviv
2018-03-13
1
-11
/
+11
*
Draw line of a route name to the end of row console on `rails routes --expanded`
bogdanvlviv
2018-03-05
1
-5
/
+10
*
Add --expanded option to "rails routes"
Benoit Tigeot
2018-02-28
1
-2
/
+66
*
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
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+1
*
modernizes hash syntax in actionpack
Xavier Noria
2016-08-06
1
-9
/
+9
*
applies new string literal convention in actionpack/test
Xavier Noria
2016-08-06
1
-39
/
+39
*
Merge pull request #23103 from rails/refactor-handling-of-action-default
Jeremy Daer
2016-04-24
1
-1
/
+1
|
\
|
*
Refactor handling of :action default in routing
Andrew White
2016-02-16
1
-1
/
+1
*
|
[ci skip] Use rails routes instead of rake routes in inspector test description
Abhishek Jain
2016-03-02
1
-9
/
+9
*
|
Deprecate :controller and :action path parameters
Andrew White
2016-03-01
1
-4
/
+12
*
|
Add `internal` attribute to routes
Jon Moss
2016-02-22
1
-0
/
+23
|
/
*
Add options for rake routes task
Vipul A M
2016-02-02
1
-7
/
+27
*
Better error message when running `rake routes` with CONTROLLER arg:
Edouard CHIN
2016-01-07
1
-0
/
+38
*
Change `Journey::Route#verb` to return string instead of regexp.
yui-knk
2015-10-03
1
-0
/
+11
*
Get rid of mocha tests - part 2
Marcin Olichwirowicz
2015-08-25
1
-9
/
+0
*
Fix rake routes for api apps
Jorge Bejar
2015-04-25
1
-0
/
+16
*
Change filter on /rails/info/routes to use an actual path regexp from rails
brainopia
2015-02-23
1
-8
/
+0
*
Mounted Rack apps should have default named routes based on app name
T.J. Schuck
2014-12-06
1
-11
/
+33
*
Pure rack apps can be mounted with a name
Jean Boussier
2014-11-29
1
-1
/
+1
*
Transform dashes to underscores in resource route names
Byron Bischoff
2014-01-25
1
-3
/
+13
*
Fix `rake routes` error when `Rails::Engine` with empty routes is mounted; fi...
Maurizio De Santis
2014-01-24
1
-0
/
+21
*
Tidy up tests and CHANGELOG for #12598
Andrew White
2014-01-20
1
-3
/
+14
*
Automatically convert dashes to underscores for url helpers
Amr Tamimi
2014-01-20
1
-1
/
+3
*
Show routes defined under assets prefix
Ryunosuke SATO
2013-12-19
1
-0
/
+12
*
Build fix for Routing Inspector
Arun Agrawal
2013-11-22
1
-2
/
+2
*
Fix for routes task
Sıtkı Bağdat
2013-11-21
1
-16
/
+16
*
`RoutesInspector` deals with routes using regexp as `:controller` option
Yves Senn
2013-05-30
1
-0
/
+9
*
Fix AP tests related to routes inspector output and the new column titles
Carlos Antonio da Silva
2013-02-19
1
-20
/
+65
*
In Browser Path Matching with Javascript
schneems
2013-01-20
1
-0
/
+8
*
Needless requires
Akira Matsuda
2013-01-06
1
-2
/
+0
*
Missing requires
Akira Matsuda
2013-01-06
1
-0
/
+1
*
split formatting concerns from RoutesInspector
Yves Senn
2013-01-05
1
-4
/
+21
*
Add active_support/testing/autorun
Rafael Mendonça França
2012-12-31
1
-1
/
+1
*
fixing most tests on Ruby 2.0
Aaron Patterson
2012-09-25
1
-2
/
+2
*
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
1
-2
/
+2
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-0
/
+170