aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer/mailer_generator.rb
Commit message (Expand)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
* Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-121-2/+11
* 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 Applic...David Heinemeier Hansson2015-12-171-3/+0
* Add mailer suffix to generated files and classesCarlos Souza2015-01-061-2/+8
* 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 t...Andy Jeffries2014-11-211-0/+1
* 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