Skip to content

Instantly share code, notes, and snippets.

@phuongnd08
Created July 16, 2012 04:03
Show Gist options
  • Save phuongnd08/3120421 to your computer and use it in GitHub Desktop.
Save phuongnd08/3120421 to your computer and use it in GitHub Desktop.
Deployment investigation
Warning: Permanently added the RSA host key for IP address '50.19.85.156' to the list of known hosts.
Counting objects: 3, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (2/2), 295 bytes, done.
Total 2 (delta 1), reused 0 (delta 0)
-----> Heroku receiving push
-----> Ruby/Rails app detected
-----> Using Ruby version: ruby-1.9.3
-----> Installing dependencies using Bundler version 1.2.0.pre
Running: bundle install --without development:test --path vendor/bundle --binstubs bin/ --deployment
Using rake (0.9.2.2)
Using i18n (0.6.0)
Using multi_json (1.3.6)
Using activesupport (3.2.5)
Using builder (3.0.0)
Using activemodel (3.2.5)
Using erubis (2.7.0)
Using journey (1.0.3)
Using rack (1.4.1)
Using rack-cache (1.2)
Using rack-test (0.6.1)
Using hike (1.2.1)
Using tilt (1.3.3)
Using sprockets (2.1.3)
Using actionpack (3.2.5)
Using mime-types (1.18)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.4.4)
Using actionmailer (3.2.5)
Using arel (3.0.2)
Using tzinfo (0.3.33)
Using activerecord (3.2.5)
Using activeresource (3.2.5)
Using coffee-script-source (1.3.3)
Using execjs (1.4.0)
Using coffee-script (2.2.0)
Using rack-ssl (1.3.2)
Using json (1.7.3)
Using rdoc (3.12)
Using thor (0.15.2)
Using railties (3.2.5)
Using coffee-rails (3.2.2)
Using haml (3.1.6)
Using haml-rails (0.3.4)
Using jquery-rails (2.0.2)
Using pg (0.13.2)
Using bundler (1.2.0.pre)
Using rails (3.2.5)
Using sass (3.1.19)
Using sass-rails (3.2.5)
Using uglifier (1.2.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 (17.48s)
-----> 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 21.2MB
-----> Launching... done, v14
http://kienlanet.herokuapp.com deployed to Heroku
To [email protected]:kienlanet.git
8ce81a9..38b43fd master -> master
commit 19ad961
time rake assets:precompile
I lost the number due to network error. But it's 3m44
commit 5680b7e
time rake assets:precompile
real 1m32.538s
user 1m29.946s
sys 0m2.596s
commit ab26239
time rake assets:precompile
real 1m32.538s
user 1m29.946s
sys 0m2.596s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment