thoughtbot / suspenders

A Rails template with our standard defaults.
https://thoughtbot.com
MIT License
4.02k stars 530 forks source link

Heroku deployment issues #930

Closed mike-burns closed 5 months ago

mike-burns commented 6 years ago

Thanks to @keiranking for taking great notes while he tried to deploy his first Rails app to Heroku:


Trying to deploy Suspenders app to Heroku

mike-burns commented 5 years ago

Build succeeded, site failed to load, solved by running heroku run rake db:migrate

https://github.com/thoughtbot/suspenders/pull/937 https://github.com/thoughtbot/suspenders/pull/906

Build failed, Undefined method 'timeout' error, solved by deleting obsolete Rack::Timeout.timeout call in config/environments/production.rb

Fixed in 59357600b0dec1729a012f24a3fdd426cc3198b5.

RossKinsella commented 5 years ago

Another item I had to do was to ensure my gemlock was bundled with bundler < 2.0 and also remove the bundler 2 buildpack from heroku

stevepolitodesign commented 5 months ago

Closing simply because the latest release no longer assumes we default to hosting on Heroku.