I cannot deploy the rails project to heroku.

Asked 2 years ago, Updated 2 years ago, 104 views

Must see if you're frustrated!How to publish the Rails app on Heroku

I am trying to deploy heroku by referring to the url above.

Enter a description of the image here
Now that I put ruby version 2.7 in it,

I can no longer create a blog app to create with scaffold.

Also, due to the difference between ruby and gem versions, deployment is no longer possible.

Which version and what can be rewritten to make deployment possible?

ruby-on-rails ruby

2022-09-30 21:48

1 Answers

Why don't you follow the error message?Try running bundle install and changing the version number of the ruby directive in Gemfile to 2.7.0.


2022-09-30 21:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.