Skip to content

Instantly share code, notes, and snippets.

@mhat
Created March 30, 2010 03:49
Show Gist options
  • Save mhat/348734 to your computer and use it in GitHub Desktop.
Save mhat/348734 to your computer and use it in GitHub Desktop.
Matt@Endless-Waltz$ ./script/console
Loading development environment (Rails 2.3.2)
/Users/Matt/Hacking/workfeed/config/../vendor/rails/railties/lib/rails/gem_dependency.rb:99:Warning: Gem::Dependency#version_requirements is deprecated and will be removed on or after August 2010. Use #requirement
>> require 'cassandra'
NameError: uninitialized constant Connection::Base
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:440:in `load_missing_constant'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:80:in `const_missing'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/thrift_client-0.4.0/lib/thrift_client/connection/socket.rb:2
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/thrift_client-0.4.0/lib/thrift_client/connection.rb:3
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/thrift_client-0.4.0/lib/thrift_client.rb:12
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/cassandra-0.7.6/lib/cassandra.rb:2
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
from /opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /Users/Matt/Hacking/workfeed/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
from (irb):1>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment