我正在运行堆栈nginx独角兽rails 3.2
当我跑步的时候
bundle exec unicorn_rails -c config/unicorn.rb -E development
没关系,网站运行良好
当我尝试在生产模式下启动独角兽网站时
bundle exec unicorn_rails -c config/unicorn.rb -E production
我有“我们很抱歉,但出了点问题.”错误:
解决方法:
您是否为生产运行迁移?
rake db:migrate RAILS_ENV="production"
问题可能不是Unicorn.