欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

thin start Missing the Rails

程序员文章站 2022-07-14 14:06:48
...
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 rack