Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 2 | -0/+0 |
| | | | | | | | | Make clear that the files are not to be run for interpreters. Fixes #23847. Fixes #30690. Closes #23878. | ||||
* | remove blank line generated in application_mailer.rb | yuuji.yaginuma | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailer | Rafael França | 2016-03-23 | 1 | -0/+2 |
|\ | | | | | Correctly generate application_mailer.rb in mountable engines | ||||
| * | Correctly generate application_mailer.rb in mountable engines | Prathamesh Sonpatki | 2016-03-12 | 1 | -0/+2 |
| | | | | | | | | - Followup of https://github.com/rails/rails/pull/24161. | ||||
* | | Fix generator test to match to use the string | Rafael Mendonça França | 2016-03-21 | 1 | -1/+1 |
| | | |||||
* | | switched layout :mailer to a string so that mail layout can be properly ↵ | Matt Hall | 2016-03-17 | 1 | -1/+1 |
|/ | | | | found and mail can be delivered properly | ||||
* | generate application_mailer.rb if it is missing | Sen-Zhang | 2016-03-11 | 1 | -0/+4 |
| | |||||
* | ApplicationMailer should be generated by default just like every other ↵ | David Heinemeier Hansson | 2015-12-17 | 1 | -4/+0 |
| | | | | Application* parent | ||||
* | Add _mailer suffix to i18n path | Carlos Souza | 2015-01-08 | 1 | -1/+1 |
| | | | | | | For mailers created via generators Follow up to #18074 | ||||
* | Add mailer suffix to generated files and classes | Carlos Souza | 2015-01-06 | 1 | -1/+1 |
| | | | | | Following the same naming convention used in controllers and jobs. | ||||
* | Creates an ApplicationMailer and layout by default, including html and body ↵ | Andy Jeffries | 2014-11-21 | 2 | -2/+5 |
| | | | | tags to reduce spam score | ||||
* | Updated/changed useless tr/gsubs | Jurriaan Pruis | 2012-04-03 | 1 | -1/+1 |
| | |||||
* | Remove key_value helper now that master is 1.9 only and we always use | Rafael Mendonça França | 2012-03-13 | 1 | -2/+2 |
| | | | | the 1.9 hash syntax in the generators. | ||||
* | Example Usage updated for actionpack and actionmailer. | Arun Agrawal | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Update Mailer generator to use 1.9 styled hash when run on Ruby 1.9 | Prem Sichanugrist | 2011-05-13 | 1 | -2/+2 |
| | | | | As always, you can run `--old-style-hash` to override that. | ||||
* | mailer comment should use namespace in comment | Aditya Sanghi | 2010-10-06 | 1 | -1/+1 |
| | |||||
* | Add namespacing to mailer generator | Piotr Sarnacki | 2010-09-25 | 1 | -0/+2 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Tidy up generators based on latest change on AM. | José Valim | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Reorganize the mailer generator a bit. | José Valim | 2010-04-30 | 1 | -0/+16 |