aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* Properly skip test unit in 'plugin new' generatorPiotr Sarnacki2010-11-021-0/+3
* Properly handle other databases in 'plugin new' generatorPiotr Sarnacki2010-11-021-0/+27
* Pass more options to test/dummy in 'plugin new' generatorPiotr Sarnacki2010-11-021-3/+13
* Add --full option to 'plugin new' generator, which generates rails enginePiotr Sarnacki2010-11-021-0/+5
* No need for say_step in 'plugin new' generatorPiotr Sarnacki2010-11-021-10/+0
* DRY up app generator and plugin new generator. Moved shared options to AppBas...Piotr Sarnacki2010-11-021-0/+28
* Add --dev and --edge options to rails plugin newPiotr Sarnacki2010-11-021-0/+34
* Add support for templates for rails plugin newPiotr Sarnacki2010-11-021-0/+18
* Refactored AppGenerator and PluginNewGenerator to inherit from AppBase.Piotr Sarnacki2010-11-021-0/+61