aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/templates
Commit message (Expand)AuthorAgeFilesLines
* Ruby can show a little bit more detailed info in shorter codeAkira Matsuda2018-12-151-1/+1
* Changes Rails Welcome image on localhost:3000bogdanvlviv2018-06-221-1/+1
* Fix locale selectoraki2018-05-191-7/+10
* Fix locale_selector JS bug in ActionMailer PreviewHitoshi Nakashima2018-01-231-5/+16
* Add locale selector to email preview (#31596)Hitoshi Nakashima2018-01-181-10/+25
* Make Rails welcome page responsiveLucas Caton2017-06-031-4/+14
* Pass request params to ActionMailer::PreviewAlexey Zapparov2017-03-011-3/+3
* Allow download of email attachments in the Mailer Preview template.jpd8002016-09-021-1/+4
* Introduce new welcome page for new projectsGenadi Samokovarov2016-01-261-265/+61
* Update the URL when changing mailer preview formatsJames Kerr2015-10-061-1/+15
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-2/+2
* stop using deprecated method in mailers controlleryuuji.yaginuma2015-09-231-2/+2
* Improve display of attachment names in mailer previewsAndrew White2015-05-041-1/+1
* Fix mailer previews with attachmentsAndrew White2015-05-041-1/+1
* Mailer preview now uses `url_for` to fix links to emails for apps running on ...Remo Mueller2015-04-302-3/+3
* mailer previews for `NullMail` instances. Closes #19849.Yves Senn2015-04-281-1/+8
* mailer previews, make sure labels and values line up.Yves Senn2015-04-281-0/+4
* Fix CSS formatting in welcome#index.html.erbSean Collins2015-04-231-3/+10
* rails -> bin/rails in index.htmlXavier Noria2014-11-271-1/+1
* On larger screens the email preview iframe is being limited to a height of 80...Edwin Wills2014-10-291-1/+4
* remove extra # in cssByron Bischoff2014-09-251-1/+1
* :nail_care: the CSSRafael Mendonça França2014-09-251-7/+18
* Improve welcome page css and table cell aignments.buddhamagnet2014-09-251-1/+6
* Removed any default margin from body.Sahil Lavingia2014-09-091-1/+5
* Remove the navigator for now. Its ugly and it promises more than it can deliv...David Heinemeier Hansson2013-12-171-6/+1
* Add mailer previews feature based on mail_view gemAndrew White2013-12-174-1/+118
* Fix for titles of info pagesSıtkı Bağdat2013-11-221-1/+1
* Revert "Match Dev/Prod parity for Index Page"Piotr Sarnacki2013-07-221-1/+1
* Merge pull request #11514 from schneems/schneems/dev-prod-parity-indexPiotr Sarnacki2013-07-221-1/+1
|\
| * Match Dev/Prod parity for Index Pageschneems2013-07-201-1/+1
* | Removed information about creating database[ci skip]Prathamesh Sonpatki2013-07-201-2/+2
|/
* Remove rails.png.Steve Klabnik2013-04-021-1/+1
* Use absolute pathRyunosuke SATO2013-01-081-3/+3
* Move table routes formatter class to the inspector and rename itCarlos Antonio da Silva2013-01-061-1/+1
* Improve javascript in welcome page [ci skip]Carlos Antonio da Silva2013-01-061-4/+5
* allow toggling about env, not just showingGosha Arinich2013-01-051-7/+11
* Move style to head to make routes page valid html5Carlos Antonio da Silva2013-01-051-0/+2
* Change Rails Info controller to use the new table routes formatterCarlos Antonio da Silva2013-01-051-4/+1
* Don't use layout when requested from xhrRyunosuke SATO2013-01-051-2/+3
* Remove the fallback onto `ActiveXObject("Microsoft.XMLHTTP")`.Franck Verrot2013-01-041-6/+2
* Apply `var` keyword to js at welcome#indexRyunosuke SATO2013-01-041-1/+2
* fix alignment in rails info properties page [ci skip]Vijay Dev2013-01-011-0/+2
* Format routes as html on debug pageschneems2012-12-171-74/+4
* HTML formatting to Rails::InfoController#routesschneems2012-12-171-1/+74
* Revert "Merge pull request #8499 from schneems/schneems/html-route-inspector"Steve Klabnik2012-12-141-26/+1
* Output routes in :html formatschneems2012-12-121-1/+26
* Explain how to supersede the new dynamic welcome pageGeorge Claghorn2012-12-111-0/+2
* Use Rails to Render Default Index Pageschneems2012-12-101-0/+240
* /rails/info/routes path shows routing informationschneems2012-05-243-0/+42