Skip to content

Instantly share code, notes, and snippets.

@benlieb
Created February 6, 2013 21:53
Show Gist options
  • Save benlieb/4726228 to your computer and use it in GitHub Desktop.
Save benlieb/4726228 to your computer and use it in GitHub Desktop.
benlieb@bens 04:33 PM ~/my_life/sites/2011/carolinamountainwoodturners.com/apps/cedar >
$ gph
Counting objects: 6654, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (6468/6468), done.
Writing objects: 100% (6654/6654), 11.24 MiB | 129 KiB/s, done.
Total 6654 (delta 4168), reused 0 (delta 0)
-----> Ruby/Rails app detected
-----> Installing dependencies using Bundler version 1.3.0.pre.5
Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
Fetching gem metadata from http://rubygems.org/.......
Fetching gem metadata from http://rubygems.org/..
Installing rake (10.0.3)
Installing RedCloth (4.2.9)
Installing i18n (0.6.1)
Installing multi_json (1.5.0)
Installing activesupport (3.2.2)
Installing builder (3.0.4)
Installing activemodel (3.2.2)
Installing erubis (2.7.0)
Installing journey (1.0.4)
Installing rack (1.4.4)
Installing rack-cache (1.2)
Installing rack-test (0.6.2)
Installing hike (1.2.1)
Installing tilt (1.3.3)
Installing sprockets (2.1.3)
Installing actionpack (3.2.2)
Installing mime-types (1.19)
Installing polyglot (0.3.3)
Installing treetop (1.4.12)
Installing mail (2.4.4)
Installing actionmailer (3.2.2)
Installing arel (3.0.2)
Installing tzinfo (0.3.35)
Installing activerecord (3.2.2)
Installing activeresource (3.2.2)
Installing addressable (2.3.2)
Installing awesome_print (1.1.0)
Installing xml-simple (1.1.2)
Installing aws-s3 (0.6.3)
Installing aws-ses (0.4.3)
Installing bcrypt-ruby (2.1.4)
Installing climate_control (0.0.3)
Installing cocaine (0.5.1)
Installing coffee-script-source (1.4.0)
Installing execjs (1.4.0)
Installing coffee-script (2.2.0)
Installing rack-ssl (1.3.2)
Installing json (1.7.6)
Installing rdoc (3.12)
Installing thor (0.14.6)
Installing railties (3.2.2)
Installing coffee-rails (3.2.2)
Installing country-select (1.1.0)
Installing css_parser (1.2.6)
Installing daemons (1.1.9)
Installing declarative_authorization (0.5.6)
Installing delayed_job (2.1.4)
Installing orm_adapter (0.0.7)
Installing warden (1.0.6)
Installing devise (1.4.2)
Installing eventmachine (1.0.0)
Installing haml (3.1.7)
Installing jquery-rails (2.2.0)
Installing kaminari (0.13.0)
Installing liquid (2.2.2)
Installing polyamorous (0.5.0)
Installing meta_search (1.1.3)
Installing mysql2 (0.3.11)
Installing nokogiri (1.5.6)
Installing pacecar (1.5.2)
Installing paperclip (2.3.12)
Installing pg (0.14.1)
Using bundler (1.3.0.pre.5)
Installing rails (3.2.2)
Installing yajl-ruby (1.1.0)
Installing rails3-jquery-autocomplete (0.8.0)
Installing rdiscount (1.6.8)
Installing rest-client (1.6.7)
Installing roadie (2.3.4)
Installing sass (3.2.5)
Installing sass-rails (3.2.6)
Installing sequel (3.20.0)
Installing simple_form (1.4.2)
Installing sinatra (1.0)
Installing taps (0.3.24)
Installing thin (1.5.0)
Installing uglifier (1.3.0)
Your bundle is complete! It was installed into ./vendor/bundle
Post-install message from rdoc:
Depending on your version of ruby, you may need to install ruby rdoc/ri data:
<= 1.8.6 : unsupported
= 1.8.7 : gem install rdoc-data; rdoc-data --install
= 1.9.1 : gem install rdoc-data; rdoc-data --install
>= 1.9.2 : nothing to do! Yay!
Post-install message from meta_search:
*** Thanks for installing MetaSearch! ***
Be sure to check out http://metautonomo.us/projects/metasearch/ for a
walkthrough of MetaSearch's features, and click the donate button if
you're feeling especially appreciative. It'd help me justify this
"open source" stuff to my lovely wife. :)
Cleaning up the bundler cache.
-----> Writing config/database.yml to read from DATABASE_URL
-----> Preparing app for Rails asset pipeline
Running: rake assets:precompile
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?
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `initialize'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `new'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `connect'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:329:in `initialize'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `new'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `postgresql_connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:277:in `new_connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:287:in `checkout_new_connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:235:in `block (2 levels) in checkout'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:230:in `loop'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:230:in `block in checkout'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:229:in `checkout'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:95:in `connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/model_schema.rb:308:in `clear_cache!'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.2/lib/active_record/railtie.rb:91:in `block (2 levels) in <class:Railtie>'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:418:in `_run__2595248365944969316__prepare__406241318446547790__callbacks'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:48:in `prepare!'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application/finisher.rb:47:in `block in <module:Finisher>'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:30:in `instance_exec'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:30:in `run'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:55:in `block in run_initializers'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:54:in `each'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/initializable.rb:54:in `run_initializers'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application.rb:136:in `initialize!'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing'
/tmp/build_2ys6nuw8y04sb/config/environment.rb:16:in `<top (required)>'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `block in require'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:236:in `load_dependency'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.2/lib/active_support/dependencies.rb:251:in `require'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application.rb:103:in `require_environment!'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/railties-3.2.2/lib/rails/application.rb:292:in `block (2 levels) in initialize_tasks'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/sprockets/assets.rake:93:in `block (2 levels) in <top (required)>'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/sprockets/assets.rake:60:in `block (3 levels) in <top (required)>'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/sprockets/assets.rake:23:in `invoke_or_reboot_rake_task'
/tmp/build_2ys6nuw8y04sb/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.2/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
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
-----> 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: 26.3MB
-----> Launching... done, v6
http://cmwt-cedar2.herokuapp.com deployed to Heroku
To [email protected]:cmwt-cedar2.git
* [new branch] master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment