Skip to content

Instantly share code, notes, and snippets.

@bartocc
Created March 2, 2012 19:08
Show Gist options
  • Save bartocc/1960454 to your computer and use it in GitHub Desktop.
Save bartocc/1960454 to your computer and use it in GitHub Desktop.
Counting objects: 13, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 568 bytes, done.
Total 7 (delta 6), reused 0 (delta 0)
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.1.rc.7
Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment
Using rake (0.9.2.2)
Using multi_json (1.0.4)
Using activesupport (3.1.1)
Using builder (3.0.0)
Using i18n (0.6.0)
Using activemodel (3.1.1)
Using erubis (2.7.0)
Using rack (1.3.5)
Using rack-cache (1.1)
Using rack-mount (0.8.3)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.0.3)
Using actionpack (3.1.1)
Using mime-types (1.17.1)
Using polyglot (0.3.2)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.1)
Using arel (2.2.1)
Using tzinfo (0.3.30)
Using activerecord (3.1.1)
Using activeresource (3.1.1)
Using addressable (2.2.6)
Using airbrake (3.0.5)
Using ancestry (1.2.4)
Using bcrypt-ruby (3.0.1)
Using rack-ssl (1.3.2)
Using json (1.6.3)
Using rdoc (3.11)
Using thor (0.14.6)
Using railties (3.1.1)
Using jquery-rails (1.0.13)
Using bundler (1.1.rc.7)
Using rails (3.1.1)
Using best_in_place (1.0.3)
Using sass (3.1.11)
Using sass-rails (3.1.5)
Using bootstrap-sass (1.4.4)
Using cancan (1.6.5)
Using carrierwave (0.5.7)
Using coffee-script-source (1.1.2)
Using execjs (1.2.4)
Using coffee-script (2.2.0)
Using coffee-rails (3.1.0)
Using crack (0.3.1)
Using date_validator (0.6.3)
Using orm_adapter (0.0.5)
Using warden (1.0.5)
Using devise (1.4.3)
Using excon (0.5.6)
Using fattr (2.2.0)
Using formatador (0.1.1)
Using net-ssh (2.1.0)
Using nokogiri (1.5.0)
Using ruby-hmac (0.4.0)
Using fog (0.6.0)
Using geocoder (1.1.0)
Using gmaps4rails (1.3.2)
Using haml (3.1.4)
Using launchy (2.0.5)
Using rest-client (1.6.7)
Using rubyzip (0.9.4)
Using term-ansicolor (1.0.7)
Using heroku (2.11.1)
Using session (3.1.0)
Using rush (0.6.7)
Using hirefire (0.1.4) from git://github.com/CruxConsulting/hirefire.git (at cedar)
Using importer (0.0.1) from git://github.com/CruxConsulting/importer.git (at f5fb102)
Using kaminari (0.12.4)
Using kgio (2.6.0)
Using subexec (0.1.0)
Using mini_magick (3.3)
Using pg (0.11.0)
Using rack-protection (1.1.4)
Using rails-i18n (0.1.7)
Using rails_admin (0.0.1) from git://github.com/CruxConsulting/rails_admin.git (at geengo)
Using rails_autolink (1.0.4)
Using raindrops (0.7.0)
Using redis (2.2.2)
Using redis-namespace (1.0.3)
Using sinatra (1.3.1)
Using vegas (0.1.8)
Using resque (1.19.0)
Using simple_form (2.0.0.dev) from git://github.com/plataformatec/simple_form.git (at master)
Using texticle (2.0.2)
Using uglifier (1.0.1)
Using unicorn (4.1.1)
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
:public is no longer used to avoid overloading Module#public, use :public_folder instead
from /tmp/build_1x7cvobe8jk7v/vendor/bundle/ruby/1.9.1/gems/resque-1.19.0/lib/resque/server.rb:12:in `<class:Server>'
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.event" is no longer supported
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.infrastructure" is no longer supported
rake aborted!
could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
Tasks: TOP => environment
(See full trace by running task with --trace)
[2012-03-02 19:06:59][HireFire] Resque::Job detected!
Precompiling assets failed, enabling runtime asset compilation
Injecting rails31_enable_runtime_asset_compilation
Please see this article for troubleshooting help:
http://devcenter.heroku.com/articles/rails31_heroku_cedar#troubleshooting
-----> Rails plugin injection
Injecting rails_log_stdout
Injecting rails3_serve_static_assets
-----> Discovering process types
Procfile declares types -> web
Default types for Ruby/Rails -> console, rake, worker
-----> Compiled slug size is 35.0MB
-----> Launching... done, v128
http://geengo-qa.herokuapp.com deployed to Heroku
To [email protected]:geengo-qa.git
cbf7083..001f41d qa -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment