aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/shared_generator_tests.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Generate script/rails only if --full is givenStefan Sprenger2011-05-271-2/+2
* application and plugin generation run bundle install unless --skip-gemfile or...Xavier Noria2011-05-141-2/+11
* use #quietly in a few places, and s/silence/capture/ where intention is captureXavier Noria2011-05-131-8/+8
* say silence when you mean silenceXavier Noria2011-05-131-1/+1
* application and plugin generation run bundle check unless --skip-gemfileXavier Noria2011-05-131-7/+16
* removes duplicate testsXavier Noria2011-05-131-13/+0
* adds comments clarifying the role of SharedGeneratorTestsXavier Noria2011-05-071-0/+3
* Fix test for prepend giving a false positive. [#5716 state:resolved]Aditya Sanghi2011-03-231-2/+1
* use parens and silence ambiguous args warningsJack Dempsey2011-03-141-12/+12
* Application templates should work with HTTPS tooMikel Lindsaar2010-11-271-0/+9
* Properly skip test unit in 'plugin new' generatorPiotr Sarnacki2010-11-021-0/+5
* Properly handle other databases in 'plugin new' generatorPiotr Sarnacki2010-11-021-0/+5
* Make tests for app and plugin generators more DRYPiotr Sarnacki2010-11-021-0/+177