aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails
Commit message (Expand)AuthorAgeFilesLines
* Strip duplicated suffixes more strictlyRyuta Kamizono2018-04-221-1/+1
* Use .tt extension to all the template filesRafael Mendonça França2017-11-132-0/+0
* Use frozen string literal in actionmailer/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Define path with __dir__bogdanvlviv2017-05-231-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Revert "Merge pull request #27550 from mtsmfm/fix-generator-command-for-neste...Rafael Mendonça França2017-01-031-1/+1
* Fix generator command for nested (namespaced) rails engineFumiaki MATSUSHIMA2017-01-031-1/+1
* Privatize unneededly protected methods in Action MailerAkira Matsuda2016-12-241-3/+2
* revises more Lint/EndAlignment offensesXavier Noria2016-08-081-3/+3
* 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
* 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-232-2/+13
|\
| * Correctly generate application_mailer.rb in mountable enginesPrathamesh Sonpatki2016-03-122-2/+13
* | 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 found...Matt Hall2016-03-171-1/+1
|/
* improve some codeSen-Zhang2016-03-111-2/+4
* generate application_mailer.rb if it is missingSen-Zhang2016-03-112-0/+8
* Remove redundant regexp escapes in generatorsGadzhi Gadzhiev2016-03-081-1/+1
* Revert "When generating a mailer, you must specify Mailer in the class name in"yuuji.yaginuma2016-02-061-1/+1
* When generating a mailer, you must specify Mailer in the class name inAndrew Kaspick2016-02-051-1/+1
* ApplicationMailer should be generated by default just like every other Applic...David Heinemeier Hansson2015-12-172-7/+0
* Merge pull request #18393 from y-yagi/fix_mailerRafael Mendonça França2015-02-181-2/+2
|\
| * follow up to #18074yuuji.yaginuma2015-01-081-2/+2
* | Add _mailer suffix to i18n pathCarlos Souza2015-01-081-1/+1
|/
* Add mailer suffix to generated files and classesCarlos Souza2015-01-063-4/+10
* 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-213-2/+6
* Update mailer generator USAGEAkira Matsuda2013-01-061-3/+2
* Update test locationsMike Moore2012-10-091-1/+1
* Update actionmailer with new hash syntax.Kirill Nikitin2012-10-071-1/+1
* 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
* Correct grammar on Mailer generator -- passES. Working on enhancing conventio...Kristian Freeman2011-12-221-1/+1
* copy-edits 7c2db6c, cbf2af1, and f391f94Xavier Noria2011-06-181-1/+1
* typo changesJudeArasu2011-06-141-1/+1
* 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
* style changesJudeArasu2011-03-061-3/+5
* Revert "style changes"JudeArasu2011-03-061-3/+3
* style changesJudeArasu2011-03-061-3/+3
* styles applied for usageJudeArasu2011-03-061-3/+4
* mailer comment should use namespace in commentAditya Sanghi2010-10-061-1/+1
* Add namespacing to mailer generatorPiotr Sarnacki2010-09-251-0/+2
* Tidy up generators based on latest change on AM.José Valim2010-06-131-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-303-0/+49