Skip to content

Instantly share code, notes, and snippets.

@zapatoche
Created January 29, 2012 19:19
Show Gist options
  • Select an option

  • Save zapatoche/1700231 to your computer and use it in GitHub Desktop.

Select an option

Save zapatoche/1700231 to your computer and use it in GitHub Desktop.
heroku logs
➜ salsacaribecouk git:(mongo-proto) heroku logs
2012-01-29T19:13:46+00:00 app[web.1]: s.summary = %q{Object-relational mapper framework (part of Rails).}
2012-01-29T19:13:46+00:00 app[web.1]:
2012-01-29T19:13:46+00:00 app[web.1]: if s.respond_to? :specification_version then
2012-01-29T19:13:46+00:00 app[web.1]: current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
2012-01-29T19:13:46+00:00 app[web.1]:
2012-01-29T19:13:46+00:00 app[web.1]: if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
2012-01-29T19:13:46+00:00 app[web.1]: s.add_runtime_dependency(%q<activesupport>, ["#<Syck::DefaultKey:0x00000008daf478> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_runtime_dependency(%q<activemodel>, ["#<Syck::DefaultKey:0x00000008dad470> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_runtime_dependency(%q<arel>, ["~> 3.0.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_runtime_dependency(%q<tzinfo>, ["~> 0.3.29"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<activesupport>, ["#<Syck::DefaultKey:0x00000008daf478> 3.2.0"])
2012-01-29T19:13:46+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<activemodel>, ["#<Syck::DefaultKey:0x00000008dad470> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<arel>, ["~> 3.0.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<tzinfo>, ["~> 0.3.29"])
2012-01-29T19:13:46+00:00 app[web.1]: s.specification_version = 3
2012-01-29T19:13:46+00:00 app[web.1]: else
2012-01-29T19:13:46+00:00 app[web.1]: end
2012-01-29T19:13:46+00:00 app[web.1]: else
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<activesupport>, ["#<Syck::DefaultKey:0x00000008daf478> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<activemodel>, ["#<Syck::DefaultKey:0x00000008dad470> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<arel>, ["~> 3.0.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<tzinfo>, ["~> 0.3.29"])
2012-01-29T19:13:46+00:00 app[web.1]: end
2012-01-29T19:13:46+00:00 app[web.1]: end
2012-01-29T19:13:46+00:00 app[web.1]: WARNING: Invalid .gemspec format in '/app/.bundle/gems/ruby/1.9.1/specifications/activerecord-3.2.0.gemspec'
2012-01-29T19:13:46+00:00 app[web.1]: WARNING: #<ArgumentError: Illformed requirement ["#<Syck::DefaultKey:0x00000008c25530> 3.2.0"]>
2012-01-29T19:13:46+00:00 app[web.1]:
2012-01-29T19:13:46+00:00 app[web.1]: # -*- encoding: utf-8 -*-
2012-01-29T19:13:46+00:00 app[web.1]: Gem::Specification.new do |s|
2012-01-29T19:13:46+00:00 app[web.1]: s.name = %q{actionmailer}
2012-01-29T19:13:46+00:00 app[web.1]: s.version = "3.2.0"
2012-01-29T19:13:46+00:00 app[web.1]:
2012-01-29T19:13:46+00:00 app[web.1]: s.date = %q{2012-01-20}
2012-01-29T19:13:46+00:00 app[web.1]: s.description = %q{Email on Rails. Compose, deliver, receive, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.}
2012-01-29T19:13:46+00:00 app[web.1]: s.email = %q{david@loudthinking.com}
2012-01-29T19:13:46+00:00 app[web.1]: s.homepage = %q{http://www.rubyonrails.org}
2012-01-29T19:13:46+00:00 app[web.1]: s.files = ["CHANGELOG.md", "README.rdoc", "MIT-LICENSE", "lib/action_mailer/base.rb", "lib/action_mailer/collector.rb", "lib/action_mailer/delivery_methods.rb", "lib/action_mailer/log_subscriber.rb", "lib/action_mailer/mail_helper.rb", "lib/action_mailer/railtie.rb", "lib/action_mailer/test_case.rb", "lib/action_mailer/test_helper.rb", "lib/action_mailer/version.rb", "lib/action_mailer.rb", "lib/rails/generators/mailer/mailer_generator.rb", "lib/rails/generators/mailer/templates/mailer.rb", "lib/rails/generators/mailer/USAGE"]
2012-01-29T19:13:46+00:00 app[web.1]: s.require_paths = ["lib"]
2012-01-29T19:13:46+00:00 app[web.1]: s.authors = ["David Heinemeier Hansson"]
2012-01-29T19:13:46+00:00 app[web.1]: s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
2012-01-29T19:13:46+00:00 app[web.1]: s.required_ruby_version = Gem::Requirement.new(">= 1.8.7")
2012-01-29T19:13:46+00:00 app[web.1]: s.rubygems_version = %q{1.3.7}
2012-01-29T19:13:46+00:00 app[web.1]: s.requirements = ["none"]
2012-01-29T19:13:46+00:00 app[web.1]: s.summary = %q{Email composition, delivery, and receiving framework (part of Rails).}
2012-01-29T19:13:46+00:00 app[web.1]:
2012-01-29T19:13:46+00:00 app[web.1]: s.specification_version = 3
2012-01-29T19:13:46+00:00 app[web.1]:
2012-01-29T19:13:46+00:00 app[web.1]: if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
2012-01-29T19:13:46+00:00 app[web.1]: s.add_runtime_dependency(%q<actionpack>, ["#<Syck::DefaultKey:0x00000008c25530> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_runtime_dependency(%q<mail>, ["~> 2.4.0"])
2012-01-29T19:13:46+00:00 app[web.1]: if s.respond_to? :specification_version then
2012-01-29T19:13:46+00:00 app[web.1]: current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<mail>, ["~> 2.4.0"])
2012-01-29T19:13:46+00:00 app[web.1]: end
2012-01-29T19:13:46+00:00 app[web.1]: else
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<actionpack>, ["#<Syck::DefaultKey:0x00000008c25530> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<mail>, ["~> 2.4.0"])
2012-01-29T19:13:46+00:00 app[web.1]: end
2012-01-29T19:13:46+00:00 app[web.1]: end
2012-01-29T19:13:46+00:00 app[web.1]: else
2012-01-29T19:13:46+00:00 app[web.1]: s.add_dependency(%q<actionpack>, ["#<Syck::DefaultKey:0x00000008c25530> 3.2.0"])
2012-01-29T19:13:46+00:00 app[web.1]: WARNING: Invalid .gemspec format in '/app/.bundle/gems/ruby/1.9.1/specifications/actionmailer-3.2.0.gemspec'
2012-01-29T19:13:46+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:46+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:46+00:00 heroku[nginx]: 86.8.235.71 - - [29/Jan/2012:19:13:46 +0000] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19" salsacaribecouk.heroku.com
2012-01-29T19:13:46+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:46+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:46+00:00 heroku[nginx]: 86.8.235.71 - - [29/Jan/2012:19:13:46 +0000] "GET /favicon.ico HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19" salsacaribecouk.heroku.com
2012-01-29T19:13:48+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:48+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:48+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:48+00:00 heroku[nginx]: 86.8.235.71 - - [29/Jan/2012:19:13:48 +0000] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19" salsacaribecouk.heroku.com
2012-01-29T19:13:48+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:48+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:48+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/favicon.ico dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:48+00:00 heroku[nginx]: 86.8.235.71 - - [29/Jan/2012:19:13:48 +0000] "GET /favicon.ico HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19" salsacaribecouk.heroku.com
2012-01-29T19:13:48+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:48+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:49+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:49+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:49+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:49+00:00 heroku[nginx]: 86.8.235.71 - - [29/Jan/2012:19:13:49 +0000] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19" salsacaribecouk.heroku.com
2012-01-29T19:13:46+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/favicon.ico dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:50+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:50+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:50+00:00 heroku[nginx]: 86.8.235.71 - - [29/Jan/2012:19:13:50 +0000] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1017.2 Safari/535.19" salsacaribecouk.heroku.com
2012-01-29T19:13:50+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:50+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:50+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:50+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:50+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:50+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:50+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/favicon.ico dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:53+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/ dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:53+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:53+00:00 app[web.1]: !! Unexpected error while processing request: exit
2012-01-29T19:13:53+00:00 heroku[router]: Error H13 (Connection closed without response) -> GET salsacaribecouk.heroku.com/favicon.ico dyno=web.1 queue= wait= service= status=503 bytes=
2012-01-29T19:13:53+00:00 app[web.1]: Could not find activemodel-3.2.0 in any of the sources
2012-01-29T19:13:53+00:00 app[web.1]: !! Unexpected error while processing request: exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment