1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Carlos Antonio da Silva
9c4afcf4cd Rename RouteInspector to RoutesInspector
Follow the consistency defined in dbc43bc.
2012-07-08 13:49:15 -03:00
@schneems and @mattt
ef91cddb48 move route_inspector to actionpack
this is so we can show route output in the development when we get a routing error. Railties can use features of ActionDispatch, but ActionDispatch should not depend on Railties.
2012-07-07 15:39:49 -05:00
schneems
fa714ec7df show routes while debugging RoutingError
If someone receives a routing error, they likely need to view the routes. Rather than making them visit '/rails/info/routes' or run `rake routes` we can give them that information on the page.
2012-07-07 15:38:29 -05:00
Karunakar (Ruby)
0fdf029291 Action pack logger methodschanged to active supoort Logger methods 2011-12-22 00:19:25 +05:30
José Valim
5359262695 ShowExceptions should understand X-Cascade responses from exceptions app. 2011-12-16 10:45:59 +01:00
José Valim
e3a4eb4b40 Close the response body on cascade pass, closes #3975. 2011-12-14 17:03:35 +01:00
Sergey Nartimov
081431fdf1 log exception backtrace when all backtrace lines silenced 2011-12-13 22:32:39 +03:00
José Valim
2ab2077235 Fix failing cascade exception. 2011-12-03 11:38:25 +01:00
José Valim
750bb5c865 Split ShowExceptions responsibilities in two middlewares. 2011-12-01 20:46:18 +01:00