Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 2 | -16/+0 |
| | | | | former since it's less obstrusive. | ||||
* | Make ERB generators more flexible and customizable. | José Valim | 2010-03-21 | 1 | -12/+5 |
| | |||||
* | More work on generated mailer templates. | José Valim and Mikel Lindsaar | 2010-01-26 | 2 | -1/+1 |
| | |||||
* | Change mailer generator templates and refactor the whole naming schema. | José Valim and Mikel Lindsaar | 2010-01-25 | 1 | -1/+1 |
| | |||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 2 | -0/+23 |
| | | | | 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 | 2 | -23/+0 |
| | |||||
* | Added test unit files for scaffold_controller. | José Valim | 2009-07-02 | 1 | -2/+2 |
| | |||||
* | Added migrations and make base generators be lazy loaded. | José Valim | 2009-06-28 | 1 | -0/+2 |
| | |||||
* | Improving generators runner. | José Valim | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | Mailer tests. | José Valim | 2009-06-25 | 1 | -0/+4 |
| | |||||
* | More code refactoring. | José Valim | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Refactoring out descriptions. | José Valim | 2009-06-25 | 1 | -5/+0 |
| | |||||
* | Added Mailer generaator template engine and test framework agnostic. | José Valim | 2009-06-25 | 2 | -0/+22 |