Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the navigator for now. Its ugly and it promises more than it can ↵ | David Heinemeier Hansson | 2013-12-17 | 1 | -6/+1 |
| | | | | deliver. These other views (properties, routes) are not designed to be loaded in isolation | ||||
* | Add mailer previews feature based on mail_view gem | Andrew White | 2013-12-17 | 1 | -1/+6 |
| | |||||
* | Fix for titles of info pages | Sıtkı Bağdat | 2013-11-22 | 1 | -1/+1 |
| | | | | | Both `rails/info/properties` and `rails/info/routes` have same html title attribute as *Routes*. This commit includes a fix for the titles. | ||||
* | Move style to head to make routes page valid html5 | Carlos Antonio da Silva | 2013-01-05 | 1 | -0/+2 |
| | |||||
* | fix alignment in rails info properties page [ci skip] | Vijay Dev | 2013-01-01 | 1 | -0/+2 |
| | |||||
* | /rails/info/routes path shows routing information | schneems | 2012-05-24 | 1 | -0/+32 |
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. |