aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer/mailer_generator.rb
Commit message (Collapse)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
|
* applies new string literal convention in actionmailer/libXavier Noria2016-08-061-3/+3
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-2/+11
| | | | - Followup of https://github.com/rails/rails/pull/24161.
* improve some codeSen-Zhang2016-03-111-2/+4
|
* generate application_mailer.rb if it is missingSen-Zhang2016-03-111-0/+4
|
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
|
* 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