for Post #{post.id}") end end Now, let’s initialize git repository and deploy to Heroku: git init git add . git commit -m "Initial commit" heroku apps:create git push heroku master heroku run rake db:migrate heroku run rake db:seed The Rails application ...
↧