aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
* change sqlite3-ruby => sqlite3 in the generatorsAaron Patterson2011-01-161-13/+1
* Generate javascripts in engine with --mountable optionPiotr Sarnacki2010-12-161-0/+6
* Allow http templates again, fix the broken testXavier Shay2010-11-271-1/+1
* Application templates should work with HTTPS tooMikel Lindsaar2010-11-271-1/+1
* 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