aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/rails/generators/mailer/USAGE
Commit message (Collapse)AuthorAgeFilesLines
* Revert "When generating a mailer, you must specify Mailer in the class name in"yuuji.yaginuma2016-02-061-1/+1
| | | | | | | | This reverts commit 8417d967e016f0219cc4ec30bf0d3908ce6cd29b. In 5697bdbb6da5d08e541a3b12251cec90269b059b and af3eb5961e55a46b011be797e71f615f20f56686, add mailer suffix to generated files and classes. Therefore, no longer need to specify `Mailer` to class name. [ci skip]
* When generating a mailer, you must specify Mailer in the class name inAndrew Kaspick2016-02-051-1/+1
| | | | | order to generate the proper files. Some of the docs/comments are missing this important detail.
* 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 generated files and classesCarlos Souza2015-01-061-1/+1
| | | | | Following the same naming convention used in controllers and jobs.
* 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)
* 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
|
* 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
|
* Reorganize the mailer generator a bit.José Valim2010-04-301-0/+15