Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Updating USAGE information for Mailer generator [#3801 status:resolved] | Kieran Pilkington | 2010-02-02 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Missed template change for defaults -> default | Jeremy Kemper | 2010-01-27 | 1 | -1/+1 |
| | |||||
* | self.defaults => default | Jeremy Kemper | 2010-01-27 | 1 | -3/+4 |
| | |||||
* | Update generators to use new defaults. | José Valim and Mikel Lindsaar | 2010-01-26 | 1 | -1/+1 |
| | |||||
* | Updating generators for mailer to reflect changes in API | Mikel Lindsaar | 2010-01-26 | 1 | -2/+2 |
| | |||||
* | More work on generated mailer templates. | José Valim and Mikel Lindsaar | 2010-01-26 | 1 | -2/+2 |
| | |||||
* | Change mailer generator templates and refactor the whole naming schema. | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -9/+10 |
| | |||||
* | `script/generate mailer Notifier` will now create a mailer at app/mailers. | José Valim | 2010-01-19 | 2 | -3/+3 |
| | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 3 | -0/+43 |
| | | | | rspec:install generator, you need generators/rspec/install_generator in your load path. | ||||
* | Move railties/lib/* into railties/lib/* | Yehuda Katz + Carl Lerche | 2009-09-24 | 3 | -43/+0 |
| | |||||
* | Remove whitespaces from the default mailer file | Pratik Naik | 2009-07-30 | 1 | -2/+1 |
| | |||||
* | Rename invoke_for to hook_for. | José Valim | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | Update some USAGE files. | José Valim | 2009-06-26 | 1 | -2/+2 |
| | |||||
* | Clean up class collisions check and a class method helper. | José Valim | 2009-06-26 | 1 | -4/+1 |
| | |||||
* | Improving generators runner. | José Valim | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | More code refactoring. | José Valim | 2009-06-25 | 1 | -2/+1 |
| | |||||
* | Added Mailer generaator template engine and test framework agnostic. | José Valim | 2009-06-25 | 3 | -0/+48 |