aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/metal
Commit message (Collapse)AuthorAgeFilesLines
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
| | | | Signed-off-by: Carl Lerche <carllerche@mac.com>
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-1/+1
|
* Use expand_path to require environment in metal templateJoshua Peek2010-01-221-1/+1
|
* Include cascade header in metal templateJoshua Peek2010-01-221-1/+1
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-183-0/+31
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-243-31/+0
|
* Modified rake tasks to use new app generator structure and updated Thor version.José Valim2009-07-161-1/+1
|
* Clean up class collisions check and a class method helper.José Valim2009-06-261-3/+1
|
* Added class collision checks.José Valim2009-06-251-4/+10
|
* Change current sstructure.José Valim2009-06-233-0/+27