aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer
Commit message (Collapse)AuthorAgeFilesLines
* ApplicationMailer should be generated by default just like every other ↵David Heinemeier Hansson2015-12-172-7/+0
| | | | Application* parent
* Merge pull request #18393 from y-yagi/fix_mailerRafael Mendonça França2015-02-181-2/+2
|\ | | | | follow up to #18074
| * follow up to #18074yuuji.yaginuma2015-01-081-2/+2
| | | | | | | | | | * ignore mailer suffix when generate test files * add mailer suffix to view files
* | 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-063-4/+10
| | | | | 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-213-2/+6
| | | | tags to reduce spam score
* Update mailer generator USAGEAkira Matsuda2013-01-061-3/+2
| | | | | * it does not generate fixtures * it generates .text.erb templates
* Update test locationsMike Moore2012-10-091-1/+1
| | | | | | | | | | | | | | Change the default test locations to avoid confusion around the common testing terms "unit" and "functional". Add new rake tasks for the new locations, while maintaining backwards compatibility with the old rake tasks. New testing locations are as follows: app/models -> test/models (was test/units) app/helpers -> test/helpers (was test/units/helpers) app/controllers -> test/controllers (was test/functional) app/mailers -> test/mailers (was test/functional)
* 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
| | | | the 1.9 hash syntax in the generators.
* Correct grammar on Mailer generator -- passES. Working on enhancing ↵Kristian Freeman2011-12-221-1/+1
| | | | conventional readability in README and USAGE files.
* 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
| | | | As always, you can run `--old-style-hash` to override that.
* style changesJudeArasu2011-03-061-3/+5
|
* Revert "style changes"JudeArasu2011-03-061-3/+3
| | | | This reverts commit 1d4826937e438ebcd6a2f9e29d2e466a43fef7a8.
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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