1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00

Trying passenger instead of puma

This commit is contained in:
2015-04-22 08:01:12 -04:00
parent 1f67557fca
commit 1fa79c9dc4
3 changed files with 6 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ gem 'spring', group: :development
gem 'rb-readline'
gem 'jquery-datatables-rails', github: 'rweng/jquery-datatables-rails'
gem 'jquery-ui-rails'
gem 'puma'
gem 'passenger'

View File

@@ -94,9 +94,10 @@ GEM
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
orm_adapter (0.5.0)
passenger (5.0.6)
rack
rake (>= 0.8.1)
pg (0.18.1)
puma (2.11.2)
rack (>= 1.1, < 2.0)
rack (1.6.0)
rack-test (0.6.3)
rack (>= 1.0)
@@ -181,8 +182,8 @@ DEPENDENCIES
jquery-rails
jquery-ui-rails
mysql2
passenger
pg
puma
rails (= 4.2.0)
rails_12factor
rb-readline

View File

@@ -1,2 +1,2 @@
worker: rake jobs:work
web: bundle exec puma -t 5:5 -p $PORT -e $RAILS_ENV
web: bundle exec passenger -p $PORT