David Heinemeier Hansson
|
293d35e256
|
ApplicationMailer should be generated by default just like every other Application* parent
|
2015-12-17 17:35:20 -02:00 |
|
Carlos Souza
|
6870d48d19
|
Add _mailer suffix to i18n path
For mailers created via generators
Follow up to #18074
|
2015-01-08 22:24:22 -05:00 |
|
Carlos Souza
|
5697bdbb6d
|
Add mailer suffix to generated files and classes
Following the same naming convention used in
controllers and jobs.
|
2015-01-06 10:46:22 -05:00 |
|
Andy Jeffries
|
38cfaa8285
|
Creates an ApplicationMailer and layout by default, including html and body tags to reduce spam score
|
2014-11-21 16:46:49 +00:00 |
|
Jurriaan Pruis
|
2d8396fc9f
|
Updated/changed useless tr/gsubs
|
2012-04-03 15:16:09 +02:00 |
|
Rafael Mendonça França
|
1ced5ca67b
|
Remove key_value helper now that master is 1.9 only and we always use
the 1.9 hash syntax in the generators.
|
2012-03-13 23:10:32 -03:00 |
|
Arun Agrawal
|
e3eaeb490a
|
Example Usage updated for actionpack and actionmailer.
|
2011-05-19 09:17:49 +05:30 |
|
Prem Sichanugrist
|
f2769ebd7e
|
Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9
As always, you can run `--old-style-hash` to override that.
|
2011-05-13 18:25:32 -04:00 |
|
Aditya Sanghi
|
990719bb59
|
mailer comment should use namespace in comment
|
2010-10-06 19:45:13 +11:00 |
|
Piotr Sarnacki
|
51c7660e08
|
Add namespacing to mailer generator
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-25 17:28:10 +02:00 |
|
José Valim
|
a12079df9f
|
Tidy up generators based on latest change on AM.
|
2010-06-13 13:56:08 +02:00 |
|
José Valim
|
7b98d2aa59
|
Reorganize the mailer generator a bit.
|
2010-04-30 12:11:38 +02:00 |
|