Create new app, set up development pipeline, push updates, and install Bootstrap — Note: The following guides assume your development environment is already set up, including Ruby, Rails, database, version control, and deployment. For these examples, I will use PostgreSQL, GitHub, and Heroku. Create new Ruby on Rails app Create application and set database type (where appname is your app’s name and postgresql is the database type)