Skip to content

Instantly share code, notes, and snippets.

Created January 8, 2013 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3fa6b9cee86ca7916e0a to your computer and use it in GitHub Desktop.
Save anonymous/3fa6b9cee86ca7916e0a to your computer and use it in GitHub Desktop.
Delayed Job
rails generate delayed_job:upgrade
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.7.8
/Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:264:in `merge!': can't convert String into Hash (TypeError)
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:264:in `block in revive_hash'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:258:in `each'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:258:in `each_slice'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:258:in `revive_hash'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:141:in `visit_Psych_Nodes_Mapping'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/delayed_job-3.0.4/lib/delayed/psych_ext.rb:115:in `visit_Psych_Nodes_Mapping_with_class'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/visitor.rb:15:in `visit'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/visitor.rb:5:in `accept'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:20:in `accept'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:273:in `block in revive_hash'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:258:in `each'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:258:in `each_slice'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:258:in `revive_hash'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:141:in `visit_Psych_Nodes_Mapping'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/delayed_job-3.0.4/lib/delayed/psych_ext.rb:115:in `visit_Psych_Nodes_Mapping_with_class'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/visitor.rb:15:in `visit'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/visitor.rb:5:in `accept'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:20:in `accept'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:238:in `visit_Psych_Nodes_Document'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/visitor.rb:15:in `visit'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/visitor.rb:5:in `accept'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/visitors/to_ruby.rb:20:in `accept'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych/nodes/node.rb:35:in `to_ruby'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych.rb:128:in `load'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych.rb:297:in `block in load_file'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych.rb:297:in `open'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/psych-1.3.4/lib/psych.rb:297:in `load_file'
from /Users/rrichards/code/projects/goodmeasures/code/config/initializers/config.rb:1:in `<top (required)>'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:245:in `load'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:245:in `block in load'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:245:in `load'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/engine.rb:588:in `block (2 levels) in <class:Engine>'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/engine.rb:587:in `each'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/engine.rb:587:in `block in <class:Engine>'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/initializable.rb:30:in `instance_exec'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/initializable.rb:30:in `run'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/initializable.rb:55:in `block in run_initializers'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/initializable.rb:54:in `each'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/initializable.rb:54:in `run_initializers'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/application.rb:136:in `initialize!'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/railtie/configurable.rb:30:in `method_missing'
from /Users/rrichards/code/projects/goodmeasures/code/config/environment.rb:5:in `<top (required)>'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:251:in `require'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:251:in `block in require'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:236:in `load_dependency'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/activesupport-3.2.10/lib/active_support/dependencies.rb:251:in `require'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/application.rb:103:in `require_environment!'
from /Users/rrichards/.rbenv/versions/1.9.3-p362/gemsets/gm193-362/gems/railties-3.2.10/lib/rails/commands.rb:25:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment