Commit Graph

6 Commits

Author SHA1 Message Date
Akira Matsuda e9625d63bb Let COMMAND_WHITELIST be an Array, not a String 2014-03-16 12:23:58 +09:00
Arun Agrawal 9e61a14d4b Removed unnecessary command "application" 2014-03-10 23:23:12 +01:00
Arun Agrawal c10a78124c More Warnings removed for ruby trunk
Same as 4d4ff531b8
2013-11-01 13:47:23 +01:00
Akira Matsuda & Yukiko Kawamoto 1eebfc9f66 Missing destroy command 2013-09-13 18:19:35 +09:00
wangjohn 0c5d8f813c Using the instance variable for argv.
Instead of using the global constant ARGV, we're changing to using the
instance variable because it is more testable.
2013-07-09 08:21:54 -04:00
wangjohn f1f249d836 Creating a class for carrying out rails commands.
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.
2013-07-07 23:15:55 -07:00