[Rails] Re: Learning Rails wth tutorial - can't pust to Heroku
Hi,
don't worry, you're ready with the hardest part I think, your
connection, SSH keys, Git works fine.
You have only Sqlite Gem problem as it says:
You have deleted from the Gemfile:
> * sqlite3-ruby
As other wrote here try bundle or bulndle install. You probably
changed it without reinstalling.
If it has any problem with installing it locally you can find
solutions here:
http://stackoverflow.com/search?q=sqlite3+gem
good luck,
gezope
On jan. 15, 06:36, Mike Glozman <li...@ruby-forum.com> wrote:
> Trying to learn ROR with the railstutorial.org, and i'm trying to push
> to Heroku and getting the following error:
>
> # git push heroku master
> Counting objects: 85, done.
> Delta compression using up to 2 threads.
> Compressing objects: 100% (68/68), done.
> Writing objects: 100% (85/85), 87.95 KiB, done.
> Total 85 (delta 18), reused 0 (delta 0)
> -----> Rails app detected
> -----> Detected Rails is not set to serve static_assets
> Installing rails3_serve_static_assets... done
> -----> Gemfile detected, running Bundler version 1.0.3
> Unresolved dependencies detected; Installing...
> You have modified your Gemfile in development but did not check
> the resulting snapshot (Gemfile.lock) into version control
> You have added to the Gemfile:
> * sqlite3-ruby (= 1.3.2)
> You have deleted from the Gemfile:
> * sqlite3-ruby
> FAILED:http://docs.heroku.com/bundler
> ! Heroku push rejected, failed to install gems via Bundler
>
> Any help would be greatly appreciated!
>
> --
> Posted viahttp://www.ruby-forum.com/.
--
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home