aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tripletsDavid Heinemeier Hansson2011-04-131-397/+1
* Clean up the generator, switch to assets usage, use vendor/assets for the def...David Heinemeier Hansson2011-04-131-0/+403
* Until the latest sprockets gem is released, we need new apps to reference it ...David Heinemeier Hansson2011-04-131-9/+12
* jQuery is the new defaultXavier Noria2011-04-131-4/+4
* Add --old-style-hash option to force creating old style hash on Ruby 1.9Prem Sichanugrist2011-04-101-1/+4
* Rails will now generate Ruby 1.9 style hash when running app generator on Rub...Prem Sichanugrist2011-04-101-0/+9
* let these heredocs flow with the codeXavier Noria2011-03-281-14/+15
* Make edge and dev options use edge mysql2Santiago Pastorino2011-03-271-6/+14
* 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