https://devcenter.heroku.com/articles/heroku-postgresql#connecting-in-ruby
On Mon, Dec 31, 2012 at 1:56 PM, Rajarshi <[email protected]> wrote: > heroku support > > postgrel > > > for that you have to use > "pg" gem > > in your genfile chnage it > > gem "pg" > > then commit and git push heroku master > > after that you have to get the username password and databae name from > heroku > > > On Sat, Dec 29, 2012 at 12:31 AM, Javier Quarite <[email protected]>wrote: > >> >> >> >> On Fri, Dec 28, 2012 at 1:39 PM, Eddy Maue <[email protected]> wrote: >> >>> >>> An error occurred while installing sqlite3 (1.3.6), and Bundler >>> cannot co >>> ntinue. >>> Make sure that `gem install sqlite3 -v '1.3.6'` succeeds before >>> bundling. >>> >> >> Heroku doesn't support sqlite >> Try this guide http://railsapps.github.com/rails-heroku-tutorial.html >> (or maybe post your Gemfile) >> >> Javier >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Ruby on Rails: Talk" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

