aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix tripletsDavid Heinemeier Hansson2011-04-131-397/+1
|
* Clean up the generator, switch to assets usage, use vendor/assets for the ↵David Heinemeier Hansson2011-04-131-0/+403
| | | | default scripts, and more
* Until the latest sprockets gem is released, we need new apps to reference it ↵David Heinemeier Hansson2011-04-131-9/+12
| | | | directly
* 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
| | | | That means if you don't like the new syntax, you can pass --old-style-hash to force Rails to generate code with hash rockets.
* Rails will now generate Ruby 1.9 style hash when running app generator on ↵Prem Sichanugrist2011-04-101-0/+9
| | | | | | Ruby 1.9.x The new hash syntax of Ruby 1.9 looks more superior, so we decide to switch to it in the places that appropriate.
* 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
| | | | | | [#5926 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* 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 ↵Piotr Sarnacki2010-11-021-0/+28
| | | | AppBase generator
* 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