Ruby on Rails Thursday, February 6, 2014

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.

!
! 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


2. Prior to running '$git push heroku master', I ran '$heroku create',

which gave me the following url:

http://stark-fjord-8580.herokuapp.com/

3. 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.

4. I have commented #out the sqlite3 gem in my gemfile and I have run
'$bundle'

5. I have yet to see Heroku work properly

6. this is the final part of the error message:

To git@heroku.com:stark-fjord-8580.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.com:stark-fjord-8580.git'

Does anyone know what occurred and how I can fix this?

--
Posted via http://www.ruby-forum.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/30facfa37cf057b765de34a4c90cb9cb%40ruby-forum.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment