Ruby on Rails Thursday, February 6, 2014

On Thu, Feb 6, 2014 at 10:48 AM, Michel Frechette <lists@ruby-forum.com> wrote:

> 1. I get the following message after I have run '$git push heroku
> master' at the command line:
>
> This is the message:
>
> An error occurred while installing sqlite3 (1.3.8), and Bundler cannot
> continue.
> Make sure that `gem install sqlite3 -v '1.3.8'` succeeds before
> bundling.

Heroku doesn't do SQLite. Use Postgres, at least in production.

-Dave

--
Dave Aronson, the T. Rex of Codosaurus LLC (codosaur.us),
freelance software developer, and creator of these sites:
PullRequestRoulette.com, blog.codosaur.us, & Dare2XL.com.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAHxKQijug5HixtD_LAZWF94%2Ba8i6k%2BSBcV-tGz3iYd6ZHsda%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment