DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How to Deploy Rails App to Heroku in 5 Minutes

4 years ago dzone.com

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Heroku is a platform that enables developers to build, run, and operate applications entirely on the cloud with multi-language support for Ruby, Go, Scala, PHP, etc. Ruby on Rails is a popular web framework written in Ruby.

If we want to migrate our database on Heroku, then use the below command: heroku run rails db:migrate

If we want use Heroku run rails console in our local machine, use the following: heroku run rails cVisit the Rails application

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com