Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vmc 运行良好,但“rails-console”命令未知。我的 vmc 版本是 0.4.7,操作系统是 mac 10.7.5。但似乎应该支持这个命令。你知道为什么 rails-console 不适用于我的环境吗?
通过以下命令卸载 vmc 版本 0.4.7
gem uninstall vmc -v 0.4.7
然后安装 vmc 版本 0.3.21 和 caldecott gem。
gem install vmc -v 0.3.21 gem install caldecott
尝试运行以下命令:-
vmc rails-console application_name
它对我有用。