Hi IAmNan, Here's my vendor/gems directory:
[sergiosouzali...@sergiolima-macbook-pro ruby-1.9.2-h...@rails3beta~/rails/exchanger/vendor/gems Dom Ago 08 11:49:55 $ ls total 0 drwxr-xr-x 3 sergiosouzalima staff 102B 7 Ago 15:30 ./ drwxr-xr-x 4 sergiosouzalima staff 136B 7 Ago 15:29 ../ drwxr-xr-x 15 sergiosouzalima staff 510B 7 Ago 15:50 will_paginate/ and my vendor/gems/will_paginate directory: [sergiosouzali...@sergiolima-macbook-pro ruby-1.9.2-h...@rails3beta~/rails/exchanger/vendor/gems/will_paginate Dom Ago 08 11:51:25 $ ls total 96 drwxr-xr-x 15 sergiosouzalima staff 510B 7 Ago 15:50 ./ drwxr-xr-x 3 sergiosouzalima staff 102B 7 Ago 15:30 ../ -rw-r--r-- 1 sergiosouzalima staff 27B 7 Ago 15:30 .gitignore -rw-r--r-- 1 sergiosouzalima staff 87B 7 Ago 15:30 .gitmodules -rw-r--r-- 1 sergiosouzalima staff 4,3K 7 Ago 15:30 CHANGELOG.rdoc -rw-r--r-- 1 sergiosouzalima staff 412B 7 Ago 15:30 Gemfile -rw-r--r-- 1 sergiosouzalima staff 1,6K 7 Ago 15:30 Gemfile.lock -rw-r--r-- 1 sergiosouzalima staff 1,0K 7 Ago 15:30 LICENSE -rw-r--r-- 1 sergiosouzalima staff 5,0K 7 Ago 15:30 README.rdoc -rw-r--r-- 1 sergiosouzalima staff 1,0K 7 Ago 15:30 Rakefile -rw-r--r-- 1 sergiosouzalima staff 24B 7 Ago 15:30 init.rb drwxr-xr-x 4 sergiosouzalima staff 136B 7 Ago 15:30 lib/ drwxr-xr-x 14 sergiosouzalima staff 476B 7 Ago 15:30 spec/ drwxr-xr-x 2 sergiosouzalima staff 68B 7 Ago 15:30 website/ -rw-r--r-- 1 sergiosouzalima staff 972B 7 Ago 15:30 will_paginate.gemspec I haven't moved over to Rails 3.0.0.rc because I have an application running on Heroku and they're using Rails 3.0.0.beta3 version. That's why i'm still using Rails 3..0.0.beta3. tks ------------------------------ 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 Sun, Aug 8, 2010 at 8:54 AM, IAmNan <[email protected]> wrote: > Sergio, can you verify that the git repositories are in your local app/ > vendor/gems directory? Also, any reason you can't move over to Rails > 3.0.0.rc now? (You don't need to specify the bundler gem if using > Rails RC, btw.) > > On Aug 7, 3:16 pm, Sergio Lima <[email protected]> wrote: > > 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 forhttp://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] > > [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.co...>. > > Get it now< > http://my.wisestamp.com/link?u=xtc3rwygbx8jm5wp&site=www.wisestamp.co...> > > > > 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]> > <heroku%[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]<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.
