thin config -C config/thin.yml -c /var/www/rails —port 3010 —servers 3 -e production
thin start -C config/thin.yml
Missing the Rails 2.3.8 gem. Please `gem install -v=2.3.8 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
解决方案
减低 rack gem 的版本到 1.1.X
本文介绍了当使用Thin服务器启动Rails应用时遇到的错误:缺少Rails 2.3.8 gem,以及rack gem版本冲突的问题。提供了降低rack gem版本到1.1.X作为解决方案。
324

被折叠的 条评论
为什么被折叠?



