aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/erb/mailer/templates
Commit message (Collapse)AuthorAgeFilesLines
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
| | | | | | | | Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878.
* generate mailer layout files if it does not already existyuuji.yaginuma2016-05-152-0/+14
| | | | | | | | | Currently, if `ApplicationMailer` does not exist, it is generated when run the mailer generator, but layouts files does not generate. However, because it uses the layouts in `ApplicationMailer`, layouts are required. Follow up to #24161
* ApplicationMailer should be generated by default just like every other ↵David Heinemeier Hansson2015-12-172-6/+0
| | | | Application* parent
* Creates an ApplicationMailer and layout by default, including html and body ↵Andy Jeffries2014-11-212-0/+6
| | | | tags to reduce spam score
* fix path shown in mailer's templatesKassio Borges2014-02-142-2/+2
|
* `html` and `text` templates for mailers by defaultKassio Borges2013-12-201-0/+5
|
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-0/+3
| | | | former since it's less obstrusive.
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-181-3/+0
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+3