aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/mailer
Commit message (Collapse)AuthorAgeFilesLines
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Updating USAGE information for Mailer generator [#3801 status:resolved]Kieran Pilkington2010-02-021-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Missed template change for defaults -> defaultJeremy Kemper2010-01-271-1/+1
|
* self.defaults => defaultJeremy Kemper2010-01-271-3/+4
|
* Update generators to use new defaults.José Valim and Mikel Lindsaar2010-01-261-1/+1
|
* Updating generators for mailer to reflect changes in APIMikel Lindsaar2010-01-261-2/+2
|
* More work on generated mailer templates.José Valim and Mikel Lindsaar2010-01-261-2/+2
|
* Change mailer generator templates and refactor the whole naming schema.José Valim and Mikel Lindsaar2010-01-251-9/+10
|
* `script/generate mailer Notifier` will now create a mailer at app/mailers.José Valim2010-01-192-3/+3
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-183-0/+43
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-43/+0
|
* Remove whitespaces from the default mailer filePratik Naik2009-07-301-2/+1
|
* Rename invoke_for to hook_for.José Valim2009-06-271-1/+1
|
* Update some USAGE files.José Valim2009-06-261-2/+2
|
* Clean up class collisions check and a class method helper.José Valim2009-06-261-4/+1
|
* Improving generators runner.José Valim2009-06-261-1/+1
|
* More code refactoring.José Valim2009-06-251-2/+1
|
* Added Mailer generaator template engine and test framework agnostic.José Valim2009-06-253-0/+48