Rails: How to Update the Source code of an existing app on Heroku
Recently, i was working on an existing rails app hosted on Heroku.
After making few updates to the code, i was wondering on how to get it updated on Heroku.
This is what i did on my ubuntu machine.
How to Import/restore data into Heroku postgres database from a dump file
I was working on a rails app hosted on Heroku and i had a huge amount of data in my local Postgres database. I wanted to import this data onto the production database on Heroku.
This is what i did to import data into the database at heroku from a dump file of my local database.
Read More