Hi, I'm using Rails 3.0.0.beta3 and ruby 1.9.2.
I tried to deploy to heroku today and I received some errors. Then I followed the link bellow: http://docs.heroku.com/bundler100rc2-git#step-by-step-instructions After completed the "step by step instructions" I had the errors: Sáb Ago 07 16:03:24 $ git push heroku master Counting objects: 16, done. Delta compression using up to 2 threads. Compressing objects: 100% (9/9), done. Writing objects: 100% (11/11), 1.46 KiB, done. Total 11 (delta 5), reused 0 (delta 0) -----> Heroku receiving push -----> Removing .DS_Store files -----> 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.0.rc.2 Unresolved dependencies detected; Installing... Fetching source index for http://rubygems.org/ Could not find gem 'will_paginate (>= 0, runtime)' in source at /disk1/tmp/32103_23895027730260/vendor/gems/will_paginate. Source does not contain any versions of 'will_paginate (>= 0, runtime)' FAILED: Have you updated to use a 0.9 Gemfile? http://docs.heroku.com/gems#gem-bundler error: hooks/pre-receive exited with error code 1 To [email protected]:exchangerv01.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to '[email protected]:exchangerv01.git' Then I updated the Bundler to a new version: gem install bundler --pre My bundle version now is: Bundler version 1.0.0.rc.3 After the command: "git push heroku master", the error is the same. Please, let me know what´s happening. Thanks in advance. ------------------------------ Sergio Lima [email protected] www.sergiosouzalima.com.br [image: Facebook] <http://www.facebook.com/sergiosouzalima>[image: Linkedin]<http://br.linkedin.com/in/sergiosouzalima>[image: Orkut] <http://www.orkut.com.br/Main#Profile?uid=5481058371846280601>[image: Twitter] <http://twitter.com/sergiosouzalima> --- @ WiseStamp Signature<http://my.wisestamp.com/link?u=xtc3rwygbx8jm5wp&site=www.wisestamp.com/email-install>. Get it now<http://my.wisestamp.com/link?u=xtc3rwygbx8jm5wp&site=www.wisestamp.com/email-install> On Sat, Aug 7, 2010 at 12:33 PM, Daniel Kehoe <[email protected]> wrote: > My app runs successfully on Heroku with Rails 3.0.0.rc and Bundler > version 1.0.0.rc.2. > > Thanks for the update! > > -- > Daniel > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<heroku%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Heroku" 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 this group at http://groups.google.com/group/heroku?hl=en.
