forked from brynary/rack-bug
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Seems to be related to delayed_job. One of my projects works fine with rack-bug, same rails version, same ruby version. This one doesn't.
NameError: uninitialized constant Syck::Syck
~/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2/lib/rake/ext/module.rb:36:in `const_missing'
~/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/inflector/methods.rb:124:in `block in constantize'
~/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/inflector/methods.rb:123:in `each'
~/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/inflector/methods.rb:123:in `constantize'
~/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.0.10/lib/active_support/core_ext/string/inflections.rb:43:in `constantize'
~/.rvm/gems/ruby-1.9.2-p290/gems/delayed_job-2.1.4/lib/delayed/yaml_ext.rb:27:in `yaml_tag_read_class'
~/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/syck.rb:135:in `transfer'
~/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/syck.rb:135:in `node_import'
~/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/syck.rb:135:in `load'
~/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/syck.rb:135:in `load'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/database.rb:166:in `decode_value'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/database.rb:170:in `block in retrieve'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/database.rb:170:in `map'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/database.rb:170:in `retrieve'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/database.rb:174:in `for_request'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/database.rb:32:in `retrieve'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/panels/templates_panel.rb:50:in `heading_for_request'
headers_fragment:9:in `block in headers_fragment_locals_panels_request_id'
headers_fragment:5:in `each'
headers_fragment:5:in `headers_fragment_locals_panels_request_id'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/render.rb:20:in `render_template'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/toolbar.rb:50:in `render'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/toolbar.rb:34:in `inject_toolbar'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug/toolbar.rb:20:in `call'
~/.rvm/gems/ruby-1.9.2-p290/bundler/gems/rack-bug-c71e943f153b/lib/rack/bug.rb:55:in `call'
Metadata
Metadata
Assignees
Labels
No labels