learnenough / rails_tutorial_sample_app_7th_ed

The reference sample app for the Ruby on Rails Tutorial (7th edition) by Michael Hartl
Other
75 stars 52 forks source link

Had to update database.yml in chapter 1.5 before it to work #2

Open TanteFettel opened 2 years ago

TanteFettel commented 2 years ago

Hello,

I had to remove all sqlite3 entries in database.yml to be able to push the code to heroku and the app working on heroku. If I didnt the app did not work ("application error"). Actually "logs" and "heroku run rails console" have helped a lot..

In case someone else struggles. ...

BR

TanteF