Skip to content

Instantly share code, notes, and snippets.

@anlek
Created June 17, 2010 04:36
Show Gist options
  • Save anlek/441692 to your computer and use it in GitHub Desktop.
Save anlek/441692 to your computer and use it in GitHub Desktop.
~/rails_apps/example.com% rails c
DEPRECATION WARNING: railtie_name is deprecated and has no effect. (called from <class:Railtie> at /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/will_paginate-3.0.pre/lib/will_paginate/railtie.rb:6)
/Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bson-1.0.3/lib/bson/bson_c.rb:24:in `serialize': keys must be strings or symbols (TypeError)
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/bson-1.0.3/lib/bson/bson_c.rb:24:in `serialize'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/cursor.rb:364:in `construct_query_message'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/cursor.rb:346:in `send_initial_query'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/cursor.rb:324:in `refill_via_get_more'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/cursor.rb:319:in `num_remaining'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/cursor.rb:68:in `next_document'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/db.rb:470:in `command'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/connection.rb:425:in `block in connect_to_master'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/connection.rb:418:in `each'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/connection.rb:418:in `connect_to_master'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongo-1.0.3/lib/mongo/connection.rb:114:in `initialize'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongoid-2.0.0.beta7/lib/mongoid/config.rb:200:in `new'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongoid-2.0.0.beta7/lib/mongoid/config.rb:200:in `_master'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongoid-2.0.0.beta7/lib/mongoid/config.rb:138:in `from_hash'
from (eval):2:in `from_hash'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/mongoid-2.0.0.beta7/lib/mongoid/railtie.rb:38:in `block in <class:Railtie>'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/initializable.rb:25:in `instance_exec'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/initializable.rb:25:in `run'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/initializable.rb:55:in `block in run_initializers'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/initializable.rb:54:in `each'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/initializable.rb:54:in `run_initializers'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/application.rb:119:in `initialize!'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/application.rb:81:in `method_missing'
from /Users/andrew/rails_apps/example.com/config/environment.rb:5:in `<top (required)>'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `block in require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `block in load_dependency'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:554:in `new_constants_in'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:198:in `load_dependency'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/activesupport-3.0.0.beta4/lib/active_support/dependencies.rb:212:in `require'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/application.rb:94:in `require_environment!'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/application.rb:81:in `method_missing'
from /Users/andrew/.rvm/gems/ruby-1.9.2-head@example/gems/railties-3.0.0.beta4/lib/rails/commands.rb:22: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