Add this code to the ruby gem file and commit it to your project and then you will be able to upload to heroku.
group :production do
gem 'pg', '0.12.2'
end
group :development do
gem 'sqlite3', '1.3.4'
end
I started this blog as a personal notepad, but it seems I'm getting more and more hits. Since people are reading this I starting sharing anything that I find interesting or usfull. I'm currently dedicating my time to expanding my knowledge into the more modern languages and ideas. If you find this information useful or a waste of your tome let me know by leaving commits or using the google +1 function at the bottom of the post. Thanks for viewing Daniel Haro
No comments:
Post a Comment