Rails控制台 - 使用退出代码0完成处理

时间:2013-04-25 20:32:26

标签: ruby-on-rails ruby-on-rails-3 ruby-on-rails-3.2 rails-console

无法启动rails控制台。当我试图启动它时,我收到了这条消息:

Loading development environment (Rails 3.2.12)
Process finished with exit code 0

退出没有任何错误。但rails服务器启动没有问题:

=> Booting WEBrick
=> Rails 3.2.12 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2013-04-26 02:23:44] INFO  WEBrick 1.3.1
[2013-04-26 02:23:44] INFO  ruby 1.9.3 (2013-02-22) [x86_64-darwin12.2.0]
[2013-04-26 02:23:44] INFO  WEBrick::HTTPServer#start: pid=2393 port=3000

我用rvm运行Mac OS X. 为什么rails控制台可能无法正常工作?

2 个答案:

答案 0 :(得分:3)

您是否尝试使用bundle exec?

bundle exec rails c

答案 1 :(得分:1)

如果您正在使用RVM,请尝试执行rvm implode并重新安装Ruby和Rails。