David Heinemeier Hansson
98fe2ac902
Remove the navigator for now. Its ugly and it promises more than it can deliver. These other views (properties, routes) are not designed to be loaded in isolation
2013-12-17 15:31:25 -08:00
Andrew White
d6dec7fcb6
Add mailer previews feature based on mail_view gem
2013-12-17 03:58:35 +00:00
Sıtkı Bağdat
cf863f466e
Fix for titles of info pages
...
Both `rails/info/properties` and `rails/info/routes` have same html
title attribute as *Routes*. This commit includes a fix for the titles.
2013-11-22 03:02:57 +02:00
Carlos Antonio da Silva
60e809cffd
Move style to head to make routes page valid html5
2013-01-05 12:01:16 -02:00
Vijay Dev
d888dff8c5
fix alignment in rails info properties page [ci skip]
2013-01-01 23:43:00 +05:30
schneems
cb44e0fed9
/rails/info/routes path shows routing information
...
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.
2012-05-24 12:50:16 -05:00