Archive | June 2012

You are browsing the site archives by date.

Change or Share DATABASE_URL in Heroku App.

Simply set the DATABASE_URL config var for several apps to the same value. First, get the DATABASE_URL for your existing app by command $ heroku config | grep DATABASE_URL the you can set the url for your database for your Heroku app as $ heroku config:add DATABASE_URL = “Your Database Url”

Capistrano Could not parse object ‘e8c10038180509bc602afef37b5d1a02576e3810’.

The easy solution for above problem is just to go to the server to which you are attempting to deploy and delete the “cached-copy” directory under the “shared” directory. You should be good now.