Guest User

Untitled

a guest
Apr 21st, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 30.53 KB | None | 0 0
  1. [2011-12-06 14:19:28] INFO  WEBrick 1.3.1
  2. [2011-12-06 14:19:28] INFO  ruby 1.8.7 (2011-02-18) [i686-linux]
  3. [2011-12-06 14:19:33] INFO  WEBrick::HTTPServer#start: pid=3896 port=3000
  4.  
  5.  
  6. Started GET "/_resource/user/info?%7B%22uri%22%3A%22%2Fu%2Fnovemberborn%22%2C%22include%22%3A%7B%22description%22%3Atrue%2C%22counts%22%3Atrue%2C%22is_contact%22%3Atrue%2C%22similarity%22%3Atrue%2C%22words%22%3Atrue%7D%2C%22category_limit%22%3A10%2C%22word_limit%22%3A10%7D" for 127.0.0.1 at Tue Dec 06 14:19:33 -0600 2011
  7.   Processing by UserController#info as HTML
  8.   Parameters: {"uri"=>"/u/novemberborn", "category_limit"=>10, "include"=>{"words"=>true, "is_contact"=>true, "similarity"=>true, "description"=>true, "counts"=>true}, "word_limit"=>10}
  9. MONGODB admin['$cmd'].find({:ismaster=>1})
  10. MONGODB admin['$cmd'].find({:ismaster=>1})
  11. MONGODB odyssey_development['object_uris'].find({:uri=>"/u/novemberborn"})
  12. MONGODB odyssey_development['users'].find({:_id=>BSON::ObjectId('4ed379b4d87b521dd1000002')})
  13. request.headers: EQM /u/novemberborn
  14. MONGODB odyssey_development['users'].find({:uri=>"/u/novemberborn"})
  15. Completed 500 Internal Server Error in 15ms
  16. Uncaught exception: NameError: uninitialized constant Avatars
  17.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rspec-core-2.5.1/lib/rspec/core/backward_compatibility.rb:20:in `const_missing'
  18.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rspec-expectations-2.5.0/lib/rspec/expectations/backward_compatibility.rb:6:in `const_missing'
  19.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:113:in `constantize'
  20.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:112:in `each'
  21.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:112:in `constantize'
  22.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/core_ext/string/inflections.rb:43:in `constantize'
  23.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/factory.rb:34:in `from_db'
  24.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/builders/embedded/one.rb:20:in `build'
  25.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/accessors.rb:59:in `create_relation'
  26.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/accessors.rb:26:in `build'
  27.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/accessors.rb:131:in `avatar'
  28.    /home/brockpetrie/State/eqm.git/odyssey/app/models/user.rb:94:in `format'
  29.     /home/brockpetrie/State/eqm.git/odyssey/app/controllers/user_controller.rb:10:in `info'
  30.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  31.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  32.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/base.rb:167:in `process_action'
  33.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
  34.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/callbacks.rb:18:in `process_action'
  35.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:408:in `_run__99617918__process_action__834976680__callbacks'
  36.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:207:in `_conditional_callback_around_714'
  37.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:318:in `around'
  38.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:302:in `send'
  39.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:302:in `_callback_around_330'
  40.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:206:in `_conditional_callback_around_714'
  41.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:407:in `_run__99617918__process_action__834976680__callbacks'
  42.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:386:in `send'
  43.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
  44.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `send'
  45.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `run_callbacks'
  46.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
  47.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/rescue.rb:17:in `process_action'
  48.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  49.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `instrument'
  50.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
  51.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `instrument'
  52.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  53.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
  54.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/base.rb:121:in `process'
  55.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/rendering.rb:45:in `process'
  56.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal.rb:193:in `dispatch'
  57.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  58.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal.rb:236:in `action'
  59.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:65:in `call'
  60.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
  61.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:29:in `call'
  62.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `call'
  63.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `recognize'
  64.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
  65.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
  66.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
  67.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:531:in `call'
  68.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/airbrake-3.0.4/lib/airbrake/rack.rb:27:in `call'
  69.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/sass-3.1.10/lib/sass/../sass/plugin/rack.rb:54:in `call'
  70.    /home/brockpetrie/State/eqm.git/odyssey/lib/odyssey/middleware/params_parser.rb:81:in `call'
  71.     /home/brockpetrie/State/eqm.git/odyssey/lib/odyssey/middleware/error_handler.rb:34:in `call'
  72.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/warden-1.0.6/lib/warden/manager.rb:35:in `call'
  73.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/warden-1.0.6/lib/warden/manager.rb:34:in `catch'
  74.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/warden-1.0.6/lib/warden/manager.rb:34:in `call'
  75.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  76.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/etag.rb:23:in `call'
  77.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/conditionalget.rb:25:in `call'
  78.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/head.rb:14:in `call'
  79.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  80.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/flash.rb:243:in `call'
  81.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/session/abstract/id.rb:195:in `context'
  82.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/session/abstract/id.rb:190:in `call'
  83.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/cookies.rb:326:in `call'
  84.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:29:in `call'
  85.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
  86.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `send'
  87.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `run_callbacks'
  88.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
  89.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/reloader.rb:68:in `call'
  90.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/sendfile.rb:101:in `call'
  91.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
  92.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
  93.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/rack/logger.rb:13:in `call'
  94.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/methodoverride.rb:24:in `call'
  95.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/runtime.rb:17:in `call'
  96.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  97.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/lock.rb:15:in `call'
  98.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/static.rb:53:in `call'
  99.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/airbrake-3.0.4/lib/airbrake/user_informer.rb:12:in `call'
  100.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/engine.rb:455:in `call'
  101.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/rack/content_length.rb:16:in `call'
  102.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/rack/log_tailer.rb:14:in `call'
  103.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/handler/webrick.rb:59:in `service'
  104.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  105.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  106.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  107.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:162:in `start'
  108.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  109.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:95:in `start'
  110.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:92:in `each'
  111.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:92:in `start'
  112.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:23:in `start'
  113.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:82:in `start'
  114.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/handler/webrick.rb:13:in `run'
  115.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/server.rb:265:in `start'
  116.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands/server.rb:70:in `start'
  117.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands.rb:54
  118.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands.rb:49:in `tap'
  119.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands.rb:49
  120.    script/rails:6:in `require'
  121.     script/rails:6
  122.  
  123.  
  124. Started GET "/_resource/user/opinions?%7B%22uri%22%3A%22%2Fu%2Fnovemberborn%22%2C%22collection%22%3Anull%2C%22word%22%3Anull%2C%22include%22%3A%7B%22responses%22%3Atrue%7D%2C%22limit%22%3A20%2C%22cursor%22%3A%22%22%7D" for 127.0.0.1 at Tue Dec 06 14:19:33 -0600 2011
  125.   Processing by UserController#opinions as HTML
  126.   Parameters: {"uri"=>"/u/novemberborn", "cursor"=>"", "word"=>nil, "include"=>{"responses"=>true}, "limit"=>20, "collection"=>nil}
  127. MONGODB odyssey_development['object_uris'].find({:uri=>"/u/novemberborn"})
  128. MONGODB odyssey_development['users'].find({:_id=>BSON::ObjectId('4ed379b4d87b521dd1000002')})
  129. MONGODB odyssey_development['opinions'].find({"user_id"=>BSON::ObjectId('4ed379b4d87b521dd1000002')}).limit(21).sort(created_atdesc_idasc)
  130. MONGODB odyssey_development['opinions'].find({"user_id"=>BSON::ObjectId('4ed379b4d87b521dd1000002')}).limit(21).sort(created_atdesc_idasc)
  131. request.headers: EQM /u/novemberborn
  132. MONGODB odyssey_development['users'].find({:uri=>"/u/novemberborn"})
  133. MONGODB odyssey_development['entities'].find({:_id=>BSON::ObjectId('4ed37983d87b521d70005608'), :deleted_at=>{"$exists"=>false}})
  134. MONGODB odyssey_development['words'].find({:_id=>BSON::ObjectId('4ed37897d87b521d70000082'), :deleted_at=>{"$exists"=>false}})
  135. MONGODB odyssey_development['users'].find({:_id=>BSON::ObjectId('4ed379b4d87b521dd1000002')})
  136. Completed 500 Internal Server Error in 229ms
  137. Uncaught exception: NameError: uninitialized constant Avatars
  138.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rspec-core-2.5.1/lib/rspec/core/backward_compatibility.rb:20:in `const_missing'
  139.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rspec-expectations-2.5.0/lib/rspec/expectations/backward_compatibility.rb:6:in `const_missing'
  140.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:113:in `constantize'
  141.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:112:in `each'
  142.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:112:in `constantize'
  143.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/core_ext/string/inflections.rb:43:in `constantize'
  144.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/factory.rb:34:in `from_db'
  145.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/builders/embedded/one.rb:20:in `build'
  146.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/accessors.rb:59:in `create_relation'
  147.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/accessors.rb:26:in `build'
  148.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/accessors.rb:131:in `avatar'
  149.    /home/brockpetrie/State/eqm.git/odyssey/app/models/user.rb:94:in `format'
  150.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/proxy.rb:111:in `send'
  151.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/bundler/gems/mongoid-5c43568185b8/lib/mongoid/relations/proxy.rb:111:in `method_missing'
  152.    /home/brockpetrie/State/eqm.git/odyssey/app/models/opinion.rb:112:in `format'
  153.     /home/brockpetrie/State/eqm.git/odyssey/app/controllers/user_controller.rb:117:in `opinions'
  154.    /home/brockpetrie/State/eqm.git/odyssey/app/controllers/user_controller.rb:117:in `map'
  155.    /home/brockpetrie/State/eqm.git/odyssey/app/controllers/user_controller.rb:117:in `opinions'
  156.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  157.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
  158.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/base.rb:167:in `process_action'
  159.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/rendering.rb:10:in `process_action'
  160.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/callbacks.rb:18:in `process_action'
  161.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:409:in `_run__99617918__process_action__75993373__callbacks'
  162.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:207:in `_conditional_callback_around_1413'
  163.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:318:in `around'
  164.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:302:in `send'
  165.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:302:in `_callback_around_1034'
  166.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:206:in `_conditional_callback_around_1413'
  167.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:408:in `_run__99617918__process_action__75993373__callbacks'
  168.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:207:in `_conditional_callback_around_1412'
  169.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:318:in `around'
  170.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:302:in `send'
  171.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:302:in `_callback_around_330'
  172.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:206:in `_conditional_callback_around_1412'
  173.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:407:in `_run__99617918__process_action__75993373__callbacks'
  174.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:386:in `send'
  175.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:386:in `_run_process_action_callbacks'
  176.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `send'
  177.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `run_callbacks'
  178.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/callbacks.rb:17:in `process_action'
  179.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/rescue.rb:17:in `process_action'
  180.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
  181.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `instrument'
  182.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
  183.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/notifications.rb:53:in `instrument'
  184.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
  185.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/params_wrapper.rb:201:in `process_action'
  186.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/base.rb:121:in `process'
  187.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/abstract_controller/rendering.rb:45:in `process'
  188.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal.rb:193:in `dispatch'
  189.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
  190.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_controller/metal.rb:236:in `action'
  191.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:65:in `call'
  192.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:65:in `dispatch'
  193.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:29:in `call'
  194.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:152:in `call'
  195.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:96:in `recognize'
  196.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:75:in `optimized_each'
  197.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/code_generation.rb:95:in `recognize'
  198.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-mount-0.8.3/lib/rack/mount/route_set.rb:141:in `call'
  199.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/routing/route_set.rb:531:in `call'
  200.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/airbrake-3.0.4/lib/airbrake/rack.rb:27:in `call'
  201.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/sass-3.1.10/lib/sass/../sass/plugin/rack.rb:54:in `call'
  202.    /home/brockpetrie/State/eqm.git/odyssey/lib/odyssey/middleware/params_parser.rb:81:in `call'
  203.    /home/brockpetrie/State/eqm.git/odyssey/lib/odyssey/middleware/error_handler.rb:34:in `call'
  204.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/warden-1.0.6/lib/warden/manager.rb:35:in `call'
  205.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/warden-1.0.6/lib/warden/manager.rb:34:in `catch'
  206.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/warden-1.0.6/lib/warden/manager.rb:34:in `call'
  207.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
  208.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/etag.rb:23:in `call'
  209.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/conditionalget.rb:25:in `call'
  210.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/head.rb:14:in `call'
  211.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
  212.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/flash.rb:243:in `call'
  213.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/session/abstract/id.rb:195:in `context'
  214.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/session/abstract/id.rb:190:in `call'
  215.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/cookies.rb:326:in `call'
  216.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:29:in `call'
  217.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:392:in `_run_call_callbacks'
  218.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `send'
  219.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/callbacks.rb:81:in `run_callbacks'
  220.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/callbacks.rb:28:in `call'
  221.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/reloader.rb:68:in `call'
  222.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/sendfile.rb:101:in `call'
  223.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
  224.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
  225.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/rack/logger.rb:13:in `call'
  226.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/methodoverride.rb:24:in `call'
  227.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/runtime.rb:17:in `call'
  228.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/activesupport-3.1.0/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
  229.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/lock.rb:15:in `call'
  230.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/actionpack-3.1.0/lib/action_dispatch/middleware/static.rb:53:in `call'
  231.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/airbrake-3.0.4/lib/airbrake/user_informer.rb:12:in `call'
  232.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/engine.rb:455:in `call'
  233.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/rack/content_length.rb:16:in `call'
  234.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/rack/log_tailer.rb:14:in `call'
  235.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/handler/webrick.rb:59:in `service'
  236.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  237.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  238.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  239.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:162:in `start'
  240.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  241.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:95:in `start'
  242.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:92:in `each'
  243.     /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:92:in `start'
  244.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:23:in `start'
  245.    /home/brockpetrie/.rvm/rubies/ree-1.8.7-2011.03/lib/ruby/1.8/webrick/server.rb:82:in `start'
  246.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/handler/webrick.rb:13:in `run'
  247.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/rack-1.3.5/lib/rack/server.rb:265:in `start'
  248.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands/server.rb:70:in `start'
  249.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands.rb:54
  250.     /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands.rb:49:in `tap'
  251.    /home/brockpetrie/.rvm/gems/ree-1.8.7-2011.03@state/gems/railties-3.1.0/lib/rails/commands.rb:49
  252.    script/rails:6:in `require'
  253.    script/rails:6
  254.  
  255.  
  256. Started GET "/_resource/user/followers?%7B%22uri%22%3A%22%2Fu%2Fnovemberborn%22%2C%22limit%22%3A10%2C%22cursor%22%3Anull%7D" for 127.0.0.1 at Tue Dec 06 14:19:38 -0600 2011
  257.  Processing by UserController#followers as HTML
  258.  Parameters: {"uri"=>"/u/novemberborn", "cursor"=>nil, "limit"=>10}
  259. MONGODB odyssey_development['object_uris'].find({:uri=>"/u/novemberborn"})
  260. MONGODB odyssey_development['users'].find({:_id=>BSON::ObjectId('4ed379b4d87b521dd1000002')})
  261. MONGODB odyssey_development['user_user_infos'].find({"_id.o"=>BSON::ObjectId('4ed379b4d87b521dd1000002'), :following_since=>{"$ne"=>nil}}, {:_type=>1, :_id=>1}).sort(following_sincedesc)
  262. MONGODB odyssey_development['users'].find({:_id=>{"$in"=>[]}})
  263. Completed 200 OK in 13ms (Views: 1.8ms)
Add Comment
Please, Sign In to add comment