Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Load generators from both lib/rails/generators and lib/generators. Using the ↵ | José Valim | 2010-03-23 | 3 | -45/+0 |
| | | | | former since it's less obstrusive. | ||||
* | Controller generators should use routes shortcut. | José Valim | 2010-03-22 | 1 | -1/+1 |
| | |||||
* | Controller generator now creates routes as well [#4233 state:resolved] | José Valim | 2010-03-19 | 1 | -0/+6 |
| | |||||
* | fix usage examples and more to use new invocations | RomD | 2010-02-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Carl Lerche <carllerche@mac.com> | ||||
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 3 | -0/+39 |
| | | | | 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 | -39/+0 |
| | |||||
* | Removed invoke_if and allow hook_for to accept boolean options. | José Valim | 2009-07-04 | 1 | -2/+1 |
| | |||||
* | Added lookup to generators. | José Valim | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Removing unecessary class methods. | José Valim | 2009-07-02 | 1 | -1/+1 |
| | |||||
* | Added ResourceGenerator. | José Valim | 2009-06-28 | 1 | -1/+1 |
| | |||||
* | Rename invoke_for to hook_for. | José Valim | 2009-06-27 | 1 | -1/+1 |
| | |||||
* | Spec --no and --skip. | José Valim | 2009-06-26 | 1 | -1/+0 |
| | |||||
* | Added invoke_if and make use of it on controller generators. | José Valim | 2009-06-26 | 1 | -4/+1 |
| | |||||
* | Update some USAGE files. | José Valim | 2009-06-26 | 1 | -13/+2 |
| | |||||
* | Added Controller Generators. | José Valim | 2009-06-26 | 3 | -0/+55 |