Guest User

Untitled

a guest
Jul 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. Haml::Error in #
  2.  
  3. Showing app/views/event_notes/_list.html.haml where line #34 raised:
  4.  
  5. haml_tag outputs directly to the Haml template.
  6. Disregard its return value and use the - operator,
  7. or use capture_haml to get the value as a String.
  8. Extracted source (around line #34):
  9.  
  10. 31: %tr
  11. 32: %td
  12. 33: = render_note_body note
  13. 34: %td
  14. Trace of template inclusion: app/views/event_notes/_show.html.haml, app/views/events/_notes_show_tab.html.haml, app/views/morbidity_events/show.html.erb
  15.  
  16. RAILS_ROOT: /Users/dave/trisano-ee/webapp
  17.  
  18. Application Trace | Framework Trace | Full Trace
  19. /Users/dave/trisano-ee/webapp/app/views/event_notes/_list.html.haml:34:in `_run_haml_app47views47event_notes47_list46html46haml_locals_list_notes_object'
  20. /Users/dave/trisano-ee/webapp/app/views/event_notes/_list.html.haml:16:in `_run_haml_app47views47event_notes47_list46html46haml_locals_list_notes_object'
  21. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:11:in `render'
  22. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers.rb:96:in `non_haml'
  23. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:11:in `render'
  24. /Users/dave/trisano-ee/webapp/app/views/event_notes/_show.html.haml:24:in `_run_haml_app47views47event_notes47_show46html46haml_locals_notes_object_show'
  25. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:11:in `render'
  26. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers.rb:96:in `non_haml'
  27. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:11:in `render'
  28. /Users/dave/trisano-ee/webapp/app/views/events/_notes_show_tab.html.haml:25:in `_run_haml_app47views47events47_notes_show_tab46html46haml_locals_notes_show_tab_object'
  29. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:13:in `render'
  30. /Users/dave/trisano-ee/webapp/app/views/morbidity_events/show.html.erb:86:in `_run_erb_app47views47morbidity_events47show46html46erb'
  31. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:89:in `capture'
  32. /Users/dave/trisano-ee/webapp/app/helpers/application_helper.rb:201:in `tabbed_content'
  33. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:89:in `capture'
  34. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:99:in `content_tag'
  35. /Users/dave/trisano-ee/webapp/app/helpers/application_helper.rb:200:in `tabbed_content'
  36. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:89:in `capture'
  37. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:99:in `content_tag'
  38. /Users/dave/trisano-ee/webapp/app/helpers/application_helper.rb:190:in `tabbed_content'
  39. /Users/dave/trisano-ee/webapp/app/views/morbidity_events/show.html.erb:37:in `_run_erb_app47views47morbidity_events47show46html46erb'
  40. /Users/dave/trisano-ee/webapp/app/views/morbidity_events/show.html.erb:36:in `_run_erb_app47views47morbidity_events47show46html46erb'
  41. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:13:in `render'
  42. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/haml/helpers/action_view_mods.rb:13:in `render'
  43. /Users/dave/trisano-ee/webapp/app/controllers/morbidity_events_controller.rb:37:in `show'
  44. /Library/Ruby/Gems/1.8/gems/haml-2.2.13/lib/sass/plugin/rails.rb:19:in `process'
  45. Request
  46.  
  47. Parameters:
  48.  
  49. {"tab_index"=>"0",
  50. "id"=>"1"}
  51. Show session dump
  52.  
  53. Response
  54.  
  55. Headers:
  56.  
  57. {"Content-Type"=>"text/html",
  58. "Cache-Control"=>"no-cache"}
Add Comment
Please, Sign In to add comment