Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. Processing ActionController::Base#index (for 127.0.0.1 at 2009-12-31 20:10:10) [GET]
  2.  
  3. NoMethodError (no method 'size' on an instance of MissingSourceFile.):
  4. kernel/delta/kernel.rb:63:in `size (method_missing)'
  5. kernel/common/regexp.rb:242:in `match'
  6. vendor/gems/datanoise-actionwebservice-2.3.2/lib/action_web_service/container/action_controller_container.rb:67:in `require_web_service_api'
  7. vendor/gems/datanoise-actionwebservice-2.3.2/lib/action_web_service/container/action_controller_container.rb:48:in `web_service_api (web_service_api_with_require)'
  8. vendor/gems/datanoise-actionwebservice-2.3.2/lib/action_web_service/container/action_controller_container.rb:85:in `inherited_without_action_controller (inherited_with_api)'
  9. vendor/gems/datanoise-actionwebservice-2.3.2/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:32:in `inherited (inherited_with_action_controller)'
  10. kernel/common/class.rb:74:in `initialize'
  11. kernel/delta/rubinius.rb:26:in `open_class_under'
  12. kernel/delta/rubinius.rb:39:in `open_class'
  13. app/controllers/application_controller.rb:21:in `__script__'
  14. kernel/common/compiled_method.rb:230:in `as_script'
  15. kernel/delta/requirer.rb:251:in `single_load'
  16. kernel/delta/requirer.rb:95:in `unified_load'
  17. kernel/common/kernel.rb:687:in `load_without_new_constant_marking (load)'
  18. app/controllers/todos_controller.rb:1:in `__script__'
  19. kernel/common/compiled_method.rb:230:in `as_script'
  20. kernel/delta/requirer.rb:251:in `single_load'
  21. kernel/delta/requirer.rb:95:in `unified_load'
  22. kernel/common/kernel.rb:687:in `load_without_new_constant_marking (load)'
  23. kernel/bootstrap/array.rb:156:in `each'
  24. lib/thread.rb:106:in `synchronize'
  25. kernel/bootstrap/array.rb:156:in `each'
  26. lib/webrick/httpserver.rb:104:in `service'
  27. lib/webrick/httpserver.rb:82:in `run'
  28. lib/webrick/server.rb:190:in `start_thread {}'
  29. kernel/common/thread.rb:79:in `__run__'
  30.  
  31. Rendered rescues/_trace (1600.9ms)
  32. Rendered rescues/_request_and_response (7.2ms)
  33. Rendering rescues/layout (internal_server_error)
Add Comment
Please, Sign In to add comment