aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/generators/rails/plugin/templates/Rakefile.tt
Commit message (Collapse)AuthorAgeFilesLines
* Load generators from both lib/rails/generators and lib/generators. Using the ↵José Valim2010-03-231-10/+0
| | | | former since it's less obstrusive.
* 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-181-0/+22
rspec:install generator, you need generators/rspec/install_generator in your load path.