aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer/mailer_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* ApplicationMailer should be generated by default just like every other ↵David Heinemeier Hansson2015-12-171-3/+0
| | | | Application* parent
* Add mailer suffix to generated files and classesCarlos Souza2015-01-061-2/+8
| | | | | Following the same naming convention used in controllers and jobs.
* Don't remove mailer layouts filesyuuji.yaginuma2014-11-271-1/+3
|
* Removing unnecessary File.join callsAndy Jeffries2014-11-241-1/+1
|
* Creates an ApplicationMailer and layout by default, including html and body ↵Andy Jeffries2014-11-211-0/+1
| | | | tags to reduce spam score
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-1/+1
|
* Update generators to use thor 0.13.6 with simpler source_root handling.José Valim2010-04-301-4/+2
|
* Reorganize the mailer generator a bit.José Valim2010-04-301-0/+18