Skip to content

Instantly share code, notes, and snippets.

@rafmagana
Created March 14, 2012 00:02
Show Gist options
  • Save rafmagana/2032833 to your computer and use it in GitHub Desktop.
Save rafmagana/2032833 to your computer and use it in GitHub Desktop.
Output git push heroku master
-----> 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
Fetching source index for http://rubygems.org/
Installing rake (0.9.2.2)
Installing multi_json (1.1.0)
Installing activesupport (3.1.3)
Installing builder (3.0.0)
Installing i18n (0.6.0)
Installing activemodel (3.1.3)
Installing erubis (2.7.0)
Installing rack (1.3.6)
Installing rack-cache (1.2)
Installing rack-mount (0.8.3)
Installing rack-test (0.6.1)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.0.3)
Installing actionpack (3.1.3)
Installing mime-types (1.17.2)
Installing polyglot (0.3.3)
Installing treetop (1.4.10)
Installing mail (2.3.2)
Installing actionmailer (3.1.3)
Installing active_utils (1.0.3)
Installing braintree (2.14.0)
Installing json (1.6.5) with native extensions
Installing money (3.7.1)
Installing activemerchant (1.20.1)
Installing arel (2.2.3)
Installing tzinfo (0.3.32)
Installing activerecord (3.1.3)
Installing activeresource (3.1.3)
Installing acts_as_list (0.1.4)
Installing gyoku (0.4.4)
Installing akami (1.0.0)
Installing bcrypt-ruby (3.0.1) with native extensions
Installing cancan (1.6.7)
Installing cocaine (0.2.1)
Installing coffee-script-source (1.2.0)
Installing execjs (1.3.0)
Installing coffee-script (2.2.0)
Installing rack-ssl (1.3.2)
Installing rdoc (3.12)
Installing thor (0.14.6)
Installing railties (3.1.3)
Installing coffee-rails (3.1.1)
Installing nokogiri (1.5.2) with native extensions
Using bundler (1.0.7)
Installing rails (3.1.3)
Installing deface (0.8.0)
Installing orm_adapter (0.0.6)
Installing warden (1.0.6)
Installing devise (1.4.8)
Installing ffaker (1.12.1)
Installing highline (1.6.8)
Installing httpi (0.9.6)
Installing jquery-rails (1.0.19)
Installing kaminari (0.13.0)
Installing polyamorous (0.5.0)
Installing meta_search (1.1.1)
Installing mysql2 (0.3.11) with native extensions
Installing nested_set (1.6.8)
Installing nori (1.1.0)
Installing paperclip (2.5.0)
Installing sass (3.1.15)
Installing sass-rails (3.1.5)
Installing wasabi (2.1.0)
Installing savon (0.9.9)
Installing state_machine (1.1.1)
Installing stringex (1.3.2)
Installing spree_core (1.0.2)
Installing spree_auth (1.0.2)
Installing spree_api (1.0.2)
Installing spree_cmd (1.0.2)
Installing spree_dash (1.0.2)
Installing spree_promo (1.0.2)
Installing spree_sample (1.0.2)
Installing spree (1.0.2)
Installing spree_skrill (1.0.1)
Installing spree_usa_epay (1.0.1)
Installing uglifier (1.2.3)
Your bundle is complete! It was installed into ./.bundle/gems/
-----> Compiled slug size is 13.5MB
-----> Launching... done, v6
http://yourapp.heroku.com deployed to Heroku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment