我无法通过Rails
运行我的thin
应用:
$ bundle exec thin start
Could not find babosa-0.3.6 in any of the sources
Run `bundle install` to install missing gems.
但默认Rails
WEBrick
服务器效果很好:
$ rails服务器 =>启动WEBrick => Rails 3.1.3应用程序从开发http://0.0.0.0:3000开始 =>使用-d调用分离
我已经运行bundle install
并且我非常确定我已经安装了babosa
gem。(我可以从irb
请求它)为什么我的thin
会拒绝工作?