Advertisement
Guest User

Untitled

a guest
Aug 14th, 2013
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.52 KB | None | 0 0
  1. Judys-MacBook-Air:restaurant_app judyngai$ git push heroku master
  2. Counting objects: 5, done.
  3. Delta compression using up to 4 threads.
  4. Compressing objects: 100% (3/3), done.
  5. Writing objects: 100% (3/3), 306 bytes | 0 bytes/s, done.
  6. Total 3 (delta 2), reused 0 (delta 0)
  7.  
  8.  
  9. -----> Removing .DS_Store files
  10. -----> Ruby/Rails app detected
  11. -----> Using Ruby version: ruby-1.9.3
  12. -----> Installing dependencies using Bundler version 1.3.2
  13. Ruby version change detected. Clearing bundler cache.
  14. Old: ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
  15. New: ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-linux]
  16. Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin --deployment
  17. Fetching gem metadata from https://rubygems.org/..........
  18. Fetching gem metadata from https://rubygems.org/..
  19. Installing rake (10.1.0)
  20. Installing i18n (0.6.1)
  21. Installing multi_json (1.7.8)
  22. Installing activesupport (3.2.13)
  23. Installing builder (3.0.4)
  24. Installing activemodel (3.2.13)
  25. Installing erubis (2.7.0)
  26. Installing journey (1.0.4)
  27. Installing rack (1.4.5)
  28. Installing rack-cache (1.2)
  29. Installing rack-test (0.6.2)
  30. Installing hike (1.2.3)
  31. Installing tilt (1.4.1)
  32. Installing sprockets (2.2.2)
  33. Installing actionpack (3.2.13)
  34. Installing mime-types (1.23)
  35. Installing polyglot (0.3.3)
  36. Installing treetop (1.4.14)
  37. Installing mail (2.5.4)
  38. Installing actionmailer (3.2.13)
  39. Installing arel (3.0.2)
  40. Installing tzinfo (0.3.37)
  41. Installing activerecord (3.2.13)
  42. Installing activeresource (3.2.13)
  43. Installing bcrypt-ruby (3.1.1)
  44. Installing json (1.8.0)
  45. Installing carrierwave (0.9.0)
  46. Installing coffee-script-source (1.6.3)
  47. Installing execjs (1.4.0)
  48. Installing coffee-script (2.2.0)
  49. Installing rack-ssl (1.3.3)
  50. Installing rdoc (3.12.2)
  51. Installing thor (0.18.1)
  52. Installing railties (3.2.13)
  53. Installing coffee-rails (3.2.2)
  54. Installing orm_adapter (0.4.0)
  55. Installing warden (1.2.3)
  56. Installing devise (3.0.2)
  57. Installing jquery-rails (3.0.4)
  58. Installing letsrate (1.0.8)
  59. Installing pg (0.16.0)
  60. Using bundler (1.3.2)
  61. Installing rails (3.2.13)
  62. Installing rmagick (2.13.2)
  63. Installing sass (3.2.10)
  64. Installing sass-rails (3.2.6)
  65. Installing uglifier (2.1.2)
  66. Installing will_paginate (3.0.4)
  67. Your bundle is complete! It was installed into ./vendor/bundle
  68. Post-install message from rdoc:
  69. Depending on your version of ruby, you may need to install ruby rdoc/ri data:
  70. <= 1.8.6 : unsupported
  71. = 1.8.7 : gem install rdoc-data; rdoc-data --install
  72. = 1.9.1 : gem install rdoc-data; rdoc-data --install
  73. >= 1.9.2 : nothing to do! Yay!
  74. Cleaning up the bundler cache.
  75. -----> Writing config/database.yml to read from DATABASE_URL
  76. -----> Preparing app for Rails asset pipeline
  77. Running: rake assets:precompile
  78. rake aborted!
  79. could not connect to server: Connection refused
  80. Is the server running on host "127.0.0.1" and accepting
  81. TCP/IP connections on port 5432?
  82. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:1216:in `initialize'
  83. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:1216:in `new'
  84. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:1216:in `connect'
  85. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:324:in `initialize'
  86. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `new'
  87. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/postgresql_adapter.rb:28:in `postgresql_connection'
  88. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'
  89. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'
  90. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'
  91. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'
  92. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'
  93. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'
  94. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'
  95. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'
  96. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
  97. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
  98. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
  99. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/model_schema.rb:308:in `clear_cache!'
  100. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/railtie.rb:104:in `block (2 levels) in <class:Railtie>'
  101. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:418:in `_run__149763818784517759__prepare__1336788042787900911__callbacks'
  102. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
  103. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks'
  104. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
  105. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
  106. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/reloader.rb:48:in `prepare!'
  107. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application/finisher.rb:47:in `block in <module:Finisher>'
  108. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `instance_exec'
  109. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:30:in `run'
  110. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:55:in `block in run_initializers'
  111. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `each'
  112. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/initializable.rb:54:in `run_initializers'
  113. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:136:in `initialize!'
  114. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
  115. /tmp/build_4ian6p7ivhxw/config/environment.rb:5:in `<top (required)>'
  116. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
  117. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `block in require'
  118. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236:in `load_dependency'
  119. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251:in `require'
  120. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:103:in `require_environment!'
  121. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:297:in `block (2 levels) in initialize_tasks'
  122. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/sprockets/assets.rake:93:in `block (2 levels) in <top (required)>'
  123. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/sprockets/assets.rake:60:in `block (3 levels) in <top (required)>'
  124. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/sprockets/assets.rake:23:in `invoke_or_reboot_rake_task'
  125. /tmp/build_4ian6p7ivhxw/vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/sprockets/assets.rake:29:in `block (2 levels) in <top (required)>'
  126. Tasks: TOP => environment
  127. (See full trace by running task with --trace)
  128. Precompiling assets failed, enabling runtime asset compilation
  129. Injecting rails31_enable_runtime_asset_compilation
  130. Please see this article for troubleshooting help:
  131. http://devcenter.heroku.com/articles/rails31_heroku_cedar#troubleshooting
  132. -----> Rails plugin injection
  133. Injecting rails_log_stdout
  134. Injecting rails3_serve_static_assets
  135. -----> Discovering process types
  136. Procfile declares types -> (none)
  137. Default types for Ruby/Rails -> console, rake, web, worker
  138.  
  139. -----> Compiled slug size: 22.0MB
  140. -----> Launching... done, v9
  141. http://sleepy-beach-3983.herokuapp.com deployed to Heroku
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement