Skip to content

Instantly share code, notes, and snippets.

@renaehodgkins
Created January 12, 2012 19:40
Show Gist options
  • Select an option

  • Save renaehodgkins/1602614 to your computer and use it in GitHub Desktop.

Select an option

Save renaehodgkins/1602614 to your computer and use it in GitHub Desktop.
intrdea-stg
renaebair@siren ~/workspace/intridea/newsite (railsupgrade)
→ git push intridea-stg railsupgrade:master
Counting objects: 7, done.
Delta compression using up to 2 threads.
Compressing objects: 100% (4/4), done.
Writing objects: 100% (4/4), 354 bytes, done.
Total 4 (delta 3), reused 0 (delta 0)
-----> Heroku receiving push
-----> Removing .DS_Store files
-----> 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 BlueCloth (1.0.1)
Using RedCloth (4.2.9)
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.6)
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.2)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.3.0)
Using actionmailer (3.1.1)
Using arel (2.2.1)
Using tzinfo (0.3.31)
Using activerecord (3.1.1)
Using activeresource (3.1.1)
Using bundler (1.1.rc.7)
Using rack-ssl (1.3.2)
Using json (1.6.4)
Using rdoc (3.12)
Using thor (0.14.6)
Using railties (3.1.1)
Using rails (3.1.1)
Using acts-as-taggable-on (2.2.2)
Using acts_as_list (0.1.4)
Using airbrake (3.0.9)
Using authlogic (3.1.0)
Using xml-simple (1.1.1)
Using aws-s3 (0.6.2)
Using cocaine (0.2.1)
Using coderay (0.9.8)
Using coffee-script-source (1.2.0)
Using execjs (1.2.13)
Using coffee-script (2.2.0)
Using coffee-rails (3.1.1)
Using disqus (1.0.4)
Using dynamic_form (1.1.4)
Using hpricot (0.8.5)
Using simple-rss (1.2.3)
Using feed-normalizer (1.5.2)
Using jquery-rails (1.0.19)
Using paperclip (2.4.5)
Using pg (0.12.2)
Using sass (3.1.12)
Using sass-rails (3.1.5)
Using sitemap_generator (2.2.1)
Using tweet-button (0.1.0)
Using uberkit (0.0.10) from git://github.com/renaebair/uberkit.git (at master)
Using uglifier (1.2.1)
Using unindentable (0.1.0)
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
-----> Discovering process types
Procfile declares types -> (none)
Default types for Ruby/Rails -> console, rake, web, worker
-----> Compiled slug size is 51.3MB
-----> Launching... done, v38
http://intridea-stg.herokuapp.com deployed to Heroku
To git@heroku.com:intridea-stg.git
8357fee..f6c8656 railsupgrade -> master
renaebair@siren ~/workspace/intridea/newsite (railsupgrade)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment