Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generators load path now will be Ruby load path. If you want to use ↵ | José Valim | 2010-01-18 | 1 | -0/+8 |
| | | | | 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 | 1 | -8/+0 |
| | |||||
* | Added Rails::Generators::ActionORM to hold ORM methods necessary to build a ↵ | José Valim | 2009-07-02 | 1 | -1/+1 |
| | | | | generator. | ||||
* | Put migration methods into a separate folder and let just ActiveRecord ↵ | José Valim | 2009-07-02 | 1 | -1/+0 |
| | | | | dependency in ActiveRecord models. | ||||
* | Clean up class collisions check and a class method helper. | José Valim | 2009-06-26 | 1 | -0/+1 |
| | |||||
* | Get base_name from class_name. | José Valim | 2009-06-25 | 1 | -4/+0 |
| | |||||
* | Added plugin generators (and a couple of TODOs). | José Valim | 2009-06-23 | 1 | -2/+2 |
| | |||||
* | Splitting base into several files. | José Valim | 2009-06-23 | 1 | -0/+12 |