aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/templates/layouts/application.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* 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.