Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Warnings removed for using shadow variable. | Arun Agrawal | 2011-09-04 | 1 | -2/+2 |
| | |||||
* | Generate script/rails only if --full is given | Stefan Sprenger | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | application and plugin generation run bundle install unless --skip-gemfile ↵ | Xavier Noria | 2011-05-14 | 1 | -2/+11 |
| | | | | or --skip-bundle | ||||
* | use #quietly in a few places, and s/silence/capture/ where intention is capture | Xavier Noria | 2011-05-13 | 1 | -8/+8 |
| | |||||
* | say silence when you mean silence | Xavier Noria | 2011-05-13 | 1 | -1/+1 |
| | |||||
* | application and plugin generation run bundle check unless --skip-gemfile | Xavier Noria | 2011-05-13 | 1 | -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 tests | Xavier Noria | 2011-05-13 | 1 | -13/+0 |
| | |||||
* | adds comments clarifying the role of SharedGeneratorTests | Xavier Noria | 2011-05-07 | 1 | -0/+3 |
| | |||||
* | Fix test for prepend giving a false positive. [#5716 state:resolved] | Aditya Sanghi | 2011-03-23 | 1 | -2/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | use parens and silence ambiguous args warnings | Jack Dempsey | 2011-03-14 | 1 | -12/+12 |
| | |||||
* | Application templates should work with HTTPS too | Mikel Lindsaar | 2010-11-27 | 1 | -0/+9 |
| | |||||
* | Properly skip test unit in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -0/+5 |
| | |||||
* | Properly handle other databases in 'plugin new' generator | Piotr Sarnacki | 2010-11-02 | 1 | -0/+5 |
| | |||||
* | Make tests for app and plugin generators more DRY | Piotr Sarnacki | 2010-11-02 | 1 | -0/+177 |