vmc works well except "rails-console" command is unknown. my vmc version is 0.4.7 and os is mac 10.7.5. But it seems this command should be supported. Do you know why rails-console doesn't work for my environment?
Asked
Active
Viewed 201 times
1 Answers
1
uninstall vmc version 0.4.7 by the following command
gem uninstall vmc -v 0.4.7
Then install vmc version 0.3.21 and caldecott gem.
gem install vmc -v 0.3.21
gem install caldecott
Try running the following command:-
vmc rails-console application_name
It worked for me.

Apurva Mayank
- 721
- 2
- 12
- 32
-
As your suggestion, it means only 0.3.21 pre version supports rails-console command? – ramon.liu Feb 05 '13 at 01:47