Iker Narvaez

production config

WAIT=7
ATTEMPTS=10
/
......@@ -62,3 +62,7 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
group :production do
gem 'rails_12factor'
end
......
......@@ -148,6 +148,11 @@ GEM
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails_12factor (0.0.3)
rails_serve_static_assets
rails_stdout_logging
rails_serve_static_assets (0.0.5)
rails_stdout_logging (0.0.5)
railties (5.0.7)
actionpack (= 5.0.7)
activesupport (= 5.0.7)
......@@ -246,6 +251,7 @@ DEPENDENCIES
pry
puma (~> 3.0)
rails (~> 5.0.6)
rails_12factor
sass-rails (~> 5.0)
simple_form
slim
......
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq