José Valim
|
9fffdc5cdb
|
Generators load path now will be Ruby load path. If you want to use rspec:install generator, you need generators/rspec/install_generator in your load path.
|
2010-01-18 16:21:11 +01:00 |
|
Yehuda Katz + Carl Lerche
|
f0dd77c6be
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
|
José Valim
|
bf672a12a3
|
Added Rails::Generators::ActionORM to hold ORM methods necessary to build a generator.
|
2009-07-02 10:27:39 +02:00 |
|
José Valim
|
10a9205c58
|
Put migration methods into a separate folder and let just ActiveRecord dependency in ActiveRecord models.
|
2009-07-02 10:27:39 +02:00 |
|
José Valim
|
2f3681dfc2
|
Clean up class collisions check and a class method helper.
|
2009-06-26 11:59:14 +02:00 |
|
José Valim
|
a748bb7961
|
Get base_name from class_name.
|
2009-06-25 10:39:43 +02:00 |
|
José Valim
|
ea106cf051
|
Added plugin generators (and a couple of TODOs).
|
2009-06-23 20:42:29 +02:00 |
|
José Valim
|
d7bab3a43a
|
Splitting base into several files.
|
2009-06-23 19:45:50 +02:00 |
|