Deploy to Heroku from Ruby on Rails Deploying a new Ruby on Rails App to Heroku Note: Your Ruby on Rails app must be set up in PostgreSQL, if it isn't, you will have to create a new Rails app in postgreSQL In Heroku Create a free heroku account if you don't have one already
Ruby on Rails New App Setup Instructions New App Setup This will be setup in postgreSQL In Command line rails new my_great_app -T -d postgresql --skip-turbolinks cd my_great_app git init (if this isn't already git)