Created
October 10, 2011 20:30
-
-
Save bigfolio/1276423 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Counting objects: 17, done. | |
Delta compression using up to 2 threads. | |
Compressing objects: 100% (9/9), done. | |
Writing objects: 100% (9/9), 1005 bytes, done. | |
Total 9 (delta 7), reused 0 (delta 0) | |
-----> Heroku receiving push | |
-----> Removing .DS_Store files | |
-----> Ruby/Rails app detected | |
-----> Installing dependencies using Bundler version 1.1.pre.10 | |
Running: bundle install --without development:test --path vendor/bundle --deployment | |
Using rake (0.9.2) | |
Using multi_json (1.0.3) | |
Using activesupport (3.1.0) | |
Using bcrypt-ruby (3.0.1) | |
Using builder (3.0.0) | |
Using i18n (0.6.0) | |
Using activemodel (3.1.0) | |
Using erubis (2.7.0) | |
Using rack (1.3.4) | |
Using rack-cache (1.0.3) | |
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.1) | |
Using actionpack (3.1.0) | |
Using mime-types (1.16) | |
Using polyglot (0.3.2) | |
Using treetop (1.4.10) | |
Using mail (2.3.0) | |
Using actionmailer (3.1.0) | |
Using arel (2.2.1) | |
Using tzinfo (0.3.30) | |
Using activerecord (3.1.0) | |
Using activeresource (3.1.0) | |
Using acts_as_list (0.1.4) | |
Using addressable (2.2.6) | |
Using xml-simple (1.1.0) | |
Using aws-s3 (0.6.2) | |
Using cocaine (0.2.0) | |
Using coffee-script-source (1.1.2) | |
Using execjs (1.2.9) | |
Using coffee-script (2.2.0) | |
Using rack-ssl (1.3.2) | |
Using rdoc (3.9.4) | |
Using thor (0.14.6) | |
Using railties (3.1.0) | |
Using coffee-rails (3.1.1) | |
Using daemons (1.1.4) | |
Using orm_adapter (0.0.5) | |
Using warden (1.0.5) | |
Using devise (1.4.7) | |
Using eventmachine (0.12.10) | |
Using exifr (1.1.1) | |
Using term-ansicolor (1.0.6) | |
Using foreman (0.22.0) | |
Using haml (3.1.3) | |
Using launchy (2.0.5) | |
Using rest-client (1.6.7) | |
Using rubyzip (0.9.4) | |
Using heroku (2.8.5) | |
Using jquery-rails (1.0.14) | |
Using paperclip (2.4.2) | |
Using pg (0.11.0) | |
Using rack-protection (1.1.2) | |
Using bundler (1.1.pre.10) | |
Using rails (3.1.0) | |
Using redis (2.2.2) | |
Using redis-namespace (1.0.3) | |
Using sinatra (1.3.0) | |
Using vegas (0.1.8) | |
Using resque (1.19.0) | |
Using rmagick (2.13.1) | |
Using sass (3.1.8) | |
Using sass-rails (3.1.3) | |
Using thin (1.2.11) | |
Using uglifier (1.0.3) | |
Using will_paginate (3.0.2) | |
Your bundle is complete! It was installed into ./vendor/bundle | |
Cleaning up the bundler cache. | |
-----> Writing config/database.yml to read from DATABASE_URL | |
-----> Rails plugin injection | |
Injecting rails_log_stdout | |
Injecting rails3_serve_static_assets | |
-----> Preparing app for Rails asset pipeline | |
Running: rake assets:precompile | |
/tmp/build_3ovxosnbihtcf/vendor/bundle/ruby/1.9.1/gems/rack-1.3.4/lib/rack/backports/uri/common_192.rb:53: warning: already initialized constant WFKV_ | |
:public is no longer used to avoid overloading Module#public, use :public_folder instead | |
from /tmp/build_3ovxosnbihtcf/vendor/bundle/ruby/1.9.1/gems/resque-1.19.0/lib/resque/server.rb:12:in `<class:Server>' | |
[DEVISE] You are configuring Devise to use more than one authentication key. In previous versions, we automatically added [:account_id] as scope to your e-mail validation, but this was changed now. If you were relying in such behavior, you should remove :validatable from your models and add the validations manually. To get rid of this warning, you can comment config.authentication_keys in your initializer and pass the current values as key to the devise call in your model. | |
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) | |
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 | |
-----> Discovering process types | |
Procfile declares types -> web, worker | |
Default types for Ruby/Rails -> console, rake | |
-----> Compiled slug size is 26.8MB | |
-----> Launching... done, v40 | |
http://*.editdrop.com deployed to Heroku | |
To [email protected]:evening-mist-6099.git | |
b20692c..9a50054 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment