Heroku に Rails アプリをアップ Created by Terence Lee, @hone02 Heroku の準備 quickstart guide の 1から3 を実施して、サインアップ、ログインしましょう。toolbelt のインストールもしてください。 COACHより: Heroku か、従来のサーバーか、デプロイの利点について話してみましょう。 アプリの準備 Version Control Systems We need to add our code to version control. You can do this by running the following in the terminal: git init echo "public/uploads" >> .gitignore echo "tmp" >> .gitignore echo "logs"