Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.09 KB | None | 0 0
  1. Processing DashboardController#index (for 127.0.0.1 at 2008-12-20 21:39:59) [GET]
  2. Session ID: fcd189962fa4fda65d1661ab9794d4aa
  3. Parameters: {"action"=>"index", "controller"=>"me/dashboard", "path"=>[]}
  4. User Update (0.001117) UPDATE `users` SET last_seen_at = '2008-12-20 21:39:59' WHERE (id = 4)
  5. User Columns (0.002790) SHOW FIELDS FROM `users`
  6. User Load (0.000390) SELECT * FROM `users` WHERE (`users`.`id` = 4) LIMIT 1
  7. Avatar Columns (0.001756) SHOW FIELDS FROM `avatars`
  8. Rendered pages/_mini_search (0.00122)
  9. Rendered me/_banner (0.02024)
  10. Group Load (0.000511) SELECT groups.* FROM groups WHERE groups.id IN (1,2,3,32,1000,2000,31,1001,1002,3001)
  11. Group Columns (0.002252) SHOW FIELDS FROM `groups`
  12. Committee Columns (0.002258) SHOW FIELDS FROM `groups`
  13. Network Columns (0.003332) SHOW FIELDS FROM `groups`
  14. Rendered avatars/_boxes (0.00066)
  15. Rendered avatars/_entity_boxes (0.00107)
  16. Group Load (0.000549) SELECT `groups`.* FROM `groups` INNER JOIN memberships ON groups.id = memberships.group_id WHERE ((`memberships`.user_id = 4))
  17. Rendered avatars/_boxes (0.00166)
  18. Rendered avatars/_entity_boxes (0.00207)
  19. Rendered avatars/_boxes (0.00065)
  20. Rendered avatars/_entity_boxes (0.00099)
  21. Join Table Columns (0.001852) SHOW FIELDS FROM `contacts`
  22. User Load (0.000454) SELECT * FROM `users` INNER JOIN `contacts` ON `users`.id = `contacts`.contact_id WHERE (`contacts`.user_id = 4 )
  23. Rendered avatars/_boxes (0.00202)
  24. Rendered avatars/_entity_boxes (0.00594)
  25. Rendered me/_sidebar (0.05198)
  26. Page Load (0.005993) SELECT `pages`.* FROM `pages` INNER JOIN `page_terms` ON page_terms.page_id = pages.id WHERE (((pages.flow IS NULL)) AND MATCH(page_terms.access_ids, page_terms.tags) AGAINST('+(0081 0082 0083 0832 81000 82000 0831 81001 81002 83001 0014)' IN BOOLEAN MODE)) ORDER BY pages.updated_at DESC LIMIT 40
  27. Page Columns (0.003146) SHOW FIELDS FROM `pages`
  28. Activity Load (0.006170) SELECT * FROM `activities` WHERE ((subject_type = 'User' AND subject_id = 4) OR
  29. (subject_type = 'User' AND subject_id IN (5,6,7,8,9) AND access != 1) OR
  30. (subject_type = 'Group' AND subject_id IN (1,2,3,32,1000,2000,31,1001,1002,3001))) GROUP BY `key` ORDER BY created_at DESC LIMIT 12
  31. Activity Columns (0.002181) SHOW FIELDS FROM `activities`
  32. Page Load (0.000674) SELECT `pages`.* FROM `pages` INNER JOIN `page_terms` ON page_terms.page_id = pages.id WHERE (((pages.flow = 5)) AND MATCH(page_terms.access_ids, page_terms.tags) AGAINST('+(0001 0081 0082 0083 0832 81000 82000 0831 81001 81002 83001 0014) +(0014)' IN BOOLEAN MODE)) ORDER BY pages.created_at DESC LIMIT 3
  33. Discussion Load (0.000421) SELECT * FROM `discussions` WHERE (`discussions`.commentable_id = 4 AND `discussions`.commentable_type = 'User') LIMIT 1
  34. Discussion Columns (0.002494) SHOW FIELDS FROM `discussions`
  35. Post Columns (0.001928) SHOW FIELDS FROM `posts`
  36. Post Load (0.000449) SELECT * FROM `posts` WHERE (`posts`.`type` = 'StatusPost') AND (`posts`.discussion_id = 3) ORDER BY posts.created_at
  37. StatusPost Columns (0.002145) SHOW FIELDS FROM `posts`
  38. Rendering template within layouts/default
  39. Rendering me/dashboard/index
  40. Rendered messages/_status_form (0.00168)
  41. FriendActivity Columns (0.002133) SHOW FIELDS FROM `activities`
  42. User Load (0.000319) SELECT * FROM `users` WHERE (`users`.`id` = 4)
  43. User Load (0.000208) SELECT * FROM `users` WHERE (`users`.`id` = 3)
  44. User Load (0.000337) SELECT * FROM `users` WHERE (`users`.`login` = 'blue') LIMIT 1
  45. User Load (0.000260) SELECT * FROM `users` WHERE (`users`.`login` = 'gerrard') LIMIT 1
  46.  
  47.  
  48. ActionView::TemplateError (uninitialized constant ActionView::Base::CompiledTemplates::BULLET) on line #5 of app/views/activity/_list.html.erb:
  49. 2: <div class='activities'>
  50. 3: <ul class='plain'>
  51. 4: <% activities.each do |activity| -%>
  52. 5: <li class="small_icon <%=activity.icon%>_16"><%= expand_links(activity.description({:current_user => (current_user if logged_in?)})) %> <%= BULLET + friendly_date(activity.created_at) %></li>
  53. 6: <% end -%>
  54. 7: </ul>
  55. 8: </div>
  56.  
  57. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:275:in `load_missing_constant'
  58. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:467:in `const_missing'
  59. app/views/activity/_list.html.erb:5:in `_run_erb_47app47views47activity47_list46html46erb'
  60. app/views/activity/_list.html.erb:4:in `each'
  61. app/views/activity/_list.html.erb:4:in `_run_erb_47app47views47activity47_list46html46erb'
  62. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
  63. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
  64. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
  65. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
  66. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/partial_template.rb:20:in `render'
  67. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:26:in `benchmark'
  68. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  69. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:26:in `benchmark'
  70. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/partial_template.rb:19:in `render'
  71. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
  72. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/partials.rb:110:in `render_partial'
  73. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:273:in `render_without_haml'
  74. /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:6:in `render'
  75. app/views/me/dashboard/_info_box.html.erb:7:in `_run_erb_47app47views47me47dashboard47_info_box46html46erb'
  76. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
  77. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
  78. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
  79. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
  80. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/partial_template.rb:20:in `render'
  81. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:26:in `benchmark'
  82. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  83. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:26:in `benchmark'
  84. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/partial_template.rb:19:in `render'
  85. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
  86. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/partials.rb:110:in `render_partial'
  87. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:273:in `render_without_haml'
  88. /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:6:in `render'
  89. app/views/me/dashboard/index.html.erb:11:in `_run_erb_47app47views47me47dashboard47index46html46erb'
  90. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:141:in `call'
  91. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:141:in `capture_erb_with_buffer_without_haml'
  92. /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:67:in `capture_erb_with_buffer'
  93. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/helpers/capture_helper.rb:44:in `capture_without_haml'
  94. /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/haml/helpers/action_view_mods.rb:57:in `capture'
  95. app/views/me/dashboard/index.html.erb:10:in `_run_erb_47app47views47me47dashboard47index46html46erb'
  96. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `send'
  97. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:338:in `execute'
  98. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `send'
  99. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template_handlers/compilable.rb:29:in `render'
  100. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:35:in `render'
  101. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/template.rb:22:in `render_template'
  102. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_view/base.rb:245:in `render_file'
  103. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1108:in `render_for_file'
  104. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:841:in `render_with_no_layout'
  105. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/layout.rb:251:in `render_without_benchmark'
  106. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in `render'
  107. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/core_ext/benchmark.rb:8:in `realtime'
  108. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:51:in `render'
  109. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1157:in `default_render'
  110. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1163:in `perform_action_without_filters'
  111. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters'
  112. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
  113. app/controllers/application.rb:152:in `rescue_authentication_errors'
  114. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
  115. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
  116. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
  117. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
  118. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
  119. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:601:in `run_before_filters'
  120. app/controllers/application.rb:180:in `set_language'
  121. vendor/plugins/gibberish/lib/gibberish/localize.rb:34:in `use_language'
  122. app/controllers/application.rb:180:in `set_language'
  123. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `send'
  124. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/callbacks.rb:173:in `evaluate_method'
  125. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:395:in `call'
  126. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:598:in `run_before_filters'
  127. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:578:in `call_filters'
  128. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_without_benchmark'
  129. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  130. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
  131. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  132. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_without_caching'
  133. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'
  134. /Library/Ruby/Gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache'
  135. /Library/Ruby/Gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache'
  136. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'
  137. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `send'
  138. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process_without_filters'
  139. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_without_session_management_support'
  140. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `sass_old_process'
  141. /Library/Ruby/Gems/1.8/gems/haml-2.0.2/lib/sass/plugin/rails.rb:19:in `process'
  142. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process'
  143. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request'
  144. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch'
  145. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize'
  146. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch'
  147. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi'
  148. /Library/Ruby/Gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch'
  149. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'
  150. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'
  151. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'
  152. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
  153. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
  154. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
  155. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  156. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
  157. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
  158. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
  159. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
  160. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
  161. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
  162. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'
  163. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'
  164. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'
  165. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'
  166. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
  167. /Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281
  168. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
  169. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
  170. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
  171. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:502:in `load'
  172. /Library/Ruby/Gems/1.8/gems/rails-2.1.0/lib/commands/servers/mongrel.rb:64
  173. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
  174. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
  175. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
  176. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:354:in `new_constants_in'
  177. /Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:509:in `require'
  178. /Library/Ruby/Gems/1.8/gems/rails-2.1.0/lib/commands/server.rb:39
  179. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `gem_original_require'
  180. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in `require'
  181. script/server:3
Add Comment
Please, Sign In to add comment