aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/templates/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Remove the navigator for now. Its ugly and it promises more than it can ↵David Heinemeier Hansson2013-12-171-6/+1
| | | | deliver. These other views (properties, routes) are not designed to be loaded in isolation
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-1/+6
|
* Fix for titles of info pagesSıtkı Bağdat2013-11-221-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 html5Carlos Antonio da Silva2013-01-051-0/+2
|
* fix alignment in rails info properties page [ci skip]Vijay Dev2013-01-011-0/+2
|
* /rails/info/routes path shows routing informationschneems2012-05-241-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.