Faye setup in production
问题 I've set up Faye on localhost, and works fine. I'm now trying to deploy it on DigitalOcean VPS, with Cloud66 deployment service. To run the command I use an "after_rails" hook. rackup $RAILS_STACK_PATH/faye.ru -s thin -E production This gives me the error: Error during deployment: Error during after_rails hook: Server: not_specified. Failed to run command: /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in require': cannot load such file -- faye (LoadError) from /usr/local