Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename RouteInspector to RoutesInspector | Carlos Antonio da Silva | 2012-07-08 | 1 | -1/+1 |
| | | | | Follow the consistency defined in dbc43bc. | ||||
* | Remove RoutesInspector from railties, since it was moved to AP | Carlos Antonio da Silva | 2012-07-08 | 1 | -1/+0 |
| | | | | | Changes introduced in 7404cda9f61e41d52ce244d60abbf598684a96c4. Fix railties build. | ||||
* | move route_inspector to actionpack | @schneems and @mattt | 2012-07-07 | 1 | -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 consistency | José Valim | 2012-06-29 | 1 | -2/+2 |
| | |||||
* | /rails/info/routes path shows routing information | schneems | 2012-05-24 | 1 | -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 Pastorino | 2010-08-13 | 1 | -1/+1 |
| | | | | [#5361 state:committed] | ||||
* | Autoload Rails::Info | Joshua Peek | 2010-03-20 | 1 | -2/+0 |
| | |||||
* | Require info controller from info routes | Joshua Peek | 2010-03-20 | 1 | -0/+2 |
| | |||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 1 | -0/+15 |