Guest User

Untitled

a guest
Mar 14th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. Thursday, Mar 20, 2008 at 6:52 AM
  2. ActionController::DoubleRenderError in Missions/update
  3.  
  4. "Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like \"redirect_to(...) and return\". Finally, note that to cause a before filter to halt execution of the rest of the filter chain, the filter must return false, explicitly, so \"render(...) and return false\"."
  5.  
  6.  
  7. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1053:in `redirect_to'
  8. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1060:in `redirect_to'
  9. [RAILS_ROOT]/app/controllers/missions_controller.rb:466:in `update'
  10. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1168:in `send'
  11. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:1168:in `perform_action_without_filters'
  12. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:697:in `call_filters'
  13. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:725:in `run_before_filters'
  14. [RAILS_ROOT]/app/controllers/application.rb:337:in `catch_errors'
  15. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `send!'
  16. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
  17. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:722:in `run_before_filters'
  18. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:695:in `call_filters'
  19. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:725:in `run_before_filters'
  20. [RAILS_ROOT]/app/controllers/application.rb:331:in `set_timezone'
  21. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `send!'
  22. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:469:in `call'
  23. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:722:in `run_before_filters'
  24. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:695:in `call_filters'
  25. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark'
  26. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  27. /usr/lib64/ruby/1.8/benchmark.rb:293:in `measure'
  28. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  29. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/rescue.rb:199:in `perform_action_without_caching'
  30. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching.rb:678:in `perform_action'
  31. [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
  32. [RAILS_ROOT]/vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'
  33. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/caching.rb:677:in `perform_action'
  34. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'
  35. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'
  36. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
  37. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/session_management.rb:123:in `process'
  38. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/base.rb:388:in `process'
  39. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:171:in `handle_request'
  40. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:115:in `dispatch'
  41. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
  42. [RAILS_ROOT]/vendor/rails/actionpack/lib/action_controller/dispatcher.rb:9:in `dispatch'
  43. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process'
  44. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize'
  45. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process'
  46. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client'
  47. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each'
  48. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client'
  49. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
  50. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize'
  51. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new'
  52. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run'
  53. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize'
  54. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new'
  55. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run'
  56. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run'
  57. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each'
  58. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run'
  59. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run'
  60. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run'
  61. /usr/lib64/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243
  62. /usr/bin/mongrel_rails:16:in `load'
  63. /usr/bin/mongrel_rails:16
Add Comment
Please, Sign In to add comment