aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/info_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename RouteInspector to RoutesInspectorCarlos Antonio da Silva2012-07-081-1/+1
| | | | Follow the consistency defined in dbc43bc.
* Remove RoutesInspector from railties, since it was moved to APCarlos Antonio da Silva2012-07-081-1/+0
| | | | | Changes introduced in 7404cda9f61e41d52ce244d60abbf598684a96c4. Fix railties build.
* move route_inspector to actionpack@schneems and @mattt2012-07-071-1/+2
| | | | 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.
* Rename RouteInspect to RoutesInspector for consistencyJosé Valim2012-06-291-2/+2
|
* /rails/info/routes path shows routing informationschneems2012-05-241-7/+25
| | | | Will show similar contents to the output of `$ rake routes` in the browser in development. This speeds the time required to generate routes, since the application is already initialized.
* Moves local_request? to require.local?Santiago Pastorino2010-08-131-1/+1
| | | | [#5361 state:committed]
* Autoload Rails::InfoJoshua Peek2010-03-201-2/+0
|
* Require info controller from info routesJoshua Peek2010-03-201-0/+2
|
* Move railties/builtin into libJoshua Peek2010-03-201-0/+15