Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More Warnings removed for ruby trunk | Arun Agrawal | 2013-11-01 | 1 | -1/+1 |
| | | | | Same as 4d4ff531b8807ee88a3fc46875c7e76f613956fb | ||||
* | Missing destroy command | Akira Matsuda & Yukiko Kawamoto | 2013-09-13 | 1 | -0/+4 |
| | |||||
* | Using the instance variable for argv. | wangjohn | 2013-07-09 | 1 | -2/+2 |
| | | | | | Instead of using the global constant ARGV, we're changing to using the instance variable because it is more testable. | ||||
* | Creating a class for carrying out rails commands. | wangjohn | 2013-07-07 | 1 | -0/+170 |
This class encapsulates a lot of logic that wasn't very object oriented. Helper methods have been created to try to make things more logical and easy to read. |