Category: Database

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

Related Articles