I'm a total heroku noob so please bear with me on this one. Last night I deployed an application to heroku cedar, putting 'gem 'pg'' into the production group on my gemfile and leaving sqlite3 in my development and test groups.
Everything was working fine last night, today I went to show it off and got a 500 error. My local dev environment is peachy. I looked at my logs and I find that it's a 'PG::Error Authentication Failed'. Same problem on the heroku production console. The authentication is failing for a pg user that I'm assuming is being generated for heroku. Thoughts?