我无法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 server => Booting WEBrick => Rails 3.1.3 应用程序开始在http://0.0.0.0:3000上开发 => 调用 -d 来分离
我已经跑了bundle install
,我很确定我已经安装了babosa
gem。(我可以要求它irb
) 那么为什么我thin
拒绝工作呢?