Chuck Callebs
2ddb599710
Add Rails command infrastructure and encapsulate development caching
2015-12-04 13:15:43 -05:00
Nick Cox
7937c6aa00
[ci skip] Document running a rake command as a rails command
2015-04-15 21:47:37 -07:00
Yves Senn
c5532e06d9
spike of a OptionParser
backed test runner.
2015-03-18 09:52:16 +01:00
Aditya Kapoor
ce086b22e7
use require_command! instead of calling its definition
2014-10-16 11:05:58 +05:30
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