aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/shared_generator_tests.rb
Commit message (Collapse)AuthorAgeFilesLines
...
* application and plugin generation run bundle check unless --skip-gemfileXavier Noria2011-05-131-7/+16
| | | | | | | The purpose of this feature is that the user knows whether dependencies are satisfied. In particular, if they are not he will be warned upfront, rather than finding out himself in an abrupt way by trying to run something.
* 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
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* 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