Rails服务器运行,但rails控制台抛出错误"尚未检出"

Pro*_*opS 3 ruby bundle ruby-on-rails ruby-on-rails-4

Rails服务器运行正常,但rails控制台无法启动......可能出错?

user@user-pc:~/Sites/refcms_test$ bundle install
...#installing
Your bundle is complete!    
Use `bundle show [gemname]` to see where a bundled gem is installed.    

user@user-pc:~/Sites/refcms_test$ bundle exec thin start  
Using rack adapter    

-- DEPRECATION WARNING --    
The use of 'Refinery::Plugin#activity=' is deprecated and will be removed at version 3.1.    
Thin web server (v1.6.3 codename Protein Powder)    
Maximum connections set to 1024    
Listening on 0.0.0.0:3000, CTRL+C to stop
Run Code Online (Sandbox Code Playgroud)

服务器运行...但控制台不...

user@user-pc:~/Sites/refcms_test$ bundle install
...#installing
Your bundle is complete!    
Use `bundle show [gemname]` to see where a bundled gem is installed.    

user@user-pc:~/Sites/refcms_test$ rails console    
git://github.com/refinery/refinerycms-page-images.git (at master) is not yet checked out. Run `bundle install` first.    
Run Code Online (Sandbox Code Playgroud)

我的版本Ruby&Rails:

user@user-pc:~/Sites/refcms_test$ ruby -v
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
user@user-pc:~/Sites/refcms_test$ rails -v
Rails 4.1.6
Run Code Online (Sandbox Code Playgroud)

感谢帮助!

cal*_*hou 6

我今天面临同样的问题.最后通过spring从1.3.1 升级到1.3.2 来解决.