本番環境でwebサーバーをWEBrickからPumaに置き換えたのですが、rails sが出来なくなりました。(herokuを使っています)
どうすればrails s が使えるようになるのでしょうか?
ご教授お願いします。
rails s
=> Booting Puma
=> Rails 5.1.4 application starting in development
=> Run rails server -h
for more startup options
ERROR: worker mode not supported on JRuby or Windows
Exiting
config/puma.rb
workers Integer(ENV['WEB_CONCURRENCY'] || 2)
threads_count = Integer(ENV['RAILS_MAX_THREADS'] || 5)
threads threads_count, threads_count
preload_app!
rackup DefaultRackup
port ENV['PORT'] || 3000
environment ENV['RACK_ENV'] || 'development'
on_worker_boot do
Worker specific setup for Rails 4.1+
See: https://devcenter.heroku.com/articles/
deploying-rails-applications-with-the-puma-web-server#on-worker-boot
ActiveRecord::Base.establish_connection
end
./Procfile
web: bundle exec puma -C config/puma.rb
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。