aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/plugin/templates
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-238-51/+0
| | | | former since it's less obstrusive.
* Make plugin generator compatible with new schema.José Valim2010-01-241-0/+0
|
* lib is already included w/ rake test taskJoshua Peek2010-01-221-2/+0
|
* Remove rdoc task from generated plugin RakefileJoshua Peek2010-01-221-10/+0
|
* Generators load path now will be Ruby load path. If you want to use ↵José Valim2010-01-188-0/+63
| | | | rspec:install generator, you need generators/rspec/install_generator in your load path.
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-248-64/+0
|
* Refactored some generators to make use of improved invocations on thor.José Valim2009-07-153-13/+0
|
* Plugin generators now reflect new generators sutrcture.José Valim2009-07-034-2/+5
|
* Added plugin generators (and a couple of TODOs).José Valim2009-06-2311-0/+74