aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/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.
* remove blank line generated in application_mailer.rbyuuji.yaginuma2016-04-081-1/+1
|
* Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailerRafael França2016-03-231-0/+2
|\ | | | | Correctly generate application_mailer.rb in mountable engines
| * Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-0/+2
| | | | | | | | - Followup of https://github.com/rails/rails/pull/24161.
* | Fix generator test to match to use the stringRafael Mendonça França2016-03-211-1/+1
| |
* | switched layout :mailer to a string so that mail layout can be properly ↵Matt Hall2016-03-171-1/+1
|/ | | | found and mail can be delivered properly
* generate application_mailer.rb if it is missingSen-Zhang2016-03-111-0/+4
|
* ApplicationMailer should be generated by default just like every other ↵David Heinemeier Hansson2015-12-171-4/+0
| | | | Application* parent
* Add _mailer suffix to i18n pathCarlos Souza2015-01-081-1/+1
| | | | | | For mailers created via generators Follow up to #18074
* Add mailer suffix to generated files and classesCarlos Souza2015-01-061-1/+1
| | | | | Following the same naming convention used in controllers and jobs.
* Creates an ApplicationMailer and layout by default, including html and body ↵Andy Jeffries2014-11-212-2/+5
| | | | tags to reduce spam score
* Updated/changed useless tr/gsubsJurriaan Pruis2012-04-031-1/+1
|
* Remove key_value helper now that master is 1.9 only and we always useRafael Mendonça França2012-03-131-2/+2
| | | | the 1.9 hash syntax in the generators.
* Example Usage updated for actionpack and actionmailer.Arun Agrawal2011-05-191-1/+1
|
* Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9Prem Sichanugrist2011-05-131-2/+2
| | | | As always, you can run `--old-style-hash` to override that.
* mailer comment should use namespace in commentAditya Sanghi2010-10-061-1/+1
|
* Add namespacing to mailer generatorPiotr Sarnacki2010-09-251-0/+2
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Tidy up generators based on latest change on AM.José Valim2010-06-131-1/+1
|
* Reorganize the mailer generator a bit.José Valim2010-04-301-0/+16