- 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.
!
! Failed to install gems via Bundler.
!
! Detected sqlite3 gem which is not supported on Heroku.
! https://devcenter.heroku.com/articles/sqlite3
!
! Push rejected, failed to compile Ruby app
- Prior to running ‘$git push heroku master’, I ran ‘$heroku create’,
which gave me the following url:
http://stark-fjord-8580.herokuapp.com/
- In my browser this message was generated, before I ran ‘$git push
heroku master’
Heroku | Welcome to your new app!
Refer to the documentation if you need help deploying.
-
I have commented #out the sqlite3 gem in my gemfile and I have run
‘$bundle’
-
I have yet to see Heroku work properly
-
this is the final part of the error message:
To [email protected]:stark-fjord-8580.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to ‘[email protected]:stark-fjord-8580.git’
Does anyone know what occurred and how I can fix this?
I thought that heroku made the substitution automatically for you. Dim
memory. Do they try anything like that?
On Thu, Feb 6, 2014 at 10:48 AM, Michel F. [email protected]
wrote:
- 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 A., the T. Rex of Codosaurus LLC (codosaur.us),
freelance software developer, and creator of these sites:
PullRequestRoulette.com, blog.codosaur.us, & Dare2XL.com.
On Thu, Feb 6, 2014 at 9:07 AM, Scott E. [email protected]
wrote:
I thought that heroku made the substitution automatically for you. Dim memory.
I also recall that from a very long time ago, but AFAIK it hasn’t
been the case for quite a while.
What heroku does do is provide pretty good documentation on
how to deploy to their platform, e.g.
https://devcenter.heroku.com/articles/getting-started-with-rails3
which is the first result of googling ‘deploying rails app to heroku’
(and specifically discusses DB requirements) …
–
Hassan S. ------------------------ [email protected]
http://about.me/hassanschroeder
twitter: @hassan