Coding - 碼農筆記 / ruby & rails / 常用筆記 Rails筆記-Deploy到heroku 2015-12-022015-12-19vialley 筆記一下rails如何deploy到heroku的流程 https://toolbelt.heroku.com/ heroku login update Gemfile bundle install –without=production git init git add . git commit -m “project setup” heroku create git push heroku master heroku run rake db:migrate heroku open