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
*
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
*
Rename route_wrapper partial layout to table
Carlos Antonio da Silva
2013-01-06
1
-1
/
+1
*
Move table routes formatter class to the inspector and rename it
Carlos Antonio da Silva
2013-01-06
1
-0
/
+18
*
Remove warning, remove not used variable, and make methods private
Carlos Antonio da Silva
2013-01-05
1
-3
/
+5
*
split formatting concerns from RoutesInspector
Yves Senn
2013-01-05
1
-20
/
+42
*
Ruby 1.9 style hash in Route Inspector
schneems
2012-12-27
1
-1
/
+1
*
Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"
Steve Klabnik
2012-12-14
1
-24
/
+7
*
Output routes in :html format
schneems
2012-12-12
1
-7
/
+24
*
Match the controller and path names defensively.
Hiro Asari
2012-12-10
1
-1
/
+1
*
Use Rails to Render Default Index Page
schneems
2012-12-10
1
-1
/
+1
*
Revert "Use flat_map { } instead of map {}.flatten"
Santiago Pastorino
2012-10-05
1
-2
/
+2
*
Use flat_map { } instead of map {}.flatten
Santiago Pastorino
2012-10-05
1
-2
/
+2
*
fixing most tests on Ruby 2.0
Aaron Patterson
2012-09-25
1
-1
/
+1
*
Rename RouteInspector to RoutesInspector
Carlos Antonio da Silva
2012-07-08
1
-1
/
+1
*
move route_inspector to actionpack
@schneems and @mattt
2012-07-07
1
-0
/
+121