Heroku push rejected due to failure to install gems - ruby-on-rails

C:\documents\projects\AJP\app>bundle update
Fetching gem metadata from http://rubygems.org/.......
Using rake (0.8.7)
Using abstract (1.0.0)
Using activesupport (3.0.7)
Using builder (2.1.2)
Using i18n (0.5.0)
Using activemodel (3.0.7)
Using erubis (2.6.6)
Using rack (1.2.5)
Using rack-mount (0.6.14)
Using rack-test (0.5.7)
Using tzinfo (0.3.33)
Using actionpack (3.0.7)
Using mime-types (1.18)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.2.19)
Using actionmailer (3.0.7)
Using arel (2.0.10)
Using activerecord (3.0.7)
Using activeresource (3.0.7)
Using bundler (1.1.4)
Using thor (0.14.6)
Using railties (3.0.7)
Using rails (3.0.7)
Using acts-as-taggable-on (2.3.1)
Using annotate (2.4.0)
Using diff-lcs (1.1.3)
Using factory_girl (1.3.3)
Using factory_girl_rails (1.0)
Using faker (0.3.1)
Using gravatar_image_tag (1.0.0.pre2)
Using jquery-rails (1.0.19)
Using nested_form (0.2.0)
Using nokogiri (1.5.2)
Using pg (0.11.0)
Using rspec-core (2.5.2)
Using rspec-expectations (2.5.0)
Using rspec-mocks (2.5.0)
Using rspec (2.5.0)
Using rspec-rails (2.5.0)
Using webrat (0.7.1)
Using will_paginate (3.0.3)
Your bundle is updated! Use `bundle show [gemname]` to see where a bundled gem is installed.
C:\documents\projects\AJP\app>git st
# On branch master
nothing to commit (working directory clean)
C:\documents\projects\AJP\app>git ls-files
.gitignore
.settings/org.eclipse.core.resources.prefs
Gemfile
Gemfile.lock
README
...
Have run both bundle install and bundle update. Note also that Gemfile and Gemfile.lock files are in the committed files.
But then:
C:\documents\projects\AJP\app>git push heroku master
Enter passphrase for key '/c/Users/AJames/.ssh/id_rsa':
Counting objects: 46, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (31/31), done.
Writing objects: 100% (31/31), 4.46 KiB, done.
Total 31 (delta 24), reused 0 (delta 0)
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Detected Rails is not set to serve static_assets
Installing rails3_serve_static_assets... done
-----> Configure Rails 3 to disable x-sendfile
Installing rails3_disable_x_sendfile... done
-----> Configure Rails to log to stdout
Installing rails_log_stdout... done
-----> Gemfile detected, running Bundler version 1.0.7
Unresolved dependencies detected; Installing...
Using --without development:test
Windows Gemfile.lock detected, ignoring it.
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:
* source: rubygems repository http://rubygems.org/
* rails (= 3.0.7)
* pg (= 0.11.0)
* gravatar_image_tag (= 1.0.0.pre2)
* will_paginate
* rake (= 0.8.7)
* jquery-rails
* nested_form
* acts-as-taggable-on
* rspec-rails (= 2.5.0)
* annotate (= 2.4.0)
* faker (= 0.3.1)
* rspec (= 2.5.0)
* webrat (= 0.7.1)
* factory_girl_rails (= 1.0)
FAILED: http://devcenter.heroku.com/articles/bundler
! Heroku push rejected, failed to install gems via Bundler
To git#heroku.com:ajpxvb.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git#heroku.com:ajpxvb.git'
Any ideas please? Thanks.

One thing I noticed in the Heroku output is this:
"Windows Gemfile.lock detected, ignoring it."
I read a Heroku Dev Center Article on Bundler that notes the following regarding: Gemfile.lock
If the platforms section of your Gemfile contains Windows entries, such as mswin or mingw, then the Gemfile.lock file will be ignored.
By chance does your Gemfile contain the aforementioned sections and, if so, what happens if you remove/comment out the platform sections (just to test)?

Related

rails app deployed to heroku but still giving application error when launching site in a browser. why?

i have no idea why my site is showing an "Applicaiton Error" i dont see any problems in my log. I have followed the steps specified in the heroku site to add a "pg" gem and run rake db:create and rake db:migrate but even though the applicaiton runs fine on my localhost i keep getting an error when pushing to heroku. here is my log from heroku:
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Warning:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
In rare occasions Bundler may not be able to resolve your dependencies at all.
https://devcenter.heroku.com/articles/bundler-windows-gemfile
-----> Installing dependencies using 1.5.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4
Fetching gem metadata from https://rubygems.org/.........
Fetching additional metadata from https://rubygems.org/..
Resolving dependencies...
Using i18n (0.6.9)
Using minitest (4.7.5)
Using multi_json (1.9.2)
Using thread_safe (0.3.3)
Using tzinfo (0.3.39)
Using builder (3.1.4)
Using rake (10.2.2)
Using erubis (2.7.0)
Using mime-types (1.25.1)
Using rack (1.5.2)
Using polyglot (0.3.4)
Using activerecord-deprecated_finders (1.0.3)
Using arel (4.0.2)
Using bcrypt (3.1.7)
Using sass (3.2.19)
Using bundler (1.5.2)
Using json (1.8.1)
Using coffee-script-source (1.7.0)
Using certified (0.1.1)
Using thor (0.19.1)
Using execjs (2.0.2)
Using multipart-post (2.0.0)
Using orm_adapter (0.5.0)
Using tilt (1.4.1)
Using geocoder (1.1.9)
Using gmaps4rails (2.1.2)
Using hike (1.2.3)
Using multi_xml (0.5.5)
Using hashie (2.1.1)
Using subexec (0.2.3)
Using oauth (0.4.7)
Using pg (0.17.1)
Using simple-image-uploader (0.1.5)
Using jwt (0.1.11)
Using activesupport (4.0.2)
Using rack-test (0.6.2)
Using warden (1.2.3)
Using treetop (1.4.15)
Using bootstrap-sass (3.1.1.0)
Using coffee-script (2.2.0)
Using uglifier (2.5.0)
Using faraday (0.9.0)
Using omniauth (1.2.1)
Using sprockets (2.11.0)
Using mini_magick (3.7.0)
Using actionpack (4.0.2)
Using jbuilder (1.5.3)
Using activemodel (4.0.2)
Using mail (2.5.4)
Using oauth2 (0.9.3)
Using omniauth-oauth (1.0.1)
Using railties (4.0.2)
Using sprockets-rails (2.0.1)
Using shareable (0.0.3)
Using activerecord (4.0.2)
Using carrierwave (0.10.0)
Using omniauth-oauth2 (1.1.2)
Using omniauth-twitter (1.0.1)
Using actionmailer (4.0.2)
Using coffee-rails (4.0.1)
Using devise (3.2.4)
Using foundation-rails (5.2.2.0)
Using jquery-rails (3.1.0)
Using sass-rails (4.0.3)
Using omniauth-facebook (1.6.0)
Using omniauth-google-oauth2 (0.2.2)
Using rails (4.0.2)
Using turbolinks (2.2.2)
Using figaro (0.7.0)
Installing rails_serve_static_assets (0.0.2)
Installing rails_stdout_logging (0.0.3)
Installing rails_12factor (0.0.2)
Your bundle is complete!
Gems in the groups development and test were not installed.
It was installed into ./vendor/bundle
Bundle completed (16.55s)
Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Asset precompilation completed (4.79s)
Cleaning assets
Running: rake assets:clean
-----> WARNINGS:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
In rare occasions Bundler may not be able to resolve your dependencies at all.
https://devcenter.heroku.com/articles/bundler-windows-gemfile
No Procfile detected, using the default web server (webrick)
https://devcenter.heroku.com/articles/ruby-default-web-server
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby -> console, rake, web, worker
-----> Compressing... done, 107.3MB
-----> Launching... done, v7
http://protected-springs-8562.herokuapp.com/ deployed to Heroku
How about showing some logs? What do you get when you run heroku logs?
I'm going to guess that you haven't spun up a web dyno, so nothing is actually running.
Try heroku ps and let us know what's there.
If nothing is running, try running something with heroku ps:scale web=1
PS. Don't use the default webrick web server in production.

Heroku Ruby version won't upgrade?

I am struggling changing Ruby versions on Heroku.
I use Ruby 2.0.0 with rails 4.
My Gemfile has:
source 'https://rubygems.org'
ruby '2.0.0'
...
The path in Heroku points to:
$ heroku config -s | grep PATH
PATH=bin:vendor/bundle/ruby/1.9.1/bin:/usr/local/bin:/usr/bin:/bin
When I pushed my app, I could see:
Fetching repository, done.
Counting objects: 7, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 431 bytes | 0 bytes/s, done.
Total 4 (delta 3), reused 0 (delta 0)
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using Bundler version 1.3.2
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Using rake (10.1.1)
Using i18n (0.6.9)
Using minitest (4.7.5)
Using multi_json (1.8.2)
Using atomic (1.1.14)
Using thread_safe (0.1.3)
Using tzinfo (0.3.38)
Using activesupport (4.0.0.rc1)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.0.0.rc1)
Using mime-types (1.25.1)
Using polyglot (0.3.3)
Using treetop (1.4.15)
Using mail (2.5.4)
Using actionmailer (4.0.0.rc1)
Using activemodel (4.0.0.rc1)
Using activerecord-deprecated_finders (1.0.3)
Using arel (4.0.1)
Using activerecord (4.0.0.rc1)
Using addressable (2.3.5)
Using bcrypt-ruby (3.1.2)
Using coffee-script-source (1.6.3)
Using execjs (2.0.2)
Using coffee-script (2.2.0)
Using thor (0.18.1)
Using railties (4.0.0.rc1)
Using coffee-rails (4.0.0)
Using orm_adapter (0.5.0)
Using warden (1.2.3)
Using devise (3.0.4)
Using excon (0.25.3)
Using geocoder (1.1.9)
Using gmapsjs (0.2.30.1)
Using heroku-api (0.3.15)
Using launchy (2.4.2)
Using netrc (0.7.7)
Using rest-client (1.6.7)
Using rubyzip (1.1.0)
Using heroku (3.2.1)
Using hike (1.2.3)
Using jbuilder (1.0.2)
Using jquery-rails (3.0.4)
Using jquery-ui-rails (4.1.1)
Using json (1.8.1)
Using libv8 (3.16.14.3)
Using nifty-generators (0.4.6)
Using pg (0.17.1)
Using bundler (1.3.2)
Using tilt (1.4.1)
Using sprockets (2.10.1)
Using sprockets-rails (2.0.1)
Using rails (4.0.0.rc1)
Using rails_serve_static_assets (0.0.2)
Using rails_stdout_logging (0.0.3)
Using rails_12factor (0.0.2)
Using rdoc (3.12.2)
Using ref (1.0.5)
Using sass (3.2.13)
Using sass-rails (4.0.0)
Using sdoc (0.3.20)
Using therubyracer (0.12.0)
Using turbolinks (2.1.0)
Using uglifier (2.4.0)
Using will_paginate (3.0.5)
Your bundle is complete! It was installed into ./vendor/bundle
Bundle completed (0.46s)
Cleaning up the bundler cache.
Removing rails_log_stdout (01b5bcc572e3)
Removing rails3_serve_static_assets (84910ceb4ca2)
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Asset precompilation completed (3.59s)
Cleaning assets
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby -> console, rake, web, worker
-----> Compressing... done, 33.3MB
-----> Launching... done, v17
http://rocky-shore-1207.herokuapp.com deployed to Heroku
To git#heroku.com:rocky-shore-1207.git
05cf948..73b6cfa master -> master
Since Heroku said Using Ruby version: ruby-2.0.0, it detected my Ruby version.
However, when I run $ heroku run rake db:migrate or heroku run 'ruby -v'
it returned:
Your Ruby version is 1.9.2, but your Gemfile specified 2.0.0
How can I change the Ruby version to 2.0.0 on Heroku?
Conclusion:
I noticed my rails app had .bash_profile file but it had a wrong path. The path disturbed my heroku path for the ruby version.
Thank you for the help everyone :)
Did you execute: bundle update locally and then committed the file Gemfile.lock?
The server is using Ruby 2, but the app is still configured to use the old version if the new lock file is not pushed.
Review the running version:
$ heroku run console
> RUBY_VERSION
If the version is correct, the one you specified, then you have a bundler problem. Just reinstall it.
gem install bundler
I recommend a full and clean build:
bundle clean --force
gem install bundler
bundle install
you are using Bundler version 1.3.2
Make sure you upgrade to version Bundler 2.0+
Then bundle one last time and push your changes to Heroku
I hope that helps..
This is a hopeful long shot, but maybe try run heroku ps:restart and hope it picks up the new Ruby version.

Heroku not serving files from assets

I'm trying out Heroku as a host for our current Rails 4.0.0 project. Although this seems to be a regular issue for Heroku users, none of the solutions that I have found have made any difference for me.
The server is not serving up any of our images, css, or js from our assets.
I've tried adding gems:
gem 'rails_log_stdout', github: 'heroku/rails_log_stdout'
gem 'rails3_serve_static_assets', github: 'heroku/rails3_serve_static_assets'
gem 'rails_12factor'
and setting the config options in production.rb to:
config.action_dispatch.x_sendfile_header = "X-Accel-Redirect"
config.serve_static_assets = true
config.assets.initialize_on_precompile = false
in various combinations but the server still will not load any of the assets.
To be clear, and in case I've missed anything simple, I'm making these changes, committing the code to GitHub, then executing git push staging master. My development machine is a Windows 8 machine.
EDIT
Here is the output from executing git push staging master:
Counting objects: 11, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (6/6), done.
Writing objects: 100% (6/6), 569 bytes, done.
Total 6 (delta 4), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using Bundler version 1.3.2
Running: bundle install --without development:test --path vendor/bundle -
-binstubs vendor/bundle/bin
Updating git://github.com/milgner/compass-rails.git
Fetching gem metadata from https://rubygems.org/..........
Fetching gem metadata from https://rubygems.org/..
Resolving dependencies...
Using rake (10.1.0)
Using i18n (0.6.4)
Using minitest (4.7.5)
Using multi_json (1.7.7)
Using atomic (1.1.10)
Using thread_safe (0.1.0)
Using tzinfo (0.3.37)
Using activesupport (4.0.0)
Using builder (3.1.4)
Using erubis (2.7.0)
Using rack (1.5.2)
Using rack-test (0.6.2)
Using actionpack (4.0.0)
Using mime-types (1.23)
Using polyglot (0.3.3)
Using treetop (1.4.14)
Using mail (2.5.4)
Using actionmailer (4.0.0)
Using activemodel (4.0.0)
Using activerecord-deprecated_finders (1.0.3)
Using arel (4.0.0)
Using activerecord (4.0.0)
Using bundler (1.3.2)
Using chunky_png (1.2.8)
Using coffee-script-source (1.6.3)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using thor (0.18.1)
Using railties (4.0.0)
Using coffee-rails (4.0.0)
Using fssm (0.2.10)
Using sass (3.2.9)
Using compass (0.12.2)
Using compass-rails (1.0.3) from git://github.com/milgner/compass-rails.g
it (at 1749c06)
Using hike (1.2.3)
Using jbuilder (1.4.2)
Using jquery-rails (3.0.4)
Using json (1.8.0)
Using modernizr-rails (2.6.2.3)
Using pg (0.15.1)
Using tilt (1.4.1)
Using sprockets (2.10.0)
Using sprockets-rails (2.0.0)
Using rails (4.0.0)
Using rails_serve_static_assets (0.0.1)
Using rails_stdout_logging (0.0.1)
Using rails_12factor (0.0.2)
Using rdoc (3.12.2)
Using sass-rails (4.0.0)
Using sdoc (0.3.20)
Using turbolinks (1.3.0)
Using uglifier (2.1.2)
Using zurb-foundation (4.0.9)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
Removing rails_log_stdout (01b5bcc572e3)
Removing rails3_serve_static_assets (84910ceb4ca2)
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Asset precompilation completed (13.42s)
Cleaning assets
-----> WARNINGS:
Removing `Gemfile.lock` because it was generated on Windows.
Bundler will do a full resolve so native gems are handled properly.
This may result in unexpected gem versions being used in your app.
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby/Rails -> console, rake, web, worker
-----> Compiled slug size: 37.0MB
-----> Launching... done, v16
http://myproject.herokuapp.com deployed to Heroku
To git#heroku.com:myproject.git
82f4d58..e930ff1 master -> master
In your production config file, have you also tried setting:
config.assets.compile = true
config.assets.digest = true
The config.assets.initialize_on_precompile line has been removed and is not needed in Rails 4.
Also, the rails_12factor gem is set up to include the two other gems you need for heroku, so you don't have to include them in your Gemfile. You can get more info about that on their github page.
For whatever reason, though, I always had to make sure to use the rails image_tag to get my images to display in production. Not sure if you are doing that, but it made a big difference on my app.
Hope this helps!

After success deploy on heroku, still not working

I was deploy my ROR app to heroku.
My steps:
heroku login
using gem 'pg' and postgres db
git init git add .
git commit -m "init"
heroku create my_app
git push heroku master
Counting objects: 7, done. Delta compression using up to 8 threads.
Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4),
422 bytes, done. Total 4 (delta 3), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.5
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Using rake (10.0.3)
Using i18n (0.6.4)
Using multi_json (1.6.1)
Using activesupport (3.2.8)
Using builder (3.0.4)
Using activemodel (3.2.8)
Using erubis (2.7.0)
Using journey (1.0.4)
Using rack (1.4.5)
Using rack-cache (1.2)
Using rack-test (0.6.2)
Using hike (1.2.1)
Using tilt (1.3.4)
Using sprockets (2.1.3)
Using actionpack (3.2.8)
Using mime-types (1.21)
Using polyglot (0.3.3)
Using treetop (1.4.12)
Using mail (2.4.4)
Using actionmailer (3.2.8)
Using arel (3.0.2)
Using tzinfo (0.3.36)
Using activerecord (3.2.8)
Using activeresource (3.2.8)
Using bcrypt-ruby (3.0.1)
Using breadcrumbs_on_rails (2.3.0)
Using orm_adapter (0.4.0)
Using ckeditor (4.0.2)
Using coffee-script-source (1.6.1)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.3)
Using json (1.7.7)
Using rdoc (3.12.2)
Using thor (0.17.0)
Using railties (3.2.8)
Using coffee-rails (3.2.2)
Using daemons (1.1.9)
Using bundler (1.3.0.pre.5)
Using rails (3.2.8)
Using datagrid (0.7.1)
Using warden (1.2.1)
Using devise (2.2.3)
Using dragonfly (0.9.14)
Using eventmachine (1.0.1)
Using galetahub-simple_captcha (0.1.3)
Using has_scope (0.5.1)
Using jquery-rails (2.2.1)
Using ledermann-rails-settings (1.2.1)
Using nokogiri (1.5.6)
Using pg (0.14.1)
Using rails-settings (1.0.0)
Using recaptcha (0.3.5)
Using rest-client (1.6.7)
Using rmagick (2.13.1)
Using russian (0.6.0)
Using sass (3.2.6)
Using sass-rails (3.2.6)
Using sequel (3.20.0)
Using simple-navigation (3.10.0)
Using sinatra (1.0)
Using taps (0.3.24)
Using thin (1.5.0)
Using uglifier (1.3.0)
Using will_paginate (3.0.4)
Your bundle is complete! It was installed into ./vendor/bundle
Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Asset precompilation completed (206.35s)
-----> Rails plugin injection
Injecting rails_log_stdout
Injecting rails3_serve_static_assets
-----> Discovering process types
Procfile declares types -> web, worker
Default types for Ruby/Rails -> console, rake
-----> Compiled slug size: 31.2MB
-----> Launching... done, v7
http://fruttella.herokuapp.com deployed to Heroku
heroku ps:scale web=1
Scaling web processes... done, now running 1
but after command heroku ps i have :
== web:bundle exec rails server -p $PORT
web.1: crashed 2013/03/05 16:33:27 (~ 3m ago)
And my ror application not start on heroku. Any ideas?
Did you run the migrations?
heroku run rake db:migrate

Error when deploying Rails app to heroku (could not create resource with vendor)

I want to develop a little Rails application and to deploy it to Heroku.
It is the second time I use Heroku but the first time I did not have problems
This time, when I tried to deploy it with this command line:
git push origin master
I had this:
Counting objects: 73, done.
Delta compression using up to 4 threads.
>Compressing objects: 100% (59/59), done.
Writing objects: 100% (73/73), 27.16 KiB, done.
Total 73 (delta 9), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.2
Running: bundle install --without development:test --path vendor/bundle -- binstubs bin/ --deployment
Fetching gem metadata from https://rubygems.org/.........
Fetching gem metadata from https://rubygems.org/..
Installing rake (10.0.3)
Installing i18n (0.6.1)
Installing multi_json (1.5.0)
Installing activesupport (3.2.9)
Installing builder (3.0.4)
Installing activemodel (3.2.9)
Installing erubis (2.7.0)
Installing journey (1.0.4)
Installing rack (1.4.3)
Installing rack-cache (1.2)
Installing rack-test (0.6.2)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.2.2)
Installing actionpack (3.2.9)
Installing mime-types (1.19)
Installing polyglot (0.3.3)
Installing treetop (1.4.12)
Installing mail (2.4.4)
Installing actionmailer (3.2.9)
Installing arel (3.0.2)
Installing tzinfo (0.3.35)
Installing activerecord (3.2.9)
Installing activeresource (3.2.9)
Installing coffee-script-source (1.4.0)
Installing execjs (1.4.0)
Installing coffee-script (2.2.0)
Installing rack-ssl (1.3.2)
Installing json (1.7.6)
Installing rdoc (3.12)
Installing thor (0.16.0)
Installing railties (3.2.9)
Installing coffee-rails (3.2.2)
Installing daemons (1.1.9)
Installing eventmachine (1.0.0)
Installing jquery-rails (2.1.4)
Installing pg (0.14.1)
Using bundler (1.3.0.pre.2)
Installing rails (3.2.9)
Installing sass (3.2.5)
Installing sass-rails (3.2.5)
Installing thin (1.5.0)
Installing uglifier (1.3.0)
Your bundle is complete! It was installed into ./vendor/bundle
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
Asset precompilation completed (11.92s)
-----> Rails plugin injection
Injecting rails_log_stdout
Injecting rails3_serve_static_assets
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby/Rails -> console, rake, web, worker
-----> Compiled slug size: 10.1MB
-----> Launching... ! Heroku push rejected, Could not create resource with vendor, please try again later
To git#heroku.com:stage-2013.git
! [remote rejected] HEAD -> master (pre-receive hook declined)
error: failed to push some refs to 'git#heroku.com:stage-2013.git'
In .git/config I have this:
[remote "origin"]
url = git#heroku.com:stage-2013.git
fetch = +refs/heads/*:refs/remotes/origin/*
push = +HEAD:refs/heads/master
If someone have an idea, thanks for help
This sounds like a Vendor (Heroku) problem not our problem.

Resources