Skip to content

Instantly share code, notes, and snippets.

@shedd
Created June 22, 2011 16:01
Show Gist options
  • Save shedd/1040432 to your computer and use it in GitHub Desktop.
Save shedd/1040432 to your computer and use it in GitHub Desktop.
Hoptoad Errors on Ruby 1.9.2 w/ Rails 3.1.rc4
## VANILLA RAKE
username /data/appname/current $ ruby --version
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
username /data/appname/current $ rake hoptoad:test --trace
DEPRECATION WARNING: attr_accessor_with_default is deprecated. Use Ruby instead!. (called from block in <module:Configuration> at /data/appname/shared/bundled_gems/ruby/1.9.1/bundler/gems/active_admin-47cab4dd73d6/lib/active_admin/comments/configuration.rb:12)
** Invoke hoptoad:test (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke hoptoad:log_stdout (first_time)
** Execute hoptoad:log_stdout
** Execute hoptoad:test
Configuration:
api_key: "a9c7af01e8e757b512ec008b1067bd84"
backtrace_filters: [#<Proc:0x978077c@/data/appname/shared/bundled_gems/rub
development_environments: []
development_lookup: true
environment_name: "production"
host: "hoptoadapp.com"
http_open_timeout: 2
http_read_timeout: 5
ignore: ["ActiveRecord::RecordNotFound", "ActionController::Rou
ignore_by_filters: []
ignore_user_agent: []
notifier_name: "Hoptoad Notifier"
notifier_url: "http://hoptoadapp.com"
notifier_version: "2.4.11"
params_filters: ["password", "password_confirmation", [:password, :pass
project_root: #<Pathname:/data/appname/releases/20110622103940>
port: 443
protocol: "https"
proxy_host: nil
proxy_pass: nil
proxy_port: nil
proxy_user: nil
secure: true
framework: "Rails: 3.1.0.rc4"
user_information: "Hoptoad Error {{error_id}}"
Setting up the Controller.
Processing request.
Dalli::Server#connect 127.0.0.1:11211
rake aborted!
no such file to load -- action_controller/test_process
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in `require'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in `block in require'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:225:in `load_dependency'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in `require'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/hoptoad_notifier-2.4.11/lib/hoptoad_notifier/tasks.rb:9:in `block (2 levels) in <top (required)>'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:205:in `call'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:205:in `block in execute'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:200:in `each'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:200:in `execute'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/usr/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:144:in `invoke'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:112:in `invoke_task'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `block (2 levels) in top_level'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `each'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `block in top_level'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:84:in `top_level'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:62:in `block in run'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:59:in `run'
/usr/lib/ruby/gems/1.9.1/gems/rake-0.9.2/bin/rake:32:in `<top (required)>'
/usr/bin/rake:19:in `load'
/usr/bin/rake:19:in `<main>'
Tasks: TOP => hoptoad:test
## VIA BUNDLE EXEC
username /data/appname/current $ ruby --version
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
username /data/appname/current $ bundle exec rake hoptoad:test --trace
DEPRECATION WARNING: attr_accessor_with_default is deprecated. Use Ruby instead!. (called from block in <module:Configuration> at /data/appname/shared/bundled_gems/ruby/1.9.1/bundler/gems/active_admin-47cab4dd73d6/lib/active_admin/comments/configuration.rb:12)
** Invoke hoptoad:test (first_time)
** Invoke environment (first_time)
** Execute environment
** Invoke hoptoad:log_stdout (first_time)
** Execute hoptoad:log_stdout
** Execute hoptoad:test
Configuration:
api_key: "snip"
backtrace_filters: [#<Proc:0x975f978@/data/appname/shared/bundled_gems/rub
development_environments: []
development_lookup: true
environment_name: "production"
host: "hoptoadapp.com"
http_open_timeout: 2
http_read_timeout: 5
ignore: ["ActiveRecord::RecordNotFound", "ActionController::Rou
ignore_by_filters: []
ignore_user_agent: []
notifier_name: "Hoptoad Notifier"
notifier_url: "http://hoptoadapp.com"
notifier_version: "2.4.11"
params_filters: ["password", "password_confirmation", [:password, :pass
project_root: #<Pathname:/data/appname/releases/20110622103940>
port: 443
protocol: "https"
proxy_host: nil
proxy_pass: nil
proxy_port: nil
proxy_user: nil
secure: true
framework: "Rails: 3.1.0.rc4"
user_information: "Hoptoad Error {{error_id}}"
Setting up the Controller.
Processing request.
Dalli::Server#connect 127.0.0.1:11211
rake aborted!
no such file to load -- action_controller/test_process
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in `require'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in `block in require'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:225:in `load_dependency'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/activesupport-3.1.0.rc4/lib/active_support/dependencies.rb:237:in `require'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/hoptoad_notifier-2.4.11/lib/hoptoad_notifier/tasks.rb:9:in `block (2 levels) in <top (required)>'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:205:in `call'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:205:in `block in execute'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:200:in `each'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:200:in `execute'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:158:in `block in invoke_with_call_chain'
/usr/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:151:in `invoke_with_call_chain'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/task.rb:144:in `invoke'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:112:in `invoke_task'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `block (2 levels) in top_level'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `each'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:90:in `block in top_level'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:84:in `top_level'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:62:in `block in run'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:129:in `standard_exception_handling'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/lib/rake/application.rb:59:in `run'
/data/appname/shared/bundled_gems/ruby/1.9.1/gems/rake-0.9.2/bin/rake:32:in `<top (required)>'
/data/appname/shared/bundled_gems/ruby/1.9.1/bin/rake:19:in `load'
/data/appname/shared/bundled_gems/ruby/1.9.1/bin/rake:19:in `<main>'
Tasks: TOP => hoptoad:test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment