Use SSL and Unicorn in production
Showing
| source 'https://rubygems.org' | source 'https://rubygems.org' | ||
| gem 'rails', '4.2.0.beta4' | gem 'rails', '4.2.0.beta4' | ||
| gem 'bcrypt', '3.1.7' | gem 'bcrypt', '3.1.7' | ||
| gem 'bootstrap-sass', '3.2.0.0' | gem 'bootstrap-sass', '3.2.0.0' | ||
| #gem 'bootstrap-sass', github: 'thomas-mcdonald/bootstrap-sass' | gem 'unicorn', '4.8.3' | ||
| gem 'sass-rails', '5.0.0.beta1' | gem 'sass-rails', '5.0.0.beta1' | ||
| gem 'uglifier', '2.5.3' | gem 'uglifier', '2.5.3' | ||
| gem 'coffee-rails', '4.0.1' | gem 'coffee-rails', '4.0.1' | ||
| ... | ... |
Procfile
0 → 100644
config/unicorn.rb
0 → 100644
Please
register
or
sign in
to comment