Guest User

Untitled

a guest
May 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. should be successful
  2. no block given
  3. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/routing/route.rb:48 :in `find'
  4. /Users/coreyhaines/Documents/projects/worm_contributions/vendor/plugins/resource_controller/lib/resource_controller/helpers/current_objects.rb:17 :in `each'
  5. /Users/coreyhaines/Documents/projects/worm_contributions/vendor/plugins/resource_controller/lib/resource_controller/helpers/current_objects.rb:17 :in `find'
  6. /Users/coreyhaines/Documents/projects/worm_contributions/vendor/plugins/resource_controller/lib/resource_controller/helpers/current_objects.rb:17 :in `collection'
  7. /Users/coreyhaines/Documents/projects/worm_contributions/vendor/plugins/resource_controller/lib/resource_controller/helpers/current_objects.rb:57 :in `load_collection'
  8. /Users/coreyhaines/Documents/projects/worm_contributions/vendor/plugins/resource_controller/lib/resource_controller/actions.rb:5 :in `index'
  9. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:1166 :in `send'
  10. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:1166 :in `perform_action_without_filters'
  11. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:579 :in `call_filters'
  12. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:572 :in `perform_action_without_benchmark'
  13. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:68 :in `perform_action_without_rescue'
  14. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/benchmarking.rb:68 :in `perform_action_without_rescue'
  15. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/rescue.rb:201 :in `perform_action_without_caching'
  16. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:13 :in `perform_action'
  17. /Library/Ruby/Gems/1.8/gems/activerecord-2.1.1/lib/active_record/connection_adapters/abstract/query_cache.rb:33 :in `cache'
  18. /Library/Ruby/Gems/1.8/gems/activerecord-2.1.1/lib/active_record/query_cache.rb:8 :in `cache'
  19. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/caching/sql_cache.rb:12 :in `perform_action'
  20. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:529 :in `send'
  21. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/base.rb:529 :in `process_without_filters'
  22. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/filters.rb:568 :in `process_without_session_management_support'
  23. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/session_management.rb:130 :in `process_without_test'
  24. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/test_process.rb:16 :in `process'
  25. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/test_process.rb:394 :in `process'
  26. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.1/lib/action_controller/test_process.rb:365 :in `get'
  27. /Users/coreyhaines/Documents/projects/worm_contributions/spec/controllers/contributors_controller_spec.rb:30 :in `do_get'
  28. /Users/coreyhaines/Documents/projects/worm_contributions/spec/controllers/contributors_controller_spec.rb:34
  29. 46
  30. 47 method_decl = "def generate_extras(#{args})\npath, hash = generate_raw(options, hash, expire_on)\n[path, extra_keys(options)]\nend"
  31. 48 instance_eval method_decl, "generated code (#{__FILE__}:#{__LINE__})"
  32. 49 raw_method
  33. 50 end
Add Comment
Please, Sign In to add comment