pulitzer 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (606) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +4 -15
  3. data/app/assets/stylesheets/pulitzer.scss +47 -47
  4. data/app/models/pulitzer/content_element.rb +6 -0
  5. data/app/models/pulitzer/content_element_type.rb +1 -0
  6. data/app/models/pulitzer/post.rb +2 -0
  7. data/app/models/pulitzer/post_tag.rb +1 -0
  8. data/app/models/pulitzer/post_type.rb +2 -1
  9. data/app/models/pulitzer/post_type_content_element_type.rb +2 -0
  10. data/app/models/pulitzer/tag.rb +3 -1
  11. data/app/models/pulitzer/version.rb +2 -0
  12. data/lib/pulitzer/engine.rb +5 -0
  13. data/lib/pulitzer/version.rb +1 -1
  14. data/{test → spec}/dummy/README.rdoc +0 -0
  15. data/{test → spec}/dummy/Rakefile +0 -0
  16. data/{test → spec}/dummy/app/assets/javascripts/application.js +0 -0
  17. data/{test → spec}/dummy/app/assets/javascripts/jquery.js +0 -0
  18. data/{test → spec}/dummy/app/assets/stylesheets/application.css +0 -0
  19. data/{test → spec}/dummy/app/controllers/application_controller.rb +0 -0
  20. data/{test → spec}/dummy/app/controllers/pages_controller.rb +0 -0
  21. data/{test → spec}/dummy/app/helpers/application_helper.rb +0 -0
  22. data/{test → spec}/dummy/app/models/ability.rb +0 -0
  23. data/{test → spec}/dummy/app/models/search_location.rb +0 -0
  24. data/{test → spec}/dummy/app/models/user.rb +0 -0
  25. data/{test → spec}/dummy/app/views/layouts/application.html.erb +0 -0
  26. data/{test → spec}/dummy/app/views/pages/about_us.html.erb +0 -0
  27. data/{test → spec}/dummy/app/views/pages/freeform.html.erb +0 -0
  28. data/{test → spec}/dummy/app/views/pages/news_posts.html.erb +0 -0
  29. data/{test → spec}/dummy/app/views/toolbars/_simple_editor.html.erb +0 -0
  30. data/{test → spec}/dummy/bin/bundle +0 -0
  31. data/{test → spec}/dummy/bin/rails +0 -0
  32. data/{test → spec}/dummy/bin/rake +0 -0
  33. data/{test → spec}/dummy/bin/setup +0 -0
  34. data/{test → spec}/dummy/config.ru +0 -0
  35. data/{test → spec}/dummy/config/application.rb +0 -0
  36. data/{test → spec}/dummy/config/boot.rb +0 -0
  37. data/{test → spec}/dummy/config/database.yml +0 -0
  38. data/{test → spec}/dummy/config/environment.rb +0 -0
  39. data/{test → spec}/dummy/config/environments/development.rb +0 -0
  40. data/{test → spec}/dummy/config/environments/production.rb +0 -0
  41. data/{test → spec}/dummy/config/environments/test.rb +0 -0
  42. data/{test → spec}/dummy/config/initializers/assets.rb +0 -0
  43. data/{test → spec}/dummy/config/initializers/backtrace_silencers.rb +0 -0
  44. data/{test → spec}/dummy/config/initializers/cookies_serializer.rb +0 -0
  45. data/{test → spec}/dummy/config/initializers/filter_parameter_logging.rb +0 -0
  46. data/{test → spec}/dummy/config/initializers/inflections.rb +0 -0
  47. data/{test → spec}/dummy/config/initializers/mime_types.rb +0 -0
  48. data/{test → spec}/dummy/config/initializers/session_store.rb +0 -0
  49. data/{test → spec}/dummy/config/initializers/wrap_parameters.rb +0 -0
  50. data/{test → spec}/dummy/config/initializers/zz_pulitzer.rb +0 -0
  51. data/{test → spec}/dummy/config/locales/en.yml +0 -0
  52. data/{test → spec}/dummy/config/routes.rb +0 -0
  53. data/{test → spec}/dummy/config/secrets.yml +0 -0
  54. data/{test → spec}/dummy/db/development.sqlite3 +0 -0
  55. data/{test → spec}/dummy/db/migrate/20150901153531_create_search_locations.rb +0 -0
  56. data/{test → spec}/dummy/db/schema.rb +1 -1
  57. data/spec/dummy/db/test.sqlite3 +0 -0
  58. data/{test → spec}/dummy/log/development.log +3532 -0
  59. data/spec/dummy/log/test.log +38012 -0
  60. data/{test → spec}/dummy/public/404.html +0 -0
  61. data/{test → spec}/dummy/public/422.html +0 -0
  62. data/{test → spec}/dummy/public/500.html +0 -0
  63. data/{test → spec}/dummy/public/favicon.ico +0 -0
  64. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/114/jobs-header_medium.jpg +0 -0
  65. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/114/thumb_jobs-header_medium.jpg +0 -0
  66. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/115/jobs-header_medium.jpg +0 -0
  67. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/115/thumb_jobs-header_medium.jpg +0 -0
  68. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/116/map.jpg +0 -0
  69. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/116/thumb_map.jpg +0 -0
  70. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/117/jobs-header_large.jpg +0 -0
  71. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/117/thumb_jobs-header_large.jpg +0 -0
  72. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/119/map.jpg +0 -0
  73. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/119/thumb_map.jpg +0 -0
  74. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/120/jobs-header_large.jpg +0 -0
  75. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/120/thumb_jobs-header_large.jpg +0 -0
  76. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/121/jobs-header_large.jpg +0 -0
  77. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/121/thumb_jobs-header_large.jpg +0 -0
  78. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/19/pic05.jpeg +0 -0
  79. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/19/thumb_pic05.jpeg +0 -0
  80. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/demo04.jpeg +0 -0
  81. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/demo05.jpeg +0 -0
  82. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/pic04.jpeg +0 -0
  83. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/pic07.jpeg +0 -0
  84. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/thumb_demo04.jpeg +0 -0
  85. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/thumb_demo05.jpeg +0 -0
  86. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/thumb_pic04.jpeg +0 -0
  87. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/2/thumb_pic07.jpeg +0 -0
  88. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/3/pic05.jpeg +0 -0
  89. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/3/thumb_pic05.jpeg +0 -0
  90. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/9/pic09.jpeg +0 -0
  91. data/{test → spec}/dummy/public/uploads/pulitzer/content_element/image/9/thumb_pic09.jpeg +0 -0
  92. data/{test → spec}/dummy/public/uploads/tmp/1445289522-37070-6861/demo04.jpeg +0 -0
  93. data/{test → spec}/dummy/public/uploads/tmp/1445289522-37070-6861/thumb_demo04.jpeg +0 -0
  94. data/{test → spec}/dummy/public/uploads/tmp/1445289535-37070-3371/demo02.jpeg +0 -0
  95. data/{test → spec}/dummy/public/uploads/tmp/1445289553-37070-9848/demo01.jpeg +0 -0
  96. data/{test → spec}/dummy/public/uploads/tmp/1445289588-37219-2642/demo04.jpeg +0 -0
  97. data/{test → spec}/dummy/public/uploads/tmp/1445289588-37219-2642/thumb_demo04.jpeg +0 -0
  98. data/{test → spec}/dummy/public/uploads/tmp/1445289600-37219-3278/demo01.jpeg +0 -0
  99. data/{test → spec}/dummy/public/uploads/tmp/1445289609-37219-5598/demo05.jpeg +0 -0
  100. data/{test → spec}/dummy/public/uploads/tmp/1445289620-37219-8675/demo04.jpeg +0 -0
  101. data/{test → spec}/dummy/public/uploads/tmp/1445289778-37219-5480/demo02.jpeg +0 -0
  102. data/{test → spec}/dummy/public/uploads/tmp/1445292589-39793-6614/demo03.jpeg +0 -0
  103. data/{test → spec}/dummy/public/uploads/tmp/1445292589-39793-6614/thumb_demo03.jpeg +0 -0
  104. data/{test → spec}/dummy/public/uploads/tmp/1445292650-39936-9995/demo04.jpeg +0 -0
  105. data/{test → spec}/dummy/public/uploads/tmp/1445292650-39936-9995/thumb_demo04.jpeg +0 -0
  106. data/{test → spec}/dummy/public/uploads/tmp/1445292809-40187-0675/demo03.jpeg +0 -0
  107. data/{test → spec}/dummy/public/uploads/tmp/1445292809-40187-0675/thumb_demo03.jpeg +0 -0
  108. data/{test → spec}/dummy/public/uploads/tmp/1446038106-48000-9091/demo05.jpeg +0 -0
  109. data/{test → spec}/dummy/public/uploads/tmp/1446038106-48000-9091/thumb_demo05.jpeg +0 -0
  110. data/{test → spec}/dummy/public/uploads/tmp/1446038567-48000-1279/demo05.jpeg +0 -0
  111. data/{test → spec}/dummy/public/uploads/tmp/1446038575-48000-5092/demo04.jpeg +0 -0
  112. data/{test → spec}/dummy/public/uploads/tmp/1446038585-48000-7538/BigGrayBox.jpg +0 -0
  113. data/{test → spec}/dummy/public/uploads/tmp/1446038855-49266-5190/demo05.jpeg +0 -0
  114. data/{test → spec}/dummy/public/uploads/tmp/1446038855-49266-5190/thumb_demo05.jpeg +0 -0
  115. data/{test → spec}/dummy/public/uploads/tmp/1446038862-49266-8717/demo02.jpeg +0 -0
  116. data/{test → spec}/dummy/public/uploads/tmp/1446038896-49574-3289/demo05.jpeg +0 -0
  117. data/{test → spec}/dummy/public/uploads/tmp/1446038896-49574-3289/thumb_demo05.jpeg +0 -0
  118. data/{test → spec}/dummy/public/uploads/tmp/1446038923-49574-5584/demo03.jpeg +0 -0
  119. data/{test → spec}/dummy/public/uploads/tmp/1446038958-49707-0039/demo04.jpeg +0 -0
  120. data/{test → spec}/dummy/public/uploads/tmp/1446038958-49707-0039/thumb_demo04.jpeg +0 -0
  121. data/{test → spec}/dummy/public/uploads/tmp/1446038967-49707-4940/BigGrayBox.jpg +0 -0
  122. data/{test → spec}/dummy/public/uploads/tmp/1446038975-49707-0744/demo03.jpeg +0 -0
  123. data/{test → spec}/dummy/public/uploads/tmp/1446040326-51247-1704/demo03.jpeg +0 -0
  124. data/{test → spec}/dummy/public/uploads/tmp/1446040326-51247-1704/thumb_demo03.jpeg +0 -0
  125. data/{test → spec}/dummy/public/uploads/tmp/1446040331-51247-1216/demo05.jpeg +0 -0
  126. data/{test → spec}/dummy/public/uploads/tmp/1446040883-51247-1939/demo04.jpeg +0 -0
  127. data/{test → spec}/dummy/public/uploads/tmp/1446040970-52033-0109/demo05.jpeg +0 -0
  128. data/{test → spec}/dummy/public/uploads/tmp/1446040970-52033-0109/thumb_demo05.jpeg +0 -0
  129. data/{test → spec}/dummy/public/uploads/tmp/1449444185-13523-9914/jobs-header_large.jpg +0 -0
  130. data/{test → spec}/dummy/public/uploads/tmp/1449444185-13523-9914/thumb_jobs-header_large.jpg +0 -0
  131. data/spec/dummy/public/uploads/tmp/1449683393-18717-3777/sam_and_snow.jpg +0 -0
  132. data/spec/dummy/public/uploads/tmp/1449683393-18717-3777/thumb_sam_and_snow.jpg +0 -0
  133. data/spec/dummy/public/uploads/tmp/1449683407-18779-9068/sam_and_snow.jpg +0 -0
  134. data/spec/dummy/public/uploads/tmp/1449683407-18779-9068/thumb_sam_and_snow.jpg +0 -0
  135. data/spec/dummy/public/uploads/tmp/1449683526-18992-0988/sam_and_snow.jpg +0 -0
  136. data/spec/dummy/public/uploads/tmp/1449683526-18992-0988/thumb_sam_and_snow.jpg +0 -0
  137. data/spec/dummy/public/uploads/tmp/1449683542-19051-2061/sam_and_snow.jpg +0 -0
  138. data/spec/dummy/public/uploads/tmp/1449683542-19051-2061/thumb_sam_and_snow.jpg +0 -0
  139. data/spec/dummy/public/uploads/tmp/1449683596-19162-5242/sam_and_snow.jpg +0 -0
  140. data/spec/dummy/public/uploads/tmp/1449683596-19162-5242/thumb_sam_and_snow.jpg +0 -0
  141. data/spec/dummy/public/uploads/tmp/1449683639-19266-7942/sam_and_snow.jpg +0 -0
  142. data/spec/dummy/public/uploads/tmp/1449683639-19266-7942/thumb_sam_and_snow.jpg +0 -0
  143. data/spec/dummy/public/uploads/tmp/1449683673-19365-4600/sam_and_snow.jpg +0 -0
  144. data/spec/dummy/public/uploads/tmp/1449683673-19365-4600/thumb_sam_and_snow.jpg +0 -0
  145. data/spec/dummy/public/uploads/tmp/1449683762-19557-9651/sam_and_snow.jpg +0 -0
  146. data/spec/dummy/public/uploads/tmp/1449683762-19557-9651/thumb_sam_and_snow.jpg +0 -0
  147. data/spec/dummy/public/uploads/tmp/1449689454-24138-4874/sam_and_snow.jpg +0 -0
  148. data/spec/dummy/public/uploads/tmp/1449689454-24138-4874/thumb_sam_and_snow.jpg +0 -0
  149. data/spec/dummy/public/uploads/tmp/1449689465-24183-6465/sam_and_snow.jpg +0 -0
  150. data/spec/dummy/public/uploads/tmp/1449689465-24183-6465/thumb_sam_and_snow.jpg +0 -0
  151. data/spec/dummy/public/uploads/tmp/1449690763-25341-7900/sam_and_snow.jpg +0 -0
  152. data/spec/dummy/public/uploads/tmp/1449690763-25341-7900/thumb_sam_and_snow.jpg +0 -0
  153. data/spec/dummy/public/uploads/tmp/1449715668-38557-9139/sam_and_snow.jpg +0 -0
  154. data/spec/dummy/public/uploads/tmp/1449715668-38557-9139/thumb_sam_and_snow.jpg +0 -0
  155. data/spec/dummy/public/uploads/tmp/1449715675-38599-8972/sam_and_snow.jpg +0 -0
  156. data/spec/dummy/public/uploads/tmp/1449715675-38599-8972/thumb_sam_and_snow.jpg +0 -0
  157. data/spec/dummy/public/uploads/tmp/1449716613-39469-9005/sam_and_snow.jpg +0 -0
  158. data/spec/dummy/public/uploads/tmp/1449716613-39469-9005/thumb_sam_and_snow.jpg +0 -0
  159. data/spec/dummy/public/uploads/tmp/1449716629-39526-0326/sam_and_snow.jpg +0 -0
  160. data/spec/dummy/public/uploads/tmp/1449716629-39526-0326/thumb_sam_and_snow.jpg +0 -0
  161. data/spec/dummy/public/uploads/tmp/1449716639-39574-0213/sam_and_snow.jpg +0 -0
  162. data/spec/dummy/public/uploads/tmp/1449716639-39574-0213/thumb_sam_and_snow.jpg +0 -0
  163. data/spec/dummy/public/uploads/tmp/1449717666-40740-3462/sam_and_snow.jpg +0 -0
  164. data/spec/dummy/public/uploads/tmp/1449717666-40740-3462/thumb_sam_and_snow.jpg +0 -0
  165. data/spec/dummy/public/uploads/tmp/1449717770-40901-5388/sam_and_snow.jpg +0 -0
  166. data/spec/dummy/public/uploads/tmp/1449717770-40901-5388/thumb_sam_and_snow.jpg +0 -0
  167. data/spec/dummy/public/uploads/tmp/1449717881-41031-9851/sam_and_snow.jpg +0 -0
  168. data/spec/dummy/public/uploads/tmp/1449717881-41031-9851/thumb_sam_and_snow.jpg +0 -0
  169. data/spec/dummy/public/uploads/tmp/1449718356-41518-4676/sam_and_snow.jpg +0 -0
  170. data/spec/dummy/public/uploads/tmp/1449718356-41518-4676/thumb_sam_and_snow.jpg +0 -0
  171. data/spec/dummy/public/uploads/tmp/1449759918-5532-5994/sam_and_snow.jpg +0 -0
  172. data/spec/dummy/public/uploads/tmp/1449759918-5532-5994/thumb_sam_and_snow.jpg +0 -0
  173. data/spec/dummy/public/uploads/tmp/1449759939-5582-9038/sam_and_snow.jpg +0 -0
  174. data/spec/dummy/public/uploads/tmp/1449759939-5582-9038/thumb_sam_and_snow.jpg +0 -0
  175. data/spec/dummy/public/uploads/tmp/1449766245-10809-8930/sam_and_snow.jpg +0 -0
  176. data/spec/dummy/public/uploads/tmp/1449766245-10809-8930/thumb_sam_and_snow.jpg +0 -0
  177. data/spec/dummy/public/uploads/tmp/1449766265-10872-8890/sam_and_snow.jpg +0 -0
  178. data/spec/dummy/public/uploads/tmp/1449766265-10872-8890/thumb_sam_and_snow.jpg +0 -0
  179. data/spec/dummy/public/uploads/tmp/1449767800-12631-3853/sam_and_snow.jpg +0 -0
  180. data/spec/dummy/public/uploads/tmp/1449767800-12631-3853/thumb_sam_and_snow.jpg +0 -0
  181. data/spec/dummy/public/uploads/tmp/1449767808-12681-6623/sam_and_snow.jpg +0 -0
  182. data/spec/dummy/public/uploads/tmp/1449767808-12681-6623/thumb_sam_and_snow.jpg +0 -0
  183. data/spec/dummy/public/uploads/tmp/1449768125-13038-1726/sam_and_snow.jpg +0 -0
  184. data/spec/dummy/public/uploads/tmp/1449768125-13038-1726/thumb_sam_and_snow.jpg +0 -0
  185. data/spec/dummy/public/uploads/tmp/1449768131-13075-7597/sam_and_snow.jpg +0 -0
  186. data/spec/dummy/public/uploads/tmp/1449768131-13075-7597/thumb_sam_and_snow.jpg +0 -0
  187. data/spec/dummy/public/uploads/tmp/1449933516-12337-2737/sam_and_snow.jpg +0 -0
  188. data/spec/dummy/public/uploads/tmp/1449933516-12337-2737/thumb_sam_and_snow.jpg +0 -0
  189. data/spec/dummy/public/uploads/tmp/1449934049-17719-8195/sam_and_snow.jpg +0 -0
  190. data/spec/dummy/public/uploads/tmp/1449934049-17719-8195/thumb_sam_and_snow.jpg +0 -0
  191. data/spec/dummy/public/uploads/tmp/1449934278-17963-2373/sam_and_snow.jpg +0 -0
  192. data/spec/dummy/public/uploads/tmp/1449934278-17963-2373/thumb_sam_and_snow.jpg +0 -0
  193. data/spec/dummy/public/uploads/tmp/1449934454-18195-2378/sam_and_snow.jpg +0 -0
  194. data/spec/dummy/public/uploads/tmp/1449934454-18195-2378/thumb_sam_and_snow.jpg +0 -0
  195. data/spec/dummy/public/uploads/tmp/1449934466-18236-1726/sam_and_snow.jpg +0 -0
  196. data/spec/dummy/public/uploads/tmp/1449934466-18236-1726/thumb_sam_and_snow.jpg +0 -0
  197. data/spec/dummy/public/uploads/tmp/1449934479-18301-4121/sam_and_snow.jpg +0 -0
  198. data/spec/dummy/public/uploads/tmp/1449934479-18301-4121/thumb_sam_and_snow.jpg +0 -0
  199. data/spec/dummy/public/uploads/tmp/1449934695-18378-4659/sam_and_snow.jpg +0 -0
  200. data/spec/dummy/public/uploads/tmp/1449934695-18378-4659/thumb_sam_and_snow.jpg +0 -0
  201. data/spec/dummy/public/uploads/tmp/1449935001-18593-3997/sam_and_snow.jpg +0 -0
  202. data/spec/dummy/public/uploads/tmp/1449935001-18593-3997/thumb_sam_and_snow.jpg +0 -0
  203. data/spec/dummy/public/uploads/tmp/1449935407-19243-4773/sam_and_snow.jpg +0 -0
  204. data/spec/dummy/public/uploads/tmp/1449935407-19243-4773/thumb_sam_and_snow.jpg +0 -0
  205. data/spec/dummy/public/uploads/tmp/1449935436-19324-6747/sam_and_snow.jpg +0 -0
  206. data/spec/dummy/public/uploads/tmp/1449935436-19324-6747/thumb_sam_and_snow.jpg +0 -0
  207. data/spec/dummy/public/uploads/tmp/1449935471-19387-8106/sam_and_snow.jpg +0 -0
  208. data/spec/dummy/public/uploads/tmp/1449935471-19387-8106/thumb_sam_and_snow.jpg +0 -0
  209. data/spec/dummy/public/uploads/tmp/1449935478-19422-2327/sam_and_snow.jpg +0 -0
  210. data/spec/dummy/public/uploads/tmp/1449935478-19422-2327/thumb_sam_and_snow.jpg +0 -0
  211. data/spec/dummy/public/uploads/tmp/1449936893-20033-7272/sam_and_snow.jpg +0 -0
  212. data/spec/dummy/public/uploads/tmp/1449936893-20033-7272/thumb_sam_and_snow.jpg +0 -0
  213. data/spec/dummy/public/uploads/tmp/1449936906-20699-3177/sam_and_snow.jpg +0 -0
  214. data/spec/dummy/public/uploads/tmp/1449936906-20699-3177/thumb_sam_and_snow.jpg +0 -0
  215. data/spec/dummy/public/uploads/tmp/1449936925-20761-7258/sam_and_snow.jpg +0 -0
  216. data/spec/dummy/public/uploads/tmp/1449936925-20761-7258/thumb_sam_and_snow.jpg +0 -0
  217. data/spec/dummy/public/uploads/tmp/1449936939-20807-2055/sam_and_snow.jpg +0 -0
  218. data/spec/dummy/public/uploads/tmp/1449936939-20807-2055/thumb_sam_and_snow.jpg +0 -0
  219. data/spec/dummy/public/uploads/tmp/1449936957-20868-3073/sam_and_snow.jpg +0 -0
  220. data/spec/dummy/public/uploads/tmp/1449936957-20868-3073/thumb_sam_and_snow.jpg +0 -0
  221. data/spec/dummy/public/uploads/tmp/1449936975-20940-5768/sam_and_snow.jpg +0 -0
  222. data/spec/dummy/public/uploads/tmp/1449936975-20940-5768/thumb_sam_and_snow.jpg +0 -0
  223. data/spec/dummy/public/uploads/tmp/1449937018-20993-1297/sam_and_snow.jpg +0 -0
  224. data/spec/dummy/public/uploads/tmp/1449937018-20993-1297/thumb_sam_and_snow.jpg +0 -0
  225. data/spec/dummy/public/uploads/tmp/1449937032-21082-8842/sam_and_snow.jpg +0 -0
  226. data/spec/dummy/public/uploads/tmp/1449937032-21082-8842/thumb_sam_and_snow.jpg +0 -0
  227. data/spec/dummy/public/uploads/tmp/1449937072-21147-7125/sam_and_snow.jpg +0 -0
  228. data/spec/dummy/public/uploads/tmp/1449937072-21147-7125/thumb_sam_and_snow.jpg +0 -0
  229. data/spec/dummy/public/uploads/tmp/1449937081-21196-1839/sam_and_snow.jpg +0 -0
  230. data/spec/dummy/public/uploads/tmp/1449937081-21196-1839/thumb_sam_and_snow.jpg +0 -0
  231. data/spec/dummy/public/uploads/tmp/1449937118-21352-1451/sam_and_snow.jpg +0 -0
  232. data/spec/dummy/public/uploads/tmp/1449937118-21352-1451/thumb_sam_and_snow.jpg +0 -0
  233. data/spec/dummy/public/uploads/tmp/1449937269-21502-4507/sam_and_snow.jpg +0 -0
  234. data/spec/dummy/public/uploads/tmp/1449937269-21502-4507/thumb_sam_and_snow.jpg +0 -0
  235. data/spec/dummy/public/uploads/tmp/1449937274-21568-1973/sam_and_snow.jpg +0 -0
  236. data/spec/dummy/public/uploads/tmp/1449937274-21568-1973/thumb_sam_and_snow.jpg +0 -0
  237. data/spec/dummy/public/uploads/tmp/1449937373-21687-5178/sam_and_snow.jpg +0 -0
  238. data/spec/dummy/public/uploads/tmp/1449937373-21687-5178/thumb_sam_and_snow.jpg +0 -0
  239. data/spec/dummy/public/uploads/tmp/1449937415-21842-9764/sam_and_snow.jpg +0 -0
  240. data/spec/dummy/public/uploads/tmp/1449937415-21842-9764/thumb_sam_and_snow.jpg +0 -0
  241. data/spec/dummy/public/uploads/tmp/1449937452-21935-7519/sam_and_snow.jpg +0 -0
  242. data/spec/dummy/public/uploads/tmp/1449937452-21935-7519/thumb_sam_and_snow.jpg +0 -0
  243. data/spec/dummy/public/uploads/tmp/1449937747-22249-8760/sam_and_snow.jpg +0 -0
  244. data/spec/dummy/public/uploads/tmp/1449937747-22249-8760/thumb_sam_and_snow.jpg +0 -0
  245. data/spec/dummy/public/uploads/tmp/1449937762-22301-4826/sam_and_snow.jpg +0 -0
  246. data/spec/dummy/public/uploads/tmp/1449937762-22301-4826/thumb_sam_and_snow.jpg +0 -0
  247. data/spec/dummy/public/uploads/tmp/1449937793-22373-7796/sam_and_snow.jpg +0 -0
  248. data/spec/dummy/public/uploads/tmp/1449937793-22373-7796/thumb_sam_and_snow.jpg +0 -0
  249. data/spec/dummy/public/uploads/tmp/1449937809-22441-8467/sam_and_snow.jpg +0 -0
  250. data/spec/dummy/public/uploads/tmp/1449937809-22441-8467/thumb_sam_and_snow.jpg +0 -0
  251. data/spec/dummy/public/uploads/tmp/1449937823-22505-9325/sam_and_snow.jpg +0 -0
  252. data/spec/dummy/public/uploads/tmp/1449937823-22505-9325/thumb_sam_and_snow.jpg +0 -0
  253. data/spec/dummy/public/uploads/tmp/1449937842-22575-8048/sam_and_snow.jpg +0 -0
  254. data/spec/dummy/public/uploads/tmp/1449937842-22575-8048/thumb_sam_and_snow.jpg +0 -0
  255. data/spec/dummy/public/uploads/tmp/1449937853-22625-9563/sam_and_snow.jpg +0 -0
  256. data/spec/dummy/public/uploads/tmp/1449937853-22625-9563/thumb_sam_and_snow.jpg +0 -0
  257. data/spec/dummy/public/uploads/tmp/1449939274-24456-8570/sam_and_snow.jpg +0 -0
  258. data/spec/dummy/public/uploads/tmp/1449939274-24456-8570/thumb_sam_and_snow.jpg +0 -0
  259. data/spec/dummy/public/uploads/tmp/1449939283-24527-4034/sam_and_snow.jpg +0 -0
  260. data/spec/dummy/public/uploads/tmp/1449939283-24527-4034/thumb_sam_and_snow.jpg +0 -0
  261. data/spec/dummy/public/uploads/tmp/1449939287-24571-5285/sam_and_snow.jpg +0 -0
  262. data/spec/dummy/public/uploads/tmp/1449939287-24571-5285/thumb_sam_and_snow.jpg +0 -0
  263. data/spec/dummy/public/uploads/tmp/1449940480-26587-4597/sam_and_snow.jpg +0 -0
  264. data/spec/dummy/public/uploads/tmp/1449940480-26587-4597/thumb_sam_and_snow.jpg +0 -0
  265. data/spec/dummy/public/uploads/tmp/1449940488-26628-7942/sam_and_snow.jpg +0 -0
  266. data/spec/dummy/public/uploads/tmp/1449940488-26628-7942/thumb_sam_and_snow.jpg +0 -0
  267. data/spec/dummy/public/uploads/tmp/1449940497-26668-0252/sam_and_snow.jpg +0 -0
  268. data/spec/dummy/public/uploads/tmp/1449940497-26668-0252/thumb_sam_and_snow.jpg +0 -0
  269. data/spec/dummy/public/uploads/tmp/1449940549-26844-9938/sam_and_snow.jpg +0 -0
  270. data/spec/dummy/public/uploads/tmp/1449940549-26844-9938/thumb_sam_and_snow.jpg +0 -0
  271. data/spec/dummy/public/uploads/tmp/1449940563-26890-1938/sam_and_snow.jpg +0 -0
  272. data/spec/dummy/public/uploads/tmp/1449940563-26890-1938/thumb_sam_and_snow.jpg +0 -0
  273. data/spec/dummy/public/uploads/tmp/1449940604-26959-0123/sam_and_snow.jpg +0 -0
  274. data/spec/dummy/public/uploads/tmp/1449940604-26959-0123/thumb_sam_and_snow.jpg +0 -0
  275. data/spec/dummy/public/uploads/tmp/1449940627-27066-2921/sam_and_snow.jpg +0 -0
  276. data/spec/dummy/public/uploads/tmp/1449940627-27066-2921/thumb_sam_and_snow.jpg +0 -0
  277. data/spec/dummy/public/uploads/tmp/1449940652-27202-6747/sam_and_snow.jpg +0 -0
  278. data/spec/dummy/public/uploads/tmp/1449940652-27202-6747/thumb_sam_and_snow.jpg +0 -0
  279. data/spec/dummy/public/uploads/tmp/1449940663-27264-3866/sam_and_snow.jpg +0 -0
  280. data/spec/dummy/public/uploads/tmp/1449940663-27264-3866/thumb_sam_and_snow.jpg +0 -0
  281. data/spec/dummy/public/uploads/tmp/1449940688-27345-7592/sam_and_snow.jpg +0 -0
  282. data/spec/dummy/public/uploads/tmp/1449940688-27345-7592/thumb_sam_and_snow.jpg +0 -0
  283. data/spec/dummy/public/uploads/tmp/1449940706-27472-1179/sam_and_snow.jpg +0 -0
  284. data/spec/dummy/public/uploads/tmp/1449940706-27472-1179/thumb_sam_and_snow.jpg +0 -0
  285. data/spec/dummy/public/uploads/tmp/1449940744-27576-4084/sam_and_snow.jpg +0 -0
  286. data/spec/dummy/public/uploads/tmp/1449940744-27576-4084/thumb_sam_and_snow.jpg +0 -0
  287. data/spec/dummy/public/uploads/tmp/1449940767-27654-5747/sam_and_snow.jpg +0 -0
  288. data/spec/dummy/public/uploads/tmp/1449940767-27654-5747/thumb_sam_and_snow.jpg +0 -0
  289. data/spec/dummy/public/uploads/tmp/1449940780-27714-0419/sam_and_snow.jpg +0 -0
  290. data/spec/dummy/public/uploads/tmp/1449940780-27714-0419/thumb_sam_and_snow.jpg +0 -0
  291. data/spec/dummy/public/uploads/tmp/1450037225-9112-2126/sam_and_snow.jpg +0 -0
  292. data/spec/dummy/public/uploads/tmp/1450037225-9112-2126/thumb_sam_and_snow.jpg +0 -0
  293. data/spec/dummy/public/uploads/tmp/1450038754-11752-8637/sam_and_snow.jpg +0 -0
  294. data/spec/dummy/public/uploads/tmp/1450038754-11752-8637/thumb_sam_and_snow.jpg +0 -0
  295. data/spec/dummy/public/uploads/tmp/1450208183-7980-4579/sam_and_snow.jpg +0 -0
  296. data/spec/dummy/public/uploads/tmp/1450208183-7980-4579/thumb_sam_and_snow.jpg +0 -0
  297. data/spec/dummy/public/uploads/tmp/1450215802-7690-1691/sam_and_snow.jpg +0 -0
  298. data/spec/dummy/public/uploads/tmp/1450215802-7690-1691/thumb_sam_and_snow.jpg +0 -0
  299. data/spec/dummy/public/uploads/tmp/1450219836-13802-3954/sam_and_snow.jpg +0 -0
  300. data/spec/dummy/public/uploads/tmp/1450219836-13802-3954/thumb_sam_and_snow.jpg +0 -0
  301. data/spec/dummy/public/uploads/tmp/1450219843-13845-6137/sam_and_snow.jpg +0 -0
  302. data/spec/dummy/public/uploads/tmp/1450219843-13845-6137/thumb_sam_and_snow.jpg +0 -0
  303. data/spec/dummy/public/uploads/tmp/1450219849-13883-6807/sam_and_snow.jpg +0 -0
  304. data/spec/dummy/public/uploads/tmp/1450219849-13883-6807/thumb_sam_and_snow.jpg +0 -0
  305. data/spec/dummy/public/uploads/tmp/1450357126-4219-5775/sam_and_snow.jpg +0 -0
  306. data/spec/dummy/public/uploads/tmp/1450357126-4219-5775/thumb_sam_and_snow.jpg +0 -0
  307. data/spec/dummy/public/uploads/tmp/1450357273-4395-9581/sam_and_snow.jpg +0 -0
  308. data/spec/dummy/public/uploads/tmp/1450357273-4395-9581/thumb_sam_and_snow.jpg +0 -0
  309. data/spec/dummy/public/uploads/tmp/1450357360-4513-2161/sam_and_snow.jpg +0 -0
  310. data/spec/dummy/public/uploads/tmp/1450357360-4513-2161/thumb_sam_and_snow.jpg +0 -0
  311. data/spec/dummy/public/uploads/tmp/1450357534-4691-6253/sam_and_snow.jpg +0 -0
  312. data/spec/dummy/public/uploads/tmp/1450357534-4691-6253/thumb_sam_and_snow.jpg +0 -0
  313. data/spec/dummy/public/uploads/tmp/1450357574-4758-5720/sam_and_snow.jpg +0 -0
  314. data/spec/dummy/public/uploads/tmp/1450357574-4758-5720/thumb_sam_and_snow.jpg +0 -0
  315. data/spec/dummy/public/uploads/tmp/1450357685-4817-2045/sam_and_snow.jpg +0 -0
  316. data/spec/dummy/public/uploads/tmp/1450357685-4817-2045/thumb_sam_and_snow.jpg +0 -0
  317. data/spec/dummy/public/uploads/tmp/1450357707-4935-6808/sam_and_snow.jpg +0 -0
  318. data/spec/dummy/public/uploads/tmp/1450357707-4935-6808/thumb_sam_and_snow.jpg +0 -0
  319. data/spec/dummy/public/uploads/tmp/1450357736-4998-0093/sam_and_snow.jpg +0 -0
  320. data/spec/dummy/public/uploads/tmp/1450357736-4998-0093/thumb_sam_and_snow.jpg +0 -0
  321. data/spec/dummy/public/uploads/tmp/1450359405-6208-7040/sam_and_snow.jpg +0 -0
  322. data/spec/dummy/public/uploads/tmp/1450359405-6208-7040/thumb_sam_and_snow.jpg +0 -0
  323. data/spec/dummy/public/uploads/tmp/1450359459-6359-3928/sam_and_snow.jpg +0 -0
  324. data/spec/dummy/public/uploads/tmp/1450359459-6359-3928/thumb_sam_and_snow.jpg +0 -0
  325. data/spec/dummy/public/uploads/tmp/1450359572-6600-8891/sam_and_snow.jpg +0 -0
  326. data/spec/dummy/public/uploads/tmp/1450359572-6600-8891/thumb_sam_and_snow.jpg +0 -0
  327. data/spec/dummy/public/uploads/tmp/1450359619-6679-2120/sam_and_snow.jpg +0 -0
  328. data/spec/dummy/public/uploads/tmp/1450359619-6679-2120/thumb_sam_and_snow.jpg +0 -0
  329. data/spec/dummy/public/uploads/tmp/1450359628-6720-2981/sam_and_snow.jpg +0 -0
  330. data/spec/dummy/public/uploads/tmp/1450359628-6720-2981/thumb_sam_and_snow.jpg +0 -0
  331. data/spec/dummy/public/uploads/tmp/1450359701-6822-9690/sam_and_snow.jpg +0 -0
  332. data/spec/dummy/public/uploads/tmp/1450359701-6822-9690/thumb_sam_and_snow.jpg +0 -0
  333. data/{test → spec}/dummy/tmp/cache/assets/development/sass/be077259a59c14e0a5302a785899c0b92a0ab91a/pulitzer.scssc +0 -0
  334. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/00390e331c504a645ed471146775b82c +0 -0
  335. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/00e7f201f9ab0bc0fe4d8f2d2f75f7ea +0 -0
  336. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/0326eb1e9ccbc9aeee372cab888a46a5 +0 -0
  337. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/04b2de3cb6e054308fdf73c1088cc91e +0 -0
  338. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/06862801abb8c401568d01a7b3970906 +0 -0
  339. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/0a3011a6efa34ebf791cc4f0f2ed7ccd +0 -0
  340. data/spec/dummy/tmp/cache/assets/development/sprockets/10f24a14edbcb16b4b1f62db4bb1bb22 +0 -0
  341. data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  342. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/16350d0e2f0ffb7c3b31e13f258e3156 +0 -0
  343. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/184aa42aaf70a897286717ad9402c2b6 +0 -0
  344. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1de67daefaf975a6b2171d45d3374e94 +0 -0
  345. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/26735dd86b0a193fbdcee4bd774f650f +0 -0
  346. data/spec/dummy/tmp/cache/assets/development/sprockets/29df0b5e0f988cd62c58df6d25a8b43f +0 -0
  347. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  348. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/31ff1ba65cc1e950a5b8c7749673409a +0 -0
  349. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  350. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/35abf4d57a1db03bc7222f13bb471ed6 +0 -0
  351. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/36acc39c7a2c4bb614a49bdb017253bd +0 -0
  352. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/382defb2fcf8b20f871044ff80437d73 +0 -0
  353. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3b7b7eee503242b1d315d26c7b5cddee +0 -0
  354. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3ce1e1a5eb54e0407ec24c2fb20fb0f4 +0 -0
  355. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3d7cea3aafdb779f3c95b4622ee7fe69 +0 -0
  356. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3e318caa55ce45753f1712994148048d +0 -0
  357. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/40013c34eeb3e9e5cabc0f90d3075180 +0 -0
  358. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/40c260b42dc0f74fc83cc63a907831d8 +0 -0
  359. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/441051494a96f6dc5a93d5f1de2509a8 +0 -0
  360. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4a826dde091baea6b253fae5a6e139e1 +0 -0
  361. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/50cc36bc6f0628462ec2bfa9cc698d65 +0 -0
  362. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/51ff4acb279c99a5014dbe5d47d265a8 +0 -0
  363. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/56fa7ccdb80a56b9725146fa56583289 +0 -0
  364. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5e30a6b911437f1428dc32c3ae182123 +0 -0
  365. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/601e3c26fcff55e598da1439874b725f +0 -0
  366. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/64fbc647d56d1e09e60aee44b5cb63ea +0 -0
  367. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/679a47d7a6c656d92d7a6d8b52b2088c +0 -0
  368. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/6874b7cce999f4e5a651c0057aa61887 +0 -0
  369. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/700b3bc0188bbe9749b9c4c460358c71 +0 -0
  370. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/704c268418dfa8b45b61bfa605613491 +0 -0
  371. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/716a56329ace76625a8413db5ce5b9bd +0 -0
  372. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/718a9a6aacc1a6018ca3028683928db6 +0 -0
  373. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7585edc897414e67b88610cf056328ad +0 -0
  374. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/76b53b3f97ea4d1714968da8230230a8 +0 -0
  375. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/796852b60f3ddaf14bdffd69bdbef183 +0 -0
  376. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7a1255ba390d0381ea3c198e1c39886d +0 -0
  377. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7b287d7c33e17041f8f5577f59cc9259 +0 -0
  378. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7e421fe55500d14fa74f3bbc39bbda91 +0 -0
  379. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7fe72ac1c0db1a7e8e7f59cf25e8a39e +0 -0
  380. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/82b37ae9eccec44c1ef44cfdd07d8534 +0 -0
  381. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/832a1e5e324a689cbe7b649c5b62a2a4 +0 -0
  382. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/85afbe895b1cf28ee52393c4dffde841 +0 -0
  383. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8ad2677bfa97184ea04003bbc872d39f +0 -0
  384. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/92c1deae731b3b6ae8d6db0a5634ea0c +0 -0
  385. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/932a182c785f0adcd053fb3e451cecc3 +0 -0
  386. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/94c7ec6491f0f98ab102d34dda6b2923 +0 -0
  387. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9620f5718a31bec3691ccb5351f96255 +0 -0
  388. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/98c732936a71b1e54ff74ac7643c87e2 +0 -0
  389. data/spec/dummy/tmp/cache/assets/development/sprockets/aaf17bf99bef909a2be99dcc9a61dc5d +0 -0
  390. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ac2cc187578b49d22d5abf2234f78969 +0 -0
  391. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ae53ef709d6f5d0222ec079134304c87 +0 -0
  392. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b3ce8d8c1fc9468649d15e6bf07a0385 +0 -0
  393. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b882ddda9d7c17bfba9f29c2cf5a0517 +0 -0
  394. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b8d8e85ce726705139f89a65974d806a +0 -0
  395. data/spec/dummy/tmp/cache/assets/development/sprockets/bba83ffa0a7377aab2b3bf68d4c789ab +0 -0
  396. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/bdfefd01f93a657b1580ac7d8eacb8cb +0 -0
  397. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c8b24386e87b2126c772fa608eadd741 +0 -0
  398. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c96181a2cb6ed1e5bed0c307492314dd +0 -0
  399. data/spec/dummy/tmp/cache/assets/development/sprockets/c9ddfe73aeae5895676e53df6d8568ca +0 -0
  400. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c9fb0a1fca85341be25487d4f49c2919 +0 -0
  401. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ce6cb08be5c4f623c6622b02769a4b1f +0 -0
  402. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cf69498eaa29a42d5020469d6ca1ae64 +0 -0
  403. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  404. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d002393bedbdea5f4f96dad935522f40 +0 -0
  405. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d02f32ace0fa5e179ec0778928d291be +0 -0
  406. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d11d60625594437083634d05404b32ca +0 -0
  407. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  408. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d992a7e563789c6fc0b51e4aaa59ce58 +0 -0
  409. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/dae327287b68def8af3651b2aff8dab3 +0 -0
  410. data/spec/dummy/tmp/cache/assets/development/sprockets/dd2e052448c353962386b4fae2907d31 +0 -0
  411. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e40be4ab74cbcad1d3dcd938509cff48 +0 -0
  412. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e820891ae5f960b3ff5216476234fbe2 +0 -0
  413. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ebd153272ed4de04894df2a67d4a2da8 +0 -0
  414. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ed165bd64c780496f749fae6f42339c3 +0 -0
  415. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ed4d76e8677e7066402eced012725b97 +0 -0
  416. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/edc4b5365c10eb8e16c489c4bb35be85 +0 -0
  417. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  418. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f7de0462cdff7cff59c707535d6ae311 +0 -0
  419. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f879ec0b3cc3e06f45d6a66a3c60d0ab +0 -0
  420. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f95bf70abfc6b1e181ab2da2ccd98c36 +0 -0
  421. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/faabf10b13829dbba4645019dcc50e3f +0 -0
  422. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fe22c42cc33c405b1fdc1105e0972a77 +0 -0
  423. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/-1fo9N8XbLLlUbvzc7R8yLTsiL0WU-OtnOS7Ofc9hr4.cache +0 -0
  424. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/0Gzu1YRs97A5BBP1DYVr47Sj06Dst2V7ggYgq1iq6Vc.cache +0 -0
  425. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/0ibf-UkPl4xGKiTifB2XrHp3gNZC_VFI5UCuMiRQVpE.cache +0 -0
  426. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/0kTvgqZVXQDqcLcSz1ceVweJOBqg8N8P0TqYt7HebB4.cache +0 -0
  427. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/1Vo-bqUysJGwd2N0B64vOhGwcSpH-V45PTUE49D7wVM.cache +0 -0
  428. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/1fGBmUbdEqzR5hDI86cHfrLq-BVeEI4kn1TIGn_mtio.cache +0 -0
  429. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/1sujMB3Sd6CL77bg43SDoMwgpni0KdP9RBXPj6dR4-E.cache +0 -0
  430. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/2W5Sslfhe6PQLjHt2eY5TyXe1K1P8lENGZN8d-PVPg0.cache +0 -0
  431. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/2YFTpXwjcNrdK3wXkzkH_VCVeWrjku5dmH12nXGZ7co.cache +0 -0
  432. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/2urisvQqBHO3NzhxIxRbxSNcSPB3lEZ47zVKo3fK7B4.cache +0 -0
  433. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/30Z1j2F0iVBEWDN4E7l5kqu2uPcJliGltZo3vUXBHME.cache +0 -0
  434. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/3Ji-f7sTWHfk_PJowCKvxp-95KWpiFt7MVswcZXUWyc.cache +0 -0
  435. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/4UkdqZPP-gDz10NMq8sPnyhqy8J8neO1pyhKyY9-4mA.cache +0 -0
  436. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/4juk1XTbbSOUuIAljljH-7epn2RIV2BfMXLKzqiW2tg.cache +0 -0
  437. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/50tr9tetqzJXw2kUd5Q0c2nh6VRbVFxca4csPynxMec.cache +0 -0
  438. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/5KY6rv-VOSxeBnBnwZJpd_GLHuxa6mK8TEOHGxNYR9c.cache +0 -0
  439. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/5sRgzhw0oYOX0_QOLMqcxPQO85l7C25gq4BPqeK-Ugc.cache +0 -0
  440. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/8KRVxaSF0yzFEkc7dHnD9vtxiMyHCbDliYCVFEYCl5M.cache +0 -0
  441. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/8OEqMZmzSCI6viW40jnhVMmGofsd5Ec7gqsJ8f_RHLk.cache +0 -0
  442. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/8PA1_4LayADgQQOZaNuZAy7pT2ka9ywTDwqN_gvLNBw.cache +0 -0
  443. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/AZe5RQOC2dtgajj5kT0KvLHCY0k5bA7Ioh5enFNWkz0.cache +0 -0
  444. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/BK20YQpR1wWSeuavMqx9Bhjbe3ppb7T9XsIHB85cLIs.cache +0 -0
  445. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/BiAJ92JCSziDfcMvcIIhtZvgDjAxdcAZH1XP3cidbmI.cache +0 -0
  446. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/BlpW1ZYwJs82WoFXYr9DqUU4RrIYQctZERth8dsYPX8.cache +0 -0
  447. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Cda73N0dR8leTBNt3hsfF1ZHLD7FpaiEaCCecTd-BB0.cache +0 -0
  448. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Cnw4_59SNNHQU5j9Zc6xIDunTilC_nRxp9bOE96i2Mc.cache +0 -0
  449. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/DDHKX9_0aWCjLxxcO1bgvlFagC_4MyEA-XyBh6WKyYk.cache +0 -0
  450. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/DO2W1QDqSFNm_pgef0CIKQIWpJx5eIFNAGHA75mt0mo.cache +0 -0
  451. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/DQDer-EH1kAJw6So583gghgvTskby1nPIyDBzwBf_xw.cache +0 -0
  452. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/DYT1owRdCnC2IcltjH3MQlbhbGYNb373gyWWeUIgU7U.cache +0 -0
  453. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Dlr3A2gK7uLlRnnaSgUga5W_OOjsazt6FKwVJoDyp0M.cache +0 -0
  454. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/EbTByVgi6r5aZsUS3pGJBsA6mKwNQvQf6NTPTBc64z4.cache +0 -0
  455. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/EogC3YTFddFI2IarKu435aDRTHkf4m7D9Vd9b45m4hI.cache +0 -0
  456. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/F-AQoq7hlyBi89Q7x9r0x-G6CRRfF9IXhFSVPAh2-gM.cache +0 -0
  457. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/FSTENPVBVCzhs7IFHohZPI4J5QYeGDzuOxx5ADkKlwA.cache +0 -0
  458. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/FbR0TEb58-pOgDegi98D-hvOI0kN2pHaKfBaAmxIhPM.cache +0 -0
  459. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/GZeAyKkFslzoIoU3Z6GcRYqNlwipB7zxtJn1YAUeq9w.cache +0 -0
  460. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/GxdcblcIDz2Mdj9VmW9i5-IMPSdGb0nYwK5AcZR0y3g.cache +0 -0
  461. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/H5ULDNVpk4ZnTtJzQLjQpc9U3eEXsoNZRqnNdpUplzs.cache +0 -0
  462. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/HAVJ_JbpJAHpyg4xsqWgAHJ6PI5vlUnSSCQoL43LJsM.cache +0 -0
  463. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/HJH02bDSjuWCYiHDoml-GAvh6c2ErhVtORVqCj5IGUo.cache +0 -0
  464. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/I-JBcZ6vrVFPFMmgH2TNlxOuMbPslMyT-1er4JY8vqk.cache +0 -0
  465. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Ipiukh7_LUVzZijf5zdLmULYglwBtHTcl63Lz4o1eAw.cache +0 -0
  466. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/JR__L_6D6T9_NaZ0fHkKDU_lumstBGbNSWRyCxYEBvA.cache +0 -0
  467. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/KC3Nh2AC9fYTRqVc5w-Kxib_Anqz020CUvAvJxFN6TA.cache +0 -0
  468. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/KhJh4yFODkmiDQ8ikOFVz54vBEj10ML6ZUcFVuXdqGM.cache +0 -0
  469. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/LHrIRn5eALezHZ2F-ATww5A3e4tjTfCRAZ02s5GHrhg.cache +0 -0
  470. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/LS3BI1xYOYX5DsJgBarIzSmxBBOLBJA8nTJytjs4Bt4.cache +0 -0
  471. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Ml_tOg-tIk38InQGVEXV3NE4UtK2nf-pLwp5ZWffY7E.cache +0 -0
  472. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/NEI-81YZZCaPLyWdMyA0P8aJDPDdmQFxkOevL8T5l2o.cache +0 -0
  473. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/NMmLlK0qXzqXlPxlsNJDBBVQu2N-E6TIHSb-QjNUKRQ.cache +0 -0
  474. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/OVdQjKwlPZgahEeeqs5Up8Kg3hHmgYd5e9DQanvcG_A.cache +0 -0
  475. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/OxRstU2ZU3gd7_kkbO6Yw76ZcmhPCSEENvCNe9kI0lo.cache +0 -0
  476. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Q8KfPYlkzh_33rR6G3D0QDQC1_2yiHyTjPgP0ZdT2n8.cache +0 -0
  477. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/QWQUDWGmIPqP8r736vxc3N8dUxGY_N10mveMic28N9E.cache +0 -0
  478. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/RwS0brmdFuiD7JlHaBlAmLguK5C9wPNhspfCqED-ODg.cache +0 -0
  479. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Rx-FUJd7xhRmJD0gVjcfvFPmdp-d6NGSXe5vbl1fxso.cache +0 -0
  480. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/SNi3FEcP1eOL4u_QUpwk9DfdTEu9v2Ien0fAaYd_vSg.cache +0 -0
  481. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/SQSjj89g4E1EVyEVHl49Wt96Ssl7hl7mPiEEMnVhpP0.cache +0 -0
  482. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/SRv2GdidJf5Q19apG2r9mruf6uMF5Tlwx_ku91KKHuQ.cache +0 -0
  483. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/T067MZuwvPdcRpTaKcIZlC70KVMBGA2gtwrazDQas4o.cache +0 -0
  484. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/UCjA44y5dG4JZwxMIjSRbjlDZuPDYhorgo0auGl5kXI.cache +0 -0
  485. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/UHRSIOuU7LaXXnmTTmGzdjyJ5PlMhhJ_B6VC0Wb0c0Q.cache +0 -0
  486. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/UWPHNj__k9n-DJRarfHPyRBXyR6LQe-XYGzL8iOUmi4.cache +0 -0
  487. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/VKfabXkyAoU-wERvY4O_h-izGX0T0lgQdeZ_s0_2PxY.cache +0 -0
  488. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Vx_DafyWj57rq8rT4zhYFccr3Ve5r8u4Huy5AW90K8Y.cache +0 -0
  489. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/W8g4bkdEqVScA21_wKYk5B5DA5E6G4-Ya8v_ldWoftg.cache +0 -0
  490. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/WL51JhaJ4Jizkc9O-V--xQfWhhRAZr83F3gLo3tDoMU.cache +0 -0
  491. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/WlqKjBufr0Nv6AlqA_tyg8hVFVDaVphLc2faSVv262Y.cache +0 -0
  492. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Wta4auunBuhOAmlHhlQZR-iXxqWwQS6Pq-t3jEOB-Bg.cache +0 -0
  493. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/XEw5PYnQsbVObcZYUGHFHLO0D8aRKvKVZmTRqgJhQSI.cache +0 -0
  494. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/XjnbsTMcI06xhDn65KCddwejZQ8zCNv9jHl2m6QSJoY.cache +0 -0
  495. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/XpEmTE8yHWEeMq8026xBqtD3fxvwGv6KOxxOmgZFRYA.cache +0 -0
  496. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Xr9lBNUmoaBn0lslZca8Lt6Ag36452glSNo4kwrJVp0.cache +0 -0
  497. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Y5ZjNSlgj9I1DmdLXU_tNEjw3-TSeXhZ74DD3KLDMME.cache +0 -0
  498. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/Z6lzXD5bEXsKkaW1_Eu9fr1ER60-2ywh54Q9tdKu4uE.cache +0 -0
  499. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/ZjBqeG0gIw6FGMJNf3SfetLANwnN9uYtSvhD6LpH7N0.cache +0 -0
  500. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/_CAg40bpMCgsKTM5A8pzeXnosAY1LGP96Lwmij-Nlw0.cache +0 -0
  501. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/_M24veeVeMdFJsPUXTKzVGjKPqrIcgu8zifehnz7j20.cache +0 -0
  502. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/a8P2tEPKbfIuBA8T5mKmknnKPHiDEDgbLUQttduNwfY.cache +0 -0
  503. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/alW21eLv2gKd-w5hmlASs7f9WfONgWvs5PfAw1B7sH0.cache +0 -0
  504. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/asBzXlncXQa5eweHkf-3IAp7hJYpZ-8x-ReXZs7W0lw.cache +0 -0
  505. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/bqwLSgkI9abgtyzyrX6s1R-MoJNpGjpcdje1ezIAUy0.cache +0 -0
  506. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/cB6j8kpJcU-bDr72aVc5WlJdMsldzsE3g00vw_5PelE.cache +0 -0
  507. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/cEGVrxwQjrraQe9Z787VBycmoQ76aw-ROJy5Zmza2IY.cache +0 -0
  508. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/cuBJtq_r1gGxQWN37AAlXWgq3w1oGJFuJLf_GcZpxUE.cache +0 -0
  509. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/dD4BQwJaHB5XCofm0Sd-bZtJxbc0eXw-TKeY2U0tZMc.cache +0 -0
  510. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/dV6KuA3ARmSqwx9dE5F764VvBudivsF9HMropKBc9z0.cache +0 -0
  511. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/ddPlGTUdPSDhNl5xlQYoepiyQlKYVFQUYMJADkVMOXM.cache +0 -0
  512. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/eUtgMWwb5Pov6E9WqX3XO2foj0pIkysYW5Vdg6rSp1o.cache +0 -0
  513. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/e_EEYF5XCf1jHmIb949sCXRC9A14Z-0THBmatorIjE4.cache +0 -0
  514. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/fT8pmtZ1iqkYE6Up8pDOl0i62GG4Cn5BA_3uren0cJI.cache +0 -0
  515. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/fYi0MalhM3Qtcv8EXvkjusLkxHcFOYnlU92EAjV9GjI.cache +0 -0
  516. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/fr3N59SrA8gsgPI5IoGpnodc83asuefQPrVZxarTovc.cache +0 -0
  517. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/hqw8dMa2RMS767NDTen4cVlay6qupB0M1QQBMYPXfFo.cache +0 -0
  518. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/iL2SXrmo9nZM1T4ZqXvYBsCAxr8PR-tl_MUKrnSmCC8.cache +0 -0
  519. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/iVMvUoOIr-rpQIOi2vQ_imIcGfQjSN2nvDjB9ITxV28.cache +0 -0
  520. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/ip0jBalX6VY98GKAj1SR5A3OUYX3B6UyuocptM_2AZU.cache +0 -0
  521. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/lAUuQyjYCarJWZsICsU3_u1iL8lUf3sXPtKXAgoLwGU.cache +0 -0
  522. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/mTNRryKOMQexZ15ZveuGT8MlHruEANfCLk0Ms3otpWA.cache +0 -0
  523. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/mYrgl82ePZoz-ThbwviBY4ncPgpf5VRn-aajBOTuy8Y.cache +0 -0
  524. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/md8-JuDTeWSv2xaXjtV1RpQYhDHuFZK15e1A0sj40bk.cache +0 -0
  525. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/o8uB7gJySpYz-GxzHz2KFg0MIpH8TQVBV8O2ewKrxwE.cache +0 -0
  526. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/oYx1sPsBsWOTh-AE6OLVHyQqN2cB7w3QgikpLdduxas.cache +0 -0
  527. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/okij1OKYgHTZ4JhnRV6P-grkok5kLE6Th5vKaOjsxoE.cache +0 -0
  528. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/pfAQFXDdKxDmfBhz4dnBB3zIQwnPFS0az4IL3EsOuro.cache +0 -0
  529. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/pxxPisoINNt4RM-5Sg2zrElDkfQIb4Ukz-RGWvcneTQ.cache +0 -0
  530. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/q0eDWHzn6VTf0r4r2tt7Z9UsvExRZ_L-O8P0GqU_tm4.cache +0 -0
  531. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/q3uoRaJcDzXyHzjSahOoH0HFshnt4NkL7xNIygKzHTc.cache +0 -0
  532. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/qSnMJZyvBSH2GLfPbioMTwA-Okc7SGPTwoRat1ZmF3Q.cache +0 -0
  533. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/qTvLMzlBgQ0F7VGkeElwahB-rTLPkfwHWGzjWSLnzn4.cache +0 -0
  534. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/rMAzCBZu6sqOc6WOZgG0g48KVjVm0Y62FvumIbz2v6E.cache +0 -0
  535. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/rd1VKgcCsyEenDUk87j5YhzBDK1ysHCYWOte9x79Ax4.cache +0 -0
  536. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/sLihpEfW64V5VUSjyBUqxqF3Ai-uPJ-EEApMtYH-VBY.cache +0 -0
  537. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/sTrYFXtuQZRbyOBZmErvQ-q1hC_IutxP9z-bAmF5hx0.cache +0 -0
  538. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/snXDLwx9lfgfnQYQgsFZCsgM2a3QAhvKXwsKf48xEy0.cache +0 -0
  539. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/spbvj-iobaFZcrAcWJ0p6sW8NvMZwsC2JxXgHYSitfQ.cache +0 -0
  540. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/tj3QxpEgIZW-zY82q3CScGB4H-MtCVEvEmSSxFyV_sk.cache +0 -0
  541. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/uEcLHzWNvP98H0fF5sfaMx1hm9teNXJ6D-HCcF-Nn3A.cache +0 -0
  542. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/vpjWxnqgu_9ihp977k--URkFTSNk4UWd5vEE9aeeX38.cache +0 -0
  543. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/xDKyA1cP3CWm5mhZwgFRQU4c2vLRIbOvEC-JpG7v1lY.cache +0 -0
  544. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/xoEcE_BODCve3hBkFzOreecu9I0PrD8UrevGpYWz0h0.cache +0 -0
  545. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/zCE4JkQwmMez5O33XjI-mABQ0c1-Dt6uhqKy-KsYpdk.cache +0 -0
  546. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/zY3-Idml-ZQrcJVsKZGBRCaW0-SkSTzwgiMjrYHuTDs.cache +0 -0
  547. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/v3.0/zhJySWBZw0Pq2ZI_UdWsnzhyQ8TO63FQD8R15hSvuSE.cache +0 -0
  548. data/spec/dummy/tmp/pids/server.pid +1 -0
  549. data/spec/factories/content_element.rb +18 -0
  550. data/spec/factories/content_element_type.rb +17 -0
  551. data/spec/factories/post.rb +6 -0
  552. data/spec/factories/post_tag.rb +6 -0
  553. data/spec/factories/post_type.rb +13 -0
  554. data/spec/factories/post_type_content_element_type.rb +7 -0
  555. data/spec/factories/tag.rb +5 -0
  556. data/spec/factories/version.rb +12 -0
  557. data/spec/interactions/clone_version_spec.rb +22 -0
  558. data/spec/interactions/create_post_content_elements_spec.rb +13 -0
  559. data/spec/lib/pulitzer_spec.rb +9 -0
  560. data/spec/models/content_element_spec.rb +73 -0
  561. data/spec/models/post_spec.rb +30 -0
  562. data/spec/models/post_tag_spec.rb +20 -0
  563. data/spec/models/post_type_content_element_type_spec.rb +19 -0
  564. data/spec/models/post_type_spec.rb +25 -0
  565. data/spec/models/tag_spec.rb +19 -0
  566. data/spec/models/version_spec.rb +25 -0
  567. data/spec/rails_helper.rb +32 -0
  568. data/spec/spec_helper.rb +11 -0
  569. data/spec/support/files/sam_and_snow.jpg +0 -0
  570. metadata +1162 -730
  571. data/test/dummy/db/migrate/20150716214842_create_pulitzer_post_types.pulitzer.rb +0 -10
  572. data/test/dummy/db/migrate/20150716214843_create_pulitzer_content_element_types.pulitzer.rb +0 -10
  573. data/test/dummy/db/migrate/20150716214844_create_pulitzer_posts.pulitzer.rb +0 -12
  574. data/test/dummy/db/migrate/20150716214845_create_pulitzer_content_elements.pulitzer.rb +0 -16
  575. data/test/dummy/db/migrate/20150716214846_create_pulitzer_tags.pulitzer.rb +0 -10
  576. data/test/dummy/db/migrate/20150716214847_create_pulitzer_post_tags.pulitzer.rb +0 -12
  577. data/test/dummy/db/migrate/20150716214848_create_pulitzer_post_type_content_element_types.pulitzer.rb +0 -14
  578. data/test/dummy/db/migrate/20150716214849_add_plural_and_template_to_pulitzer_post_types.pulitzer.rb +0 -7
  579. data/test/dummy/db/migrate/20150716214850_add_pulitzer_content_element_types.pulitzer.rb +0 -14
  580. data/test/dummy/db/migrate/20150724152813_add_slug_to_pulitzer_posts.pulitzer.rb +0 -7
  581. data/test/dummy/db/migrate/20150902213853_change_label_type_from_pulitzer_post_tags.pulitzer.rb +0 -6
  582. data/test/dummy/db/migrate/20151026204453_add_text_editor_to_pulitzer_post_type_content_element_types.pulitzer.rb +0 -11
  583. data/test/dummy/db/migrate/20151029221443_create_pulitzer_versions.pulitzer.rb +0 -11
  584. data/test/dummy/db/migrate/20151029221444_change_post_elements_to_versions.pulitzer.rb +0 -21
  585. data/test/dummy/db/migrate/20151113220908_add_post_type_content_element_attributes_to_content_elements.pulitzer.rb +0 -22
  586. data/test/dummy/db/migrate/20151116162913_change_template_to_pulitzer_post_types.pulitzer.rb +0 -12
  587. data/test/dummy/db/migrate/20151118032759_add_kind_to_pulitzer_content_elements.pulitzer.rb +0 -6
  588. data/test/dummy/db/test.sqlite3 +0 -0
  589. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  590. data/test/fixtures/pulitzer/content_element_types.yml +0 -7
  591. data/test/fixtures/pulitzer/content_elements.yml +0 -11
  592. data/test/fixtures/pulitzer/post_tags.yml +0 -9
  593. data/test/fixtures/pulitzer/post_type_content_element_types.yml +0 -9
  594. data/test/fixtures/pulitzer/post_types.yml +0 -7
  595. data/test/fixtures/pulitzer/posts.yml +0 -7
  596. data/test/fixtures/pulitzer/tags.yml +0 -7
  597. data/test/integration/navigation_test.rb +0 -10
  598. data/test/models/pulitzer/content_element_test.rb +0 -9
  599. data/test/models/pulitzer/content_element_type_test.rb +0 -9
  600. data/test/models/pulitzer/post_tag_test.rb +0 -9
  601. data/test/models/pulitzer/post_test.rb +0 -9
  602. data/test/models/pulitzer/post_type_content_element_type_test.rb +0 -9
  603. data/test/models/pulitzer/post_type_test.rb +0 -9
  604. data/test/models/pulitzer/tag_test.rb +0 -9
  605. data/test/pulitzer_test.rb +0 -7
  606. data/test/test_helper.rb +0 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a7f3b229ed970bcf9df42cdd48e9494e8971485
4
- data.tar.gz: 7cea2b43f4a6a4c2f803c60037566faf88b3225a
3
+ metadata.gz: d86be29afd7c87d9fe90ae584387d15cf07dea2b
4
+ data.tar.gz: 02db74dad3ccf5e081bb67577c3d730021c973c6
5
5
  SHA512:
6
- metadata.gz: 6b686167a12cb62798c026036e79563bb392701870bda7054657f96a2a75973f0aec4979f1ff5be06f226833912d4319f29344baacb38ef10b7362a899d2ef7d
7
- data.tar.gz: cc74ffb5674c945a3b24a6dd1fd330ac653eecc66abfe273e95b3088f238d03c5583c156e9326d126294760451b79ebf8e430a3b8b425e858d54ecb8bc9d69a2
6
+ metadata.gz: 6f052275b80143ed0ee0b576155cb860ff6b587e2bd69b425f94683532c271cacaf2141d0812c7b38620a2f5b139ff9fcb89d4833e6e30ff0d7d0b4dc14a0604
7
+ data.tar.gz: 18ea1b95a5db1ca3541f814d18812c4000387f1c6754bf2297fa03297eb557c54a84542eeb293ff409ff82cec5fae5ff71bd6ca5de925f12587ccd6dd36b8614
data/Rakefile CHANGED
@@ -14,24 +14,13 @@ RDoc::Task.new(:rdoc) do |rdoc|
14
14
  rdoc.rdoc_files.include('lib/**/*.rb')
15
15
  end
16
16
 
17
- APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__)
17
+ APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
18
18
  load 'rails/tasks/engine.rake'
19
-
20
-
21
19
  load 'rails/tasks/statistics.rake'
22
20
 
23
-
24
-
25
21
  Bundler::GemHelper.install_tasks
26
22
 
27
- require 'rake/testtask'
28
-
29
- Rake::TestTask.new(:test) do |t|
30
- t.libs << 'lib'
31
- t.libs << 'test'
32
- t.pattern = 'test/**/*_test.rb'
33
- t.verbose = false
34
- end
35
-
23
+ require 'rspec/core'
24
+ require 'rspec/core/rake_task'
36
25
 
37
- task default: :test
26
+ task default: :spec
@@ -16,53 +16,6 @@ body {
16
16
  padding: 10px;
17
17
  }
18
18
 
19
- a {
20
- color: #32638a;
21
- text-decoration: none;
22
- &:hover {
23
- text-decoration: underline;
24
- }
25
- }
26
-
27
- form {
28
- width: 100%;
29
- }
30
-
31
- input[type="submit"] {
32
- -webkit-appearance: none;
33
- -moz-appearance: none;
34
- appearance: none;
35
- background-color: #ccc;
36
- padding: 5px 10px;
37
- border-radius: 4px;
38
- border: none;
39
- margin: 5px 0;
40
- &:hover {
41
- background-color: #1a1a1a;
42
- color: #fff;
43
- cursor: pointer;
44
- }
45
- }
46
-
47
- input[type="text"], select {
48
- display: block;
49
- width: 100%;
50
- padding: 6px 12px;
51
- height: 34px;
52
- margin: 5px 0;
53
- border-radius: 4px;
54
- border: 1px solid #ccc;
55
- }
56
-
57
- textarea {
58
- min-width: 100%;
59
- min-height: 100px;
60
- padding: 6px 12px;
61
- display: block;
62
- border: 1px solid #ccc;
63
- border-radius: 4px;
64
- }
65
-
66
19
  .button {
67
20
  -webkit-appearance: none;
68
21
  -moz-appearance: none;
@@ -118,6 +71,53 @@ textarea {
118
71
  float: left;
119
72
  margin-top: 8px;
120
73
  }
74
+ a {
75
+ color: #32638a;
76
+ text-decoration: none;
77
+ &:hover {
78
+ text-decoration: underline;
79
+ }
80
+ }
81
+
82
+ form {
83
+ width: 100%;
84
+ }
85
+
86
+ input[type="submit"] {
87
+ -webkit-appearance: none;
88
+ -moz-appearance: none;
89
+ appearance: none;
90
+ background-color: #ccc;
91
+ padding: 5px 10px;
92
+ border-radius: 4px;
93
+ border: none;
94
+ margin: 5px 0;
95
+ &:hover {
96
+ background-color: #1a1a1a;
97
+ color: #fff;
98
+ cursor: pointer;
99
+ }
100
+ }
101
+
102
+ input[type="text"], select {
103
+ display: block;
104
+ width: 100%;
105
+ padding: 6px 12px;
106
+ height: 34px;
107
+ margin: 5px 0;
108
+ border-radius: 4px;
109
+ border: 1px solid #ccc;
110
+ }
111
+
112
+ textarea {
113
+ min-width: 100%;
114
+ min-height: 100px;
115
+ padding: 6px 12px;
116
+ display: block;
117
+ border: 1px solid #ccc;
118
+ border-radius: 4px;
119
+ }
120
+
121
121
  }
122
122
  .pulitzer-span {
123
123
  margin-left: 0;
@@ -3,14 +3,20 @@ module Pulitzer
3
3
  mount_uploader :image, Pulitzer::ImageUploader
4
4
  enum kind: [ :template, :free_form ]
5
5
 
6
+ # Associations
6
7
  belongs_to :version
7
8
  belongs_to :content_element_type
8
9
  belongs_to :post_type_content_element_type
9
10
  delegate :type, :text_type?, :image_type?, :video_type?, to: :content_element_type
10
11
  delegate :post, to: :version
11
12
 
13
+ # Validations
14
+ validates :label, presence: true, uniqueness: { scope: :version_id }, unless: :free_form?
15
+
16
+ # Callbacks
12
17
  before_save :handle_sort_order
13
18
 
19
+ # Scopes
14
20
  default_scope { order(id: :asc) }
15
21
  scope :free_form, -> { where(kind: kinds[:free_form]).reorder(sort_order: :asc) }
16
22
 
@@ -1,5 +1,6 @@
1
1
  module Pulitzer
2
2
  class ContentElementType < ActiveRecord::Base
3
+ validates :name, presence: true, uniqueness: true
3
4
  has_many :post_type_content_element_types, dependent: :destroy
4
5
 
5
6
  def type
@@ -8,6 +8,8 @@ module Pulitzer
8
8
  friendly_id :title, use: [:slugged, :finders]
9
9
  after_create :create_preview_version
10
10
 
11
+ validates :title, presence: true
12
+
11
13
  TAG_MODELS = ["Pulitzer::Tag"] + Pulitzer.tagging_models
12
14
 
13
15
  def content_element(label)
@@ -2,5 +2,6 @@ module Pulitzer
2
2
  class PostTag < ActiveRecord::Base
3
3
  belongs_to :version
4
4
  belongs_to :label, polymorphic: true
5
+ validates :version_id, :label_id, :label_type, presence: true
5
6
  end
6
7
  end
@@ -4,7 +4,8 @@ class Pulitzer::PostType < ActiveRecord::Base
4
4
  has_many :post_type_content_element_types, dependent: :destroy
5
5
  has_many :content_element_types, through: :post_type_content_element_types
6
6
 
7
- validates :name, presence: true
7
+ validates :name, :kind, presence: true
8
+ validates :plural, :inclusion => { :in => [true, false] }
8
9
 
9
10
  def self.named(label)
10
11
  self.find_by(name: label)
@@ -7,5 +7,7 @@ module Pulitzer
7
7
 
8
8
  default_scope { order(id: :asc) }
9
9
 
10
+ validates :label, presence: true
11
+
10
12
  end
11
13
  end
@@ -1,6 +1,8 @@
1
1
  module Pulitzer
2
2
  class Tag < ActiveRecord::Base
3
3
  has_many :post_tags, as: :label, dependent: :destroy
4
- has_many :posts, through: :post_tags
4
+ has_many :versions, through: :post_tags
5
+
6
+ validates :name, presence: true, uniqueness: true
5
7
  end
6
8
  end
@@ -5,6 +5,8 @@ module Pulitzer
5
5
  has_many :post_tags, dependent: :destroy
6
6
  belongs_to :post
7
7
 
8
+ validates :post_id, :status, presence: true
9
+
8
10
  def content_element(label)
9
11
  self.content_elements.find_by(label: label)
10
12
  end
@@ -1,5 +1,10 @@
1
1
  module Pulitzer
2
2
  class Engine < ::Rails::Engine
3
3
  isolate_namespace Pulitzer
4
+
5
+ config.generators do |g|
6
+ g.test_framework :rspec
7
+ g.fixture_replacement :factory_girl, dir: 'spec/factories'
8
+ end
4
9
  end
5
10
  end
@@ -1,3 +1,3 @@
1
1
  module Pulitzer
2
- VERSION = '0.1.7'
2
+ VERSION = '0.1.8'
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended that you check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(version: 20151118032759) do
14
+ ActiveRecord::Schema.define(version: 20151118031237) do
15
15
 
16
16
  create_table "pulitzer_content_element_types", force: :cascade do |t|
17
17
  t.string "name"
Binary file
@@ -167923,3 +167923,3535 @@ Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for
167923
167923
 
167924
167924
 
167925
167925
  Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-06 18:50:08 -0500
167926
+
167927
+
167928
+ Started GET "/" for ::1 at 2015-12-10 15:44:51 -0500
167929
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
167930
+ Processing by PagesController#news_posts as HTML
167931
+ Pulitzer::PostType Load (0.4ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
167932
+ Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.5ms)
167933
+
167934
+ NoMethodError (undefined method `posts' for nil:NilClass):
167935
+ app/controllers/pages_controller.rb:7:in `news_posts'
167936
+
167937
+
167938
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms)
167939
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
167940
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.9ms)
167941
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.7ms)
167942
+
167943
+
167944
+ Started GET "/" for ::1 at 2015-12-10 15:44:51 -0500
167945
+ Processing by PagesController#news_posts as HTML
167946
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
167947
+ Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)
167948
+
167949
+ NoMethodError (undefined method `posts' for nil:NilClass):
167950
+ app/controllers/pages_controller.rb:7:in `news_posts'
167951
+
167952
+
167953
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
167954
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
167955
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
167956
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.5ms)
167957
+
167958
+
167959
+ Started GET "/pulitzer/post_types" for ::1 at 2015-12-10 15:45:02 -0500
167960
+ Processing by Pulitzer::PostTypesController#index as HTML
167961
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
167962
+ Pulitzer::Post Load (0.5ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 1]]
167963
+ Pulitzer::PostTypeContentElementType Load (1.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
167964
+ Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167965
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (7.9ms)
167966
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (10.6ms)
167967
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (56.4ms)
167968
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (59.4ms)
167969
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
167970
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
167971
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167972
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
167973
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
167974
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (9.1ms)
167975
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.8ms)
167976
+ Pulitzer::PostTypeContentElementType Load (0.5ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
167977
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167978
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
167979
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
167980
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167981
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
167982
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
167983
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167984
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (6.6ms)
167985
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (8.3ms)
167986
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
167987
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
167988
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
167989
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167990
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
167991
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
167992
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167993
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
167994
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
167995
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
167996
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
167997
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
167998
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
167999
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168000
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168001
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168002
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168003
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168004
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168005
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168006
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168007
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168008
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168009
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168010
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168011
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168012
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168013
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168014
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168015
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168016
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168017
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168018
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168019
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168020
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168021
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168022
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168023
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168024
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168025
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168026
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168027
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168028
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168029
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168030
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168031
+ CACHE (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168032
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168033
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168034
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168035
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
168036
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168037
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168038
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168039
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168040
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168041
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168042
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168043
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168044
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168045
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168046
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168047
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168048
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168049
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168050
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168051
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168052
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168053
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168054
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168055
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168056
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168057
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168058
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168059
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168060
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168061
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168062
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168063
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
168064
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168065
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168066
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168067
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168068
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168069
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168070
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168071
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168072
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168073
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168074
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
168075
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
168076
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168077
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168078
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168079
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168080
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168081
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168082
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168083
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168084
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168085
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168086
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168087
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168088
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168089
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168090
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168091
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168092
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168093
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168094
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168095
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168096
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168097
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168098
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168099
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168100
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168101
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168102
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168103
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168104
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168105
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168106
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168107
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168108
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168109
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168110
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168111
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168112
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168113
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168114
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168115
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168116
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168117
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
168118
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168119
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168120
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168121
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168122
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168123
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168124
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168125
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168126
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168127
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168128
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
168129
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168130
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168131
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168132
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168133
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168134
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168135
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168136
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168137
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168138
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168139
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168140
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168141
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168142
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168143
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168144
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168145
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168146
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168147
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168148
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168149
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168150
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168151
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168152
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168153
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168154
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168155
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
168156
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
168157
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168158
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168159
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168160
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168161
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168162
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168163
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168164
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168165
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
168166
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168167
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168168
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168169
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168170
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168171
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168172
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168173
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168174
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168175
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168176
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168177
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168178
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168179
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168180
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168181
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168182
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168183
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168184
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168185
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168186
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168187
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168188
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168189
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168190
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168191
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168192
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168193
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168194
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168195
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168196
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168197
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168198
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168199
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168200
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168201
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
168202
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168203
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168204
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168205
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168206
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168207
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168208
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168209
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
168210
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168211
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168212
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168213
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168214
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168215
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168216
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168217
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168218
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168219
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168220
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168221
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168222
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168223
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168224
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168225
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168226
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168227
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.6ms)
168228
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168229
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168230
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168231
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168232
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168233
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168234
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168235
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168236
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168237
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168238
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168239
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168240
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168241
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168242
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168243
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168244
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168245
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168246
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168247
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168248
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168249
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168250
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168251
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168252
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168253
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168254
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
168255
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168256
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (438.9ms)
168257
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (440.5ms)
168258
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 9]]
168259
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
168260
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168261
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168262
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168263
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.3ms)
168264
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.1ms)
168265
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (894.5ms)
168266
+ Completed 200 OK in 1347ms (Views: 1341.0ms | ActiveRecord: 5.8ms)
168267
+
168268
+
168269
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168270
+
168271
+
168272
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168273
+
168274
+
168275
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168276
+
168277
+
168278
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168279
+
168280
+
168281
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168282
+
168283
+
168284
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168285
+
168286
+
168287
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168288
+
168289
+
168290
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168291
+
168292
+
168293
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168294
+
168295
+
168296
+ Started GET "/assets/wysihtml-toolbar-566031b2d97181f80f2f3e49910448d7.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168297
+
168298
+
168299
+ Started GET "/assets/application-afe2960c9b48d5cbb3f5305202b9403e.js?body=1" for ::1 at 2015-12-10 15:45:04 -0500
168300
+
168301
+
168302
+ Started GET "/pulitzer/post_types/new?authenticity_token=0yL%2Bm%2F%2FtiSw0auUyq0E%2FQ6HykfJP7ZMQgqBIrnkf5exbUyZ7WncJ9uYPTSiWBreU9PYU14v2bFCcNTqzxMFgeA%3D%3D" for ::1 at 2015-12-10 15:45:11 -0500
168303
+ Processing by Pulitzer::PostTypesController#new as */*
168304
+ Parameters: {"authenticity_token"=>"0yL+m//tiSw0auUyq0E/Q6HykfJP7ZMQgqBIrnkf5exbUyZ7WncJ9uYPTSiWBreU9PYU14v2bFCcNTqzxMFgeA=="}
168305
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1822.6ms)
168306
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
168307
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (1859.6ms)
168308
+ Completed 200 OK in 1878ms (Views: 1878.0ms | ActiveRecord: 0.0ms)
168309
+
168310
+
168311
+ Started GET "/" for ::1 at 2015-12-17 07:39:46 -0500
168312
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
168313
+ Processing by PagesController#news_posts as HTML
168314
+ Pulitzer::PostType Load (0.6ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."name" = ? LIMIT 1 [["name", "News articles"]]
168315
+ Completed 500 Internal Server Error in 23ms
168316
+
168317
+ NoMethodError (undefined method `posts' for nil:NilClass):
168318
+ app/controllers/pages_controller.rb:7:in `news_posts'
168319
+
168320
+
168321
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
168322
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
168323
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.2ms)
168324
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.3ms)
168325
+
168326
+
168327
+ Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 07:39:54 -0500
168328
+ Processing by Pulitzer::PostTypesController#index as HTML
168329
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
168330
+ Pulitzer::Post Load (0.4ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 1]]
168331
+ Pulitzer::PostTypeContentElementType Load (1.0ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
168332
+ Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168333
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (8.9ms)
168334
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (11.8ms)
168335
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (59.8ms)
168336
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (62.8ms)
168337
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
168338
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
168339
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168340
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168341
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168342
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.4ms)
168343
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.0ms)
168344
+ Pulitzer::PostTypeContentElementType Load (0.4ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
168345
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168346
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168347
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168348
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168349
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168350
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168351
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168352
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168353
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168354
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
168355
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168356
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168357
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168358
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168359
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168360
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168361
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168362
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168363
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168364
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168365
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168366
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168367
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168368
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168369
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168370
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168371
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168372
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168373
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168374
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168375
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168376
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
168377
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
168378
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168379
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168380
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168381
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168382
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168383
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168384
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168385
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168386
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
168387
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168388
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168389
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168390
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168391
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168392
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168393
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168394
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168395
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168396
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168397
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168398
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168399
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168400
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168401
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168402
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168403
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168404
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168405
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168406
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168407
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168408
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168409
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168410
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168411
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168412
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168413
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168414
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168415
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168416
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168417
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168418
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168419
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168420
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168421
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168422
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168423
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168424
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168425
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168426
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168427
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168428
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168429
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168430
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168431
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168432
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168433
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168434
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168435
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168436
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168437
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168438
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168439
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
168440
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168441
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168442
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168443
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168444
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168445
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168446
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168447
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168448
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168449
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168450
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168451
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168452
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168453
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168454
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168455
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168456
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168457
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168458
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168459
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168460
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168461
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168462
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168463
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168464
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168465
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168466
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168467
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168468
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168469
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168470
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168471
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168472
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168473
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168474
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168475
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168476
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168477
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168478
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168479
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168480
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168481
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168482
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168483
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168484
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168485
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168486
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168487
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168488
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168489
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168490
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168491
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168492
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168493
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168494
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168495
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168496
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168497
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.5ms)
168498
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168499
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168500
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168501
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168502
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168503
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168504
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168505
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168506
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168507
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168508
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168509
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168510
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168511
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168512
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168513
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168514
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168515
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168516
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168517
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168518
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168519
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168520
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168521
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168522
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168523
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168524
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168525
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168526
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168527
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
168528
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168529
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168530
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168531
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168532
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168533
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168534
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168535
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168536
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168537
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168538
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168539
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168540
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168541
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168542
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
168543
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168544
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168545
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168546
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168547
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168548
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168549
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168550
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168551
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168552
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168553
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168554
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
168555
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168556
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168557
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168558
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168559
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168560
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168561
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168562
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168563
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168564
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168565
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
168566
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
168567
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168568
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168569
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168570
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168571
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168572
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168573
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168574
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168575
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168576
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168577
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168578
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168579
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168580
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168581
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168582
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168583
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168584
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168585
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168586
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
168587
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168588
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168589
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168590
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168591
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168592
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168593
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
168594
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168595
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168596
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
168597
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168598
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168599
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168600
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168601
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
168602
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (7.5ms)
168603
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168604
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168605
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168606
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168607
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
168608
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
168609
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168610
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168611
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168612
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168613
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
168614
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
168615
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168616
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
168617
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
168618
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168619
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
168620
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
168621
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168622
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168623
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
168624
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (419.2ms)
168625
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (420.8ms)
168626
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 9]]
168627
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
168628
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
168629
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
168630
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
168631
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (7.2ms)
168632
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (9.0ms)
168633
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (519.7ms)
168634
+ Completed 200 OK in 2552ms (Views: 2546.1ms | ActiveRecord: 4.9ms)
168635
+
168636
+
168637
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168638
+
168639
+
168640
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168641
+
168642
+
168643
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168644
+
168645
+
168646
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168647
+
168648
+
168649
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168650
+
168651
+
168652
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168653
+
168654
+
168655
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168656
+
168657
+
168658
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:39:58 -0500
168659
+
168660
+
168661
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:39:59 -0500
168662
+
168663
+
168664
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:39:59 -0500
168665
+
168666
+
168667
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:39:59 -0500
168668
+
168669
+
168670
+ Started GET "/pulitzer/post_types/new?authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:03 -0500
168671
+ Processing by Pulitzer::PostTypesController#new as */*
168672
+ Parameters: {"authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
168673
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (31.3ms)
168674
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
168675
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (79.1ms)
168676
+ Completed 200 OK in 267ms (Views: 265.7ms | ActiveRecord: 0.0ms)
168677
+
168678
+
168679
+ Started POST "/pulitzer/post_types" for ::1 at 2015-12-17 07:40:09 -0500
168680
+ Processing by Pulitzer::PostTypesController#create as */*
168681
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"vc7C5sz/IcwR4mjQQ/BlzLYIf2juztAZmnV6ibXj0gg1vxoGaWWhFsOHwMp+t+0b4wz6TSrVL1mE4AiUCD1XnA==", "post_type"=>{"name"=>"pepe", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
168682
+  (0.1ms) begin transaction
168683
+ SQL (0.7ms) INSERT INTO "pulitzer_post_types" ("name", "plural", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "pepe"], ["plural", "f"], ["created_at", "2015-12-17 12:40:09.082276"], ["updated_at", "2015-12-17 12:40:09.082276"]]
168684
+  (0.7ms) commit transaction
168685
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 10]]
168686
+  (0.1ms) begin transaction
168687
+ Pulitzer::Post Exists (0.6ms) SELECT 1 AS one FROM "pulitzer_posts" WHERE ("pulitzer_posts"."id" IS NOT NULL) AND "pulitzer_posts"."slug" = ? LIMIT 1 [["slug", "pepe"]]
168688
+ SQL (0.6ms) INSERT INTO "pulitzer_posts" ("title", "post_type_id", "slug", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "pepe"], ["post_type_id", 10], ["slug", "pepe"], ["created_at", "2015-12-17 12:40:11.368026"], ["updated_at", "2015-12-17 12:40:11.368026"]]
168689
+ SQL (0.6ms) INSERT INTO "pulitzer_versions" ("post_id", "created_at", "updated_at") VALUES (?, ?, ?) [["post_id", 10], ["created_at", "2015-12-17 12:40:11.380079"], ["updated_at", "2015-12-17 12:40:11.380079"]]
168690
+  (0.7ms) commit transaction
168691
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 10]]
168692
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 10]]
168693
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 10]]
168694
+ CACHE (0.0ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 10]]
168695
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (4.9ms)
168696
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (31.1ms)
168697
+ Completed 200 OK in 2360ms (Views: 53.4ms | ActiveRecord: 4.7ms)
168698
+
168699
+
168700
+ Started GET "/pulitzer/post_types/new?authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:13 -0500
168701
+ Processing by Pulitzer::PostTypesController#new as */*
168702
+ Parameters: {"authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
168703
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.4ms)
168704
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
168705
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (32.9ms)
168706
+ Completed 200 OK in 49ms (Views: 48.6ms | ActiveRecord: 0.0ms)
168707
+
168708
+
168709
+ Started POST "/pulitzer/post_types" for ::1 at 2015-12-17 07:40:15 -0500
168710
+ Processing by Pulitzer::PostTypesController#create as */*
168711
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"xAdGvW8RpXu5ag2KqMfRK/INIniKOtSEjLOgBm1MtmJMdp5dyosloWsPpZCVgFn8pwmnXU4hK8SSJtIb0JIz9g==", "post_type"=>{"name"=>"", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
168712
+  (0.1ms) begin transaction
168713
+  (0.1ms) rollback transaction
168714
+ Completed 422 Unprocessable Entity in 5ms
168715
+
168716
+ ActiveRecord::RecordNotSaved (You cannot call create unless the parent is saved):
168717
+ activerecord (4.2.0) lib/active_record/associations/collection_association.rb:482:in `_create_record'
168718
+ activerecord (4.2.0) lib/active_record/associations/has_many_association.rb:172:in `_create_record'
168719
+ activerecord (4.2.0) lib/active_record/associations/collection_association.rb:143:in `create'
168720
+ activerecord (4.2.0) lib/active_record/associations/collection_proxy.rb:285:in `create'
168721
+ /Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
168722
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
168723
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
168724
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
168725
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
168726
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
168727
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
168728
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
168729
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
168730
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
168731
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
168732
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
168733
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
168734
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
168735
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
168736
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
168737
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
168738
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
168739
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
168740
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
168741
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
168742
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
168743
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
168744
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
168745
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
168746
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
168747
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
168748
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
168749
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
168750
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
168751
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
168752
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
168753
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
168754
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
168755
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
168756
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
168757
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
168758
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
168759
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
168760
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
168761
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
168762
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
168763
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
168764
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
168765
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
168766
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
168767
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
168768
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
168769
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
168770
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
168771
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
168772
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
168773
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
168774
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
168775
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
168776
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
168777
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
168778
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
168779
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
168780
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
168781
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
168782
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
168783
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
168784
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
168785
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
168786
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
168787
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
168788
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
168789
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
168790
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
168791
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
168792
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
168793
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
168794
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
168795
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
168796
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
168797
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
168798
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
168799
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
168800
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
168801
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
168802
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
168803
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
168804
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
168805
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
168806
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
168807
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
168808
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
168809
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
168810
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
168811
+
168812
+
168813
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.6ms)
168814
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
168815
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
168816
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (46.5ms)
168817
+
168818
+
168819
+ Started GET "/pulitzer/post_types/new?authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:31 -0500
168820
+ Processing by Pulitzer::PostTypesController#new as */*
168821
+ Parameters: {"authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
168822
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (1.1ms)
168823
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
168824
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_new.html.erb (33.8ms)
168825
+ Completed 200 OK in 52ms (Views: 51.3ms | ActiveRecord: 0.0ms)
168826
+
168827
+
168828
+ Started POST "/pulitzer/post_types" for ::1 at 2015-12-17 07:40:33 -0500
168829
+ Processing by Pulitzer::PostTypesController#create as */*
168830
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"VwQjbWylW8pUE0KbIsVbf7wlS5kMcPaYHGKvbMQHkTDfdfuNyT/bEIZ26oEfgtOo6SHOvMhrCdgC991xedkUpA==", "post_type"=>{"name"=>"", "plural"=>"0", "kind"=>"template"}, "commit"=>"Create"}
168831
+  (0.1ms) begin transaction
168832
+  (0.0ms) rollback transaction
168833
+ Completed 422 Unprocessable Entity in 3ms
168834
+
168835
+ ActiveRecord::RecordNotSaved (You cannot call create unless the parent is saved):
168836
+ activerecord (4.2.0) lib/active_record/associations/collection_association.rb:482:in `_create_record'
168837
+ activerecord (4.2.0) lib/active_record/associations/has_many_association.rb:172:in `_create_record'
168838
+ activerecord (4.2.0) lib/active_record/associations/collection_association.rb:143:in `create'
168839
+ activerecord (4.2.0) lib/active_record/associations/collection_proxy.rb:285:in `create'
168840
+ /Users/gomayonqui/Sites/work/pulitzer/app/interactions/pulitzer/create_singleton_post.rb:11:in `call'
168841
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_types_controller.rb:15:in `create'
168842
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
168843
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
168844
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
168845
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
168846
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
168847
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
168848
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
168849
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
168850
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
168851
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
168852
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
168853
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
168854
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
168855
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
168856
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
168857
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
168858
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
168859
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
168860
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
168861
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
168862
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
168863
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
168864
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
168865
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
168866
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
168867
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
168868
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
168869
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
168870
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
168871
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
168872
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
168873
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
168874
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
168875
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
168876
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
168877
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
168878
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
168879
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
168880
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
168881
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
168882
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
168883
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
168884
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
168885
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
168886
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
168887
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
168888
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
168889
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
168890
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
168891
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
168892
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
168893
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
168894
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
168895
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
168896
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
168897
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
168898
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
168899
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
168900
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
168901
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
168902
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
168903
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
168904
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
168905
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
168906
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
168907
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
168908
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
168909
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
168910
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
168911
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
168912
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
168913
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
168914
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
168915
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
168916
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
168917
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
168918
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
168919
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
168920
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
168921
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
168922
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
168923
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
168924
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
168925
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
168926
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
168927
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
168928
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
168929
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
168930
+
168931
+
168932
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms)
168933
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
168934
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
168935
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (45.4ms)
168936
+
168937
+
168938
+ Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:40:59 -0500
168939
+ Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
168940
+ Parameters: {"post_type_id"=>"1", "authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
168941
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
168942
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
168943
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
168944
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
168945
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
168946
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6.9ms)
168947
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (28.3ms)
168948
+ Completed 200 OK in 49ms (Views: 46.4ms | ActiveRecord: 0.6ms)
168949
+
168950
+
168951
+ Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-17 07:41:02 -0500
168952
+ Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
168953
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"rAtg4Xj6MoqdiUroCR0TwgGDo4ANg7t79SCjRo92ye4kergB3WCyUE/s4vI0WpsVVIcmpcmYRDvrtdFbMqhMeg==", "post_type_content_element_type"=>{"label"=>"", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Create"}
168954
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
168955
+  (0.0ms) begin transaction
168956
+  (0.0ms) commit transaction
168957
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
168958
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
168959
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
168960
+  (0.1ms) begin transaction
168961
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
168962
+ Pulitzer::ContentElement Exists (0.9ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" = '' AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
168963
+  (0.1ms) commit transaction
168964
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (22.2ms)
168965
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (41.4ms)
168966
+ Completed 500 Internal Server Error in 1859ms
168967
+
168968
+ ActionView::Template::Error (No route matches {:action=>"edit", :controller=>"pulitzer/post_type_content_element_types", :format=>nil, :id=>#<Pulitzer::PostTypeContentElementType id: nil, post_type_id: 1, content_element_type_id: 1, label: "", height: 100, width: 100, created_at: nil, updated_at: nil, text_editor: "None">} missing required keys: [:id]):
168969
+ 2: <li><%= ptcet.label %></li>
168970
+ 3: <li><%= ptcet.content_element_type.name %></li>
168971
+ 4: <li>
168972
+ 5: <%= ajax_link "Edit", edit_post_type_content_element_type_path(ptcet), {}, dom_target(ptcet) %>
168973
+ 6: </li>
168974
+ 7: <li>
168975
+ 8: <%= ajax_delete 'Delete', post_type_content_element_type_path(ptcet), {}, dom_target(ptcet) %>
168976
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
168977
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
168978
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
168979
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
168980
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
168981
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
168982
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
168983
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__show_html_erb__4002467143883129667_70304894923280'
168984
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
168985
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
168986
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
168987
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
168988
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
168989
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
168990
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
168991
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
168992
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
168993
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
168994
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
168995
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
168996
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
168997
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
168998
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
168999
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb:2:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_post_type_content_element_types__show_wrapper_html_erb___1996809149295469354_70304894654280'
169000
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169001
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169002
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169003
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169004
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169005
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169006
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169007
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169008
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169009
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169010
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169011
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169012
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169013
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169014
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
169015
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
169016
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
169017
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
169018
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
169019
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
169020
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
169021
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
169022
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
169023
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
169024
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
169025
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
169026
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
169027
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
169028
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
169029
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/post_type_content_element_types_controller.rb:14:in `create'
169030
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
169031
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
169032
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
169033
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
169034
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169035
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169036
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
169037
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
169038
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
169039
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169040
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169041
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169042
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169043
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
169044
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
169045
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
169046
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169047
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
169048
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
169049
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
169050
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169051
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169052
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169053
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
169054
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
169055
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
169056
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
169057
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
169058
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
169059
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
169060
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
169061
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
169062
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
169063
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
169064
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
169065
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
169066
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
169067
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
169068
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
169069
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
169070
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
169071
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
169072
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
169073
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
169074
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
169075
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
169076
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
169077
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
169078
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
169079
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
169080
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
169081
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
169082
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
169083
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
169084
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
169085
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
169086
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
169087
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
169088
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
169089
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
169090
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
169091
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169092
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
169093
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
169094
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
169095
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
169096
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
169097
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
169098
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
169099
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
169100
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
169101
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
169102
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
169103
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
169104
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
169105
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
169106
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
169107
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
169108
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
169109
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
169110
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
169111
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
169112
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
169113
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
169114
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
169115
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
169116
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
169117
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
169118
+
169119
+
169120
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
169121
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
169122
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (33.7ms)
169123
+
169124
+
169125
+ Started GET "/pulitzer/post_type_content_element_types/new?post_type_id=1&authenticity_token=aNYWDi5N0cMTmf7PhrKKoXvfk%2FVfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q%3D%3D" for ::1 at 2015-12-17 07:41:16 -0500
169126
+ Processing by Pulitzer::PostTypeContentElementTypesController#new as */*
169127
+ Parameters: {"post_type_id"=>"1", "authenticity_token"=>"aNYWDi5N0cMTmf7PhrKKoXvfk/VfoZ0iETCnvSLPmn3gp87ui9dRGcH8VtW79QJ2LtsW0Ju6YmIPpdWgnxEf6Q=="}
169128
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169129
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169130
+ Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
169131
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
169132
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
169133
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (6.8ms)
169134
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_new.html.erb (27.8ms)
169135
+ Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.9ms)
169136
+
169137
+
169138
+ Started POST "/pulitzer/post_type_content_element_types" for ::1 at 2015-12-17 07:41:18 -0500
169139
+ Processing by Pulitzer::PostTypeContentElementTypesController#create as */*
169140
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"A/Lcby2IYt3gw25cx/1oitUuJJtFHStG/kjA6oKpWAKLgwSPiBLiBzKmxkb6uuBdgCqhvoEG1Abg3bL3P3fdlg==", "post_type_content_element_type"=>{"label"=>"asdf", "content_element_type_id"=>"1", "post_type_id"=>"1", "text_editor"=>"None"}, "commit"=>"Create"}
169141
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169142
+  (0.1ms) begin transaction
169143
+ SQL (0.4ms) INSERT INTO "pulitzer_post_type_content_element_types" ("label", "content_element_type_id", "post_type_id", "text_editor", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["label", "asdf"], ["content_element_type_id", 1], ["post_type_id", 1], ["text_editor", "None"], ["created_at", "2015-12-17 12:41:20.189575"], ["updated_at", "2015-12-17 12:41:20.189575"]]
169144
+  (0.6ms) commit transaction
169145
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169146
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? [["post_type_id", 1]]
169147
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169148
+  (0.1ms) begin transaction
169149
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169150
+ Pulitzer::ContentElement Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" = 'asdf' AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
169151
+  (0.1ms) commit transaction
169152
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
169153
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (23.4ms)
169154
+ Completed 200 OK in 56ms (Views: 42.6ms | ActiveRecord: 2.0ms)
169155
+
169156
+
169157
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:41:26 -0500
169158
+ Processing by Pulitzer::ContentElementsController#index as HTML
169159
+ Parameters: {"post_id"=>"jobs"}
169160
+ Pulitzer::Post Load (0.3ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
169161
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169162
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169163
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169164
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169165
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169166
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169167
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169168
+ Pulitzer::PostTag Load (0.5ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
169169
+ Pulitzer::Tag Load (0.4ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
169170
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
169171
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (22.9ms)
169172
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (26.2ms)
169173
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169174
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
169175
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.6ms)
169176
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
169177
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
169178
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169179
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169180
+ Pulitzer::Post Load (0.3ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169181
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.7ms)
169182
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.5ms)
169183
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169184
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
169185
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169186
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
169187
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169188
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169189
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.6ms)
169190
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
169191
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169192
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169193
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169194
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169195
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
169196
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.0ms)
169197
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169198
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169199
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169200
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169201
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
169202
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
169203
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169204
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
169205
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (81.2ms)
169206
+ Completed 200 OK in 145ms (Views: 129.9ms | ActiveRecord: 3.5ms)
169207
+
169208
+
169209
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:41:26 -0500
169210
+
169211
+
169212
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169213
+
169214
+
169215
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169216
+
169217
+
169218
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169219
+
169220
+
169221
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169222
+
169223
+
169224
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169225
+
169226
+
169227
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169228
+
169229
+
169230
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169231
+
169232
+
169233
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:41:27 -0500
169234
+
169235
+
169236
+ Started GET "/pulitzer/posts/jobs/content_elements/1/edit?authenticity_token=RE5%2FIspIZxAEBfPKDI%2B7bn5FLwAg3ySaszZzIxpOyv%2FMP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE%2Bp5BPaw%3D%3D" for ::1 at 2015-12-17 07:41:29 -0500
169237
+ Processing by Pulitzer::ContentElementsController#edit as */*
169238
+ Parameters: {"authenticity_token"=>"RE5/IspIZxAEBfPKDI+7bn5FLwAg3ySaszZzIxpOyv/MP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE+p5BPaw==", "post_id"=>"jobs", "id"=>"1"}
169239
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
169240
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169241
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
169242
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (19.6ms)
169243
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
169244
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.7ms)
169245
+ Completed 200 OK in 1227ms (Views: 1225.8ms | ActiveRecord: 0.3ms)
169246
+
169247
+
169248
+ Started PATCH "/pulitzer/content_elements/1" for ::1 at 2015-12-17 07:41:32 -0500
169249
+ Processing by Pulitzer::ContentElementsController#update as */*
169250
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"LWMbh/IYXNFtsrsNYEyULvHHUXd1QtzYhpn3Q0vuD8ClEsNnV4LcC7/XExddCxz5pMPUUrFZI5iYDIVe9jCKVA==", "content_element"=>{"title"=>"asdf", "body"=>"asdfasdfasdfas"}, "commit"=>"Update", "id"=>"1"}
169251
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 1]]
169252
+  (0.1ms) begin transaction
169253
+ Pulitzer::ContentElement Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."id" != 1 AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
169254
+  (0.0ms) rollback transaction
169255
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
169256
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169257
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169258
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169259
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (20.7ms)
169260
+ Completed 200 OK in 43ms (Views: 38.2ms | ActiveRecord: 0.5ms)
169261
+
169262
+
169263
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=RE5%2FIspIZxAEBfPKDI%2B7bn5FLwAg3ySaszZzIxpOyv%2FMP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE%2Bp5BPaw%3D%3D" for ::1 at 2015-12-17 07:41:35 -0500
169264
+ Processing by Pulitzer::ContentElementsController#new as */*
169265
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"RE5/IspIZxAEBfPKDI+7bn5FLwAg3ySaszZzIxpOyv/MP6fCb9LnytZgW9AxyDO5K0GqJeTE29qtowE+p5BPaw=="}
169266
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169267
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
169268
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
169269
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
169270
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (12.9ms)
169271
+ Completed 200 OK in 1910ms (Views: 1907.0ms | ActiveRecord: 0.6ms)
169272
+
169273
+
169274
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:41:39 -0500
169275
+ Processing by Pulitzer::ContentElementsController#create as */*
169276
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"WuaOZ3jiNm8N+ni2Z6pE/6uPtd3LoEaLWjWPEyAxFGLSl1aH3Xi2td+f0Kxa7cwo/osw+A+7uctEoP0One+R9g==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
169277
+ Pulitzer::Version Load (0.3ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169278
+  (0.0ms) begin transaction
169279
+ Pulitzer::ContentElement Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
169280
+  (0.0ms) commit transaction
169281
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169282
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (15.2ms)
169283
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (36.1ms)
169284
+ Completed 500 Internal Server Error in 57ms
169285
+
169286
+ ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#<Pulitzer::ContentElement id: nil, label: nil, title: nil, body: nil, image: nil, version_id: 1, post_type_content_element_type_id: nil, content_element_type_id: 1, created_at: nil, updated_at: nil, text_editor: "None", height: 100, width: 100, sort_order: nil, kind: 1>} missing required keys: [:id]):
169287
+ 2: <h3><%= content_element.label %></h3>
169288
+ 3: <% end %>
169289
+ 4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
169290
+ 5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
169291
+ 6: <%= f.text_field :title, placeholder: 'Title' %>
169292
+ 7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
169293
+ 8: <%= submit_tag "Update" %>
169294
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
169295
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
169296
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
169297
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
169298
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
169299
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
169300
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
169301
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2016238388052645985_70304892126700'
169302
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169303
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169304
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169305
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169306
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169307
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169308
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169309
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169310
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169311
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169312
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169313
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169314
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169315
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169316
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
169317
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__3009335533008735665_70304940956920'
169318
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169319
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169320
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169321
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169322
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169323
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169324
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169325
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169326
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169327
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169328
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169329
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169330
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169331
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169332
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
169333
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
169334
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
169335
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
169336
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
169337
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
169338
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
169339
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
169340
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
169341
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
169342
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
169343
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
169344
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
169345
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
169346
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
169347
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
169348
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
169349
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
169350
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
169351
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
169352
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169353
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169354
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
169355
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
169356
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
169357
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169358
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169359
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169360
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169361
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
169362
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
169363
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
169364
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169365
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
169366
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
169367
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
169368
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169369
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169370
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169371
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
169372
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
169373
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
169374
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
169375
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
169376
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
169377
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
169378
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
169379
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
169380
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
169381
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
169382
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
169383
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
169384
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
169385
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
169386
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
169387
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
169388
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
169389
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
169390
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
169391
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
169392
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
169393
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
169394
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
169395
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
169396
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
169397
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
169398
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
169399
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
169400
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
169401
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
169402
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
169403
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
169404
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
169405
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
169406
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
169407
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
169408
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
169409
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169410
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
169411
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
169412
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
169413
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
169414
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
169415
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
169416
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
169417
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
169418
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
169419
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
169420
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
169421
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
169422
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
169423
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
169424
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
169425
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
169426
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
169427
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
169428
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
169429
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
169430
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
169431
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
169432
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
169433
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
169434
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
169435
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
169436
+
169437
+
169438
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
169439
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
169440
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (32.7ms)
169441
+
169442
+
169443
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:41:55 -0500
169444
+ Processing by Pulitzer::ContentElementsController#index as HTML
169445
+ Parameters: {"post_id"=>"jobs"}
169446
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
169447
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169448
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169449
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169450
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169451
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169452
+ CACHE (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169453
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169454
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
169455
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
169456
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
169457
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.9ms)
169458
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.0ms)
169459
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169460
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
169461
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
169462
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
169463
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
169464
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169465
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169466
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169467
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
169468
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
169469
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169470
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
169471
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169472
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169473
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169474
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169475
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.5ms)
169476
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.3ms)
169477
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169478
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
169479
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169480
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169481
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.1ms)
169482
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.1ms)
169483
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169484
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
169485
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169486
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169487
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (7.1ms)
169488
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (10.9ms)
169489
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169490
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
169491
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (485.0ms)
169492
+ Completed 200 OK in 545ms (Views: 536.8ms | ActiveRecord: 1.8ms)
169493
+
169494
+
169495
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169496
+
169497
+
169498
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169499
+
169500
+
169501
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169502
+
169503
+
169504
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169505
+
169506
+
169507
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169508
+
169509
+
169510
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169511
+
169512
+
169513
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169514
+
169515
+
169516
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169517
+
169518
+
169519
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169520
+
169521
+
169522
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169523
+
169524
+
169525
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:41:56 -0500
169526
+
169527
+
169528
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=E61rH6WiCSjdyQSFr448%2B5vChiD3g6JeTRRS%2BshcSj6b3LP%2FADiJ8g%2BsrJ%2BSybQszsYDBTOYXR5TgSDndYLPqg%3D%3D" for ::1 at 2015-12-17 07:42:03 -0500
169529
+ Processing by Pulitzer::ContentElementsController#new as */*
169530
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"E61rH6WiCSjdyQSFr448+5vChiD3g6JeTRRS+shcSj6b3LP/ADiJ8g+srJ+SybQszsYDBTOYXR5TgSDndYLPqg=="}
169531
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169532
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
169533
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
169534
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
169535
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.3ms)
169536
+ Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.4ms)
169537
+
169538
+
169539
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:42:07 -0500
169540
+ Processing by Pulitzer::ContentElementsController#create as */*
169541
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"TUPwAQq29VzgyoIV45SRliDGzA+42r5vxiUG0pj2/mLFMijhryx1hjKvKg/e0xlBdcJJKnzBQS/YsHTPJSh79g==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
169542
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169543
+  (0.0ms) begin transaction
169544
+ Pulitzer::ContentElement Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
169545
+  (0.0ms) commit transaction
169546
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169547
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (19.1ms)
169548
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.1ms)
169549
+ Completed 500 Internal Server Error in 57ms
169550
+
169551
+ ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#<Pulitzer::ContentElement id: nil, label: nil, title: nil, body: nil, image: nil, version_id: 1, post_type_content_element_type_id: nil, content_element_type_id: 1, created_at: nil, updated_at: nil, text_editor: "None", height: 100, width: 100, sort_order: nil, kind: 1>} missing required keys: [:id]):
169552
+ 2: <h3><%= content_element.label %></h3>
169553
+ 3: <% end %>
169554
+ 4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
169555
+ 5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
169556
+ 6: <%= f.text_field :title, placeholder: 'Title' %>
169557
+ 7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
169558
+ 8: <%= submit_tag "Update" %>
169559
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
169560
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
169561
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
169562
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
169563
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
169564
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
169565
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
169566
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___2016238388052645985_70304892126700'
169567
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169568
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169569
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169570
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169571
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169572
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169573
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169574
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169575
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169576
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169577
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169578
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169579
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169580
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169581
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
169582
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__3009335533008735665_70304940956920'
169583
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169584
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169585
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169586
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169587
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169588
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169589
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169590
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169591
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169592
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169593
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169594
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169595
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169596
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169597
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
169598
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
169599
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
169600
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
169601
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
169602
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
169603
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
169604
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
169605
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
169606
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
169607
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
169608
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
169609
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
169610
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
169611
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
169612
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
169613
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
169614
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
169615
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
169616
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
169617
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169618
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169619
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
169620
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
169621
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
169622
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169623
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169624
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169625
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169626
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
169627
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
169628
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
169629
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169630
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
169631
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
169632
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
169633
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169634
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169635
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169636
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
169637
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
169638
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
169639
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
169640
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
169641
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
169642
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
169643
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
169644
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
169645
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
169646
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
169647
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
169648
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
169649
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
169650
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
169651
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
169652
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
169653
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
169654
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
169655
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
169656
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
169657
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
169658
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
169659
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
169660
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
169661
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
169662
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
169663
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
169664
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
169665
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
169666
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
169667
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
169668
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
169669
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
169670
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
169671
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
169672
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
169673
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
169674
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169675
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
169676
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
169677
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
169678
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
169679
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
169680
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
169681
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
169682
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
169683
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
169684
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
169685
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
169686
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
169687
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
169688
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
169689
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
169690
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
169691
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
169692
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
169693
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
169694
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
169695
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
169696
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
169697
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
169698
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
169699
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
169700
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
169701
+
169702
+
169703
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
169704
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
169705
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (29.2ms)
169706
+
169707
+
169708
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:42:51 -0500
169709
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
169710
+ Processing by Pulitzer::ContentElementsController#index as HTML
169711
+ Parameters: {"post_id"=>"jobs"}
169712
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
169713
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169714
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169715
+ Pulitzer::PostType Load (0.3ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169716
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169717
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169718
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169719
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169720
+ Pulitzer::PostTag Load (8.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
169721
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
169722
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
169723
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (25.9ms)
169724
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (28.0ms)
169725
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169726
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
169727
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.8ms)
169728
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.2ms)
169729
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
169730
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169731
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169732
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169733
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
169734
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.4ms)
169735
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169736
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
169737
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169738
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.3ms)
169739
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169740
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169741
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.9ms)
169742
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.3ms)
169743
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169744
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169745
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169746
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169747
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
169748
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
169749
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169750
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169751
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169752
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169753
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
169754
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
169755
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169756
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (9.0ms)
169757
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (106.3ms)
169758
+ Completed 200 OK in 389ms (Views: 210.1ms | ActiveRecord: 11.9ms)
169759
+
169760
+
169761
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169762
+
169763
+
169764
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169765
+
169766
+
169767
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169768
+
169769
+
169770
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169771
+
169772
+
169773
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169774
+
169775
+
169776
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169777
+
169778
+
169779
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169780
+
169781
+
169782
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169783
+
169784
+
169785
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169786
+
169787
+
169788
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169789
+
169790
+
169791
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:42:52 -0500
169792
+
169793
+
169794
+ Started GET "/pulitzer/content_elements/new?version_id=1" for ::1 at 2015-12-17 07:42:54 -0500
169795
+ Processing by Pulitzer::ContentElementsController#new as HTML
169796
+ Parameters: {"version_id"=>"1"}
169797
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169798
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
169799
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
169800
+ Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
169801
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (38.3ms)
169802
+ Completed 200 OK in 49ms (Views: 41.8ms | ActiveRecord: 0.9ms)
169803
+
169804
+
169805
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:42:58 -0500
169806
+ Processing by Pulitzer::ContentElementsController#index as HTML
169807
+ Parameters: {"post_id"=>"jobs"}
169808
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
169809
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169810
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169811
+ Pulitzer::PostType Load (0.2ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
169812
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169813
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169814
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169815
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169816
+ Pulitzer::PostTag Load (0.3ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
169817
+ Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
169818
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
169819
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
169820
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
169821
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169822
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
169823
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.4ms)
169824
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
169825
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
169826
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169827
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169828
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169829
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
169830
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
169831
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169832
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
169833
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169834
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169835
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169836
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169837
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.5ms)
169838
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.2ms)
169839
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169840
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169841
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169842
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169843
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
169844
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.3ms)
169845
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169846
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
169847
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169848
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
169849
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
169850
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.0ms)
169851
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
169852
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.8ms)
169853
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (56.7ms)
169854
+ Completed 200 OK in 163ms (Views: 151.0ms | ActiveRecord: 1.8ms)
169855
+
169856
+
169857
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169858
+
169859
+
169860
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169861
+
169862
+
169863
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169864
+
169865
+
169866
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169867
+
169868
+
169869
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169870
+
169871
+
169872
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169873
+
169874
+
169875
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169876
+
169877
+
169878
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169879
+
169880
+
169881
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169882
+
169883
+
169884
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169885
+
169886
+
169887
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:42:59 -0500
169888
+
169889
+
169890
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=sD3F6YdOKmbDqY8XdFKCttnyre0ar8EwhO90CfVhuvk4TB0JItSqvBHMJw1JFQphjPYoyN60PnCaegYUSL8%2FbQ%3D%3D" for ::1 at 2015-12-17 07:43:03 -0500
169891
+ Processing by Pulitzer::ContentElementsController#new as */*
169892
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"sD3F6YdOKmbDqY8XdFKCttnyre0ar8EwhO90CfVhuvk4TB0JItSqvBHMJw1JFQphjPYoyN60PnCaegYUSL8/bQ=="}
169893
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169894
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
169895
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
169896
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
169897
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (7.4ms)
169898
+ Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.5ms)
169899
+
169900
+
169901
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:43:06 -0500
169902
+ Processing by Pulitzer::ContentElementsController#create as */*
169903
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"vTMiSXEXMkapfodGHTDBwdIWr8BWFkflqgPlkHNDi3c1Qvqp1I2ynHsbL1wgd0kWhxIq5ZINuKW0lpeNzp0O4w==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
169904
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
169905
+  (0.1ms) begin transaction
169906
+ Pulitzer::ContentElement Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
169907
+  (0.0ms) commit transaction
169908
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
169909
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (18.0ms)
169910
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.1ms)
169911
+ Completed 500 Internal Server Error in 65ms
169912
+
169913
+ ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#<Pulitzer::ContentElement id: nil, label: nil, title: nil, body: nil, image: nil, version_id: 1, post_type_content_element_type_id: nil, content_element_type_id: 1, created_at: nil, updated_at: nil, text_editor: "None", height: 100, width: 100, sort_order: nil, kind: 1>} missing required keys: [:id]):
169914
+ 2: <h3><%= content_element.label %></h3>
169915
+ 3: <% end %>
169916
+ 4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
169917
+ 5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
169918
+ 6: <%= f.text_field :title, placeholder: 'Title' %>
169919
+ 7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
169920
+ 8: <%= submit_tag "Update" %>
169921
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
169922
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
169923
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
169924
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
169925
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
169926
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
169927
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
169928
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___260210935818620170_70117000055660'
169929
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169930
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169931
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169932
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169933
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169934
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169935
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169936
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169937
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169938
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169939
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169940
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169941
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169942
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169943
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
169944
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1452161722870753624_70117013018720'
169945
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
169946
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
169947
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
169948
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
169949
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
169950
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
169951
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
169952
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169953
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169954
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169955
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
169956
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
169957
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
169958
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
169959
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
169960
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
169961
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
169962
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
169963
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
169964
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
169965
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
169966
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
169967
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
169968
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
169969
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
169970
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
169971
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
169972
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
169973
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
169974
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
169975
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
169976
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
169977
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
169978
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
169979
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169980
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
169981
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
169982
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
169983
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
169984
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169985
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169986
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
169987
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
169988
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
169989
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
169990
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
169991
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
169992
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
169993
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
169994
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
169995
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
169996
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
169997
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
169998
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
169999
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
170000
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
170001
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
170002
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
170003
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
170004
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
170005
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
170006
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
170007
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
170008
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
170009
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
170010
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
170011
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
170012
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
170013
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
170014
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
170015
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
170016
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
170017
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
170018
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
170019
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
170020
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
170021
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
170022
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
170023
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
170024
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
170025
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
170026
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
170027
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
170028
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
170029
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
170030
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
170031
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
170032
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
170033
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
170034
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
170035
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
170036
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
170037
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
170038
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
170039
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
170040
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
170041
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
170042
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
170043
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
170044
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
170045
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
170046
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
170047
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
170048
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
170049
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
170050
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
170051
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
170052
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
170053
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
170054
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
170055
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
170056
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
170057
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
170058
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
170059
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
170060
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
170061
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
170062
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
170063
+
170064
+
170065
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
170066
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
170067
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.0ms)
170068
+
170069
+
170070
+ Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 07:46:26 -0500
170071
+ Processing by Pulitzer::PostTypesController#index as HTML
170072
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
170073
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 1]]
170074
+ Pulitzer::PostTypeContentElementType Load (0.2ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
170075
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170076
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (3.1ms)
170077
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.6ms)
170078
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170079
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170080
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170081
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (26.9ms)
170082
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (29.5ms)
170083
+ Pulitzer::Post Load (0.4ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 2]]
170084
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 2]]
170085
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170086
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170087
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
170088
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (8.7ms)
170089
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (10.5ms)
170090
+ Pulitzer::PostTypeContentElementType Load (0.6ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 4]]
170091
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170092
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
170093
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (5.4ms)
170094
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170095
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170096
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170097
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170098
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170099
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170100
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 3]]
170101
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
170102
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.6ms)
170103
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170104
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
170105
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
170106
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170107
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170108
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170109
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170110
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170111
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170112
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170113
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
170114
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170115
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170116
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170117
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170118
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170119
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170120
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170121
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170122
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170123
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
170124
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170125
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170126
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170127
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170128
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
170129
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
170130
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170131
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170132
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170133
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170134
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170135
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
170136
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170137
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170138
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170139
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170140
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
170141
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
170142
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170143
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
170144
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
170145
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170146
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170147
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170148
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170149
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170150
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170151
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170152
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170153
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170154
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170155
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170156
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170157
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170158
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170159
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
170160
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170161
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.4ms)
170162
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170163
+ CACHE (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170164
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170165
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.3ms)
170166
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170167
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170168
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170169
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170170
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170171
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
170172
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170173
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170174
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170175
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170176
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170177
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170178
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170179
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170180
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170181
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170182
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170183
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
170184
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170185
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170186
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170187
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170188
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170189
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170190
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170191
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170192
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170193
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170194
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170195
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170196
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170197
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170198
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170199
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170200
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170201
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.9ms)
170202
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170203
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
170204
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.9ms)
170205
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170206
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.9ms)
170207
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.8ms)
170208
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170209
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170210
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170211
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170212
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
170213
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170214
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170215
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170216
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170217
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170218
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170219
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170220
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170221
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170222
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170223
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170224
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170225
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170226
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170227
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170228
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170229
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170230
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
170231
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170232
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170233
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170234
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170235
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170236
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170237
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
170238
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170239
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170240
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170241
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170242
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170243
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170244
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170245
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170246
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170247
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170248
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170249
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170250
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170251
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170252
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170253
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170254
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170255
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170256
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170257
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170258
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170259
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170260
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170261
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170262
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170263
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170264
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
170265
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170266
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
170267
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170268
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170269
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170270
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170271
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170272
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (2.1ms)
170273
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.0ms)
170274
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170275
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170276
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
170277
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170278
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
170279
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
170280
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170281
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
170282
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.1ms)
170283
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170284
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170285
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170286
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170287
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170288
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170289
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170290
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170291
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170292
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170293
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170294
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170295
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170296
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170297
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170298
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170299
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
170300
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170301
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170302
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170303
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170304
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170305
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170306
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170307
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170308
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.6ms)
170309
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170310
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170311
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170312
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170313
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170314
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170315
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170316
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170317
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170318
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170319
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170320
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
170321
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.7ms)
170322
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170323
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170324
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.4ms)
170325
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170326
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170327
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170328
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170329
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170330
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.8ms)
170331
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170332
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170333
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170334
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170335
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170336
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
170337
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170338
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170339
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170340
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170341
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.1ms)
170342
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.7ms)
170343
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170344
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170345
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170346
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170347
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
170348
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
170349
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170350
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170351
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
170352
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170353
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.7ms)
170354
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (4.2ms)
170355
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170356
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170357
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.2ms)
170358
+ CACHE (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170359
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
170360
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.0ms)
170361
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170362
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170363
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.4ms)
170364
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170365
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170366
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.3ms)
170367
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170368
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.7ms)
170369
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.2ms)
170370
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (442.7ms)
170371
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (444.2ms)
170372
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 9]]
170373
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 9]]
170374
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
170375
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.3ms)
170376
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.5ms)
170377
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (11.5ms)
170378
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (13.1ms)
170379
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 10]]
170380
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 10]]
170381
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (3.1ms)
170382
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (5.0ms)
170383
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (513.4ms)
170384
+ Completed 200 OK in 574ms (Views: 569.2ms | ActiveRecord: 4.1ms)
170385
+
170386
+
170387
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:46:27 -0500
170388
+
170389
+
170390
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:46:27 -0500
170391
+
170392
+
170393
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170394
+
170395
+
170396
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170397
+
170398
+
170399
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170400
+
170401
+
170402
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170403
+
170404
+
170405
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170406
+
170407
+
170408
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170409
+
170410
+
170411
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170412
+
170413
+
170414
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170415
+
170416
+
170417
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:46:28 -0500
170418
+
170419
+
170420
+ Started GET "/pulitzer/post_types/1/edit?authenticity_token=x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg%3D%3D" for ::1 at 2015-12-17 07:46:30 -0500
170421
+ Processing by Pulitzer::PostTypesController#edit as */*
170422
+ Parameters: {"authenticity_token"=>"x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg==", "id"=>"1"}
170423
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
170424
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form_fields.html.erb (3.1ms)
170425
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
170426
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_form.html.erb (42.8ms)
170427
+ Completed 200 OK in 1649ms (Views: 1647.9ms | ActiveRecord: 0.1ms)
170428
+
170429
+
170430
+ Started GET "/pulitzer/post_types/1?authenticity_token=x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg%3D%3D" for ::1 at 2015-12-17 07:46:34 -0500
170431
+ Processing by Pulitzer::PostTypesController#show as */*
170432
+ Parameters: {"authenticity_token"=>"x5MFnTHAMytDPwDDv1CjlaOAllHHtxh6STYanOHo8gZP4t19lFqz8ZFaqNmCFytC9oQTdAOs5zpXo2iBXDZ3kg==", "id"=>"1"}
170433
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
170434
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 1]]
170435
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
170436
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170437
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.5ms)
170438
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (20.0ms)
170439
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170440
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.8ms)
170441
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (15.3ms)
170442
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (69.8ms)
170443
+ Completed 200 OK in 87ms (Views: 86.3ms | ActiveRecord: 0.4ms)
170444
+
170445
+
170446
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:46:35 -0500
170447
+ Processing by Pulitzer::ContentElementsController#index as HTML
170448
+ Parameters: {"post_id"=>"jobs"}
170449
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
170450
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170451
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170452
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
170453
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170454
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170455
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170456
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170457
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
170458
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
170459
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
170460
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.0ms)
170461
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.8ms)
170462
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170463
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
170464
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.9ms)
170465
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.5ms)
170466
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
170467
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170468
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170469
+ Pulitzer::Post Load (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170470
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.3ms)
170471
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
170472
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170473
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
170474
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170475
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170476
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170477
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170478
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
170479
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.8ms)
170480
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170481
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170482
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170483
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170484
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.4ms)
170485
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
170486
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170487
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170488
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170489
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170490
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.7ms)
170491
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.4ms)
170492
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170493
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.7ms)
170494
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (51.5ms)
170495
+ Completed 200 OK in 107ms (Views: 100.4ms | ActiveRecord: 1.1ms)
170496
+
170497
+
170498
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170499
+
170500
+
170501
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170502
+
170503
+
170504
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170505
+
170506
+
170507
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170508
+
170509
+
170510
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170511
+
170512
+
170513
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170514
+
170515
+
170516
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170517
+
170518
+
170519
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170520
+
170521
+
170522
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170523
+
170524
+
170525
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170526
+
170527
+
170528
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:46:35 -0500
170529
+
170530
+
170531
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=BRKV9glqdFOi0O52YLMIuCjlGF%2FyWX2cJ3K6fLzlb%2BuNY00WrPD0iXC1Rmxd9IBvfeGdejZCgtw558hhATvqfw%3D%3D" for ::1 at 2015-12-17 07:46:39 -0500
170532
+ Processing by Pulitzer::ContentElementsController#new as */*
170533
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"BRKV9glqdFOi0O52YLMIuCjlGF/yWX2cJ3K6fLzlb+uNY00WrPD0iXC1Rmxd9IBvfeGdejZCgtw558hhATvqfw=="}
170534
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170535
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
170536
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
170537
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
170538
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3.5ms)
170539
+ Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.3ms)
170540
+
170541
+
170542
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:46:42 -0500
170543
+ Processing by Pulitzer::ContentElementsController#create as */*
170544
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"xTEsONEgZlxgWbqVCuWXH9CS0z/NHp+zLuKFQCdeADtNQPTYdLrmhrI8Eo83oh/IhZZWGgkFYPMwd/ddmoCFrw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
170545
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170546
+  (0.0ms) begin transaction
170547
+ Pulitzer::ContentElement Exists (0.1ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
170548
+  (0.0ms) commit transaction
170549
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170550
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (21.4ms)
170551
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (38.1ms)
170552
+ Completed 500 Internal Server Error in 58ms
170553
+
170554
+ ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#<Pulitzer::ContentElement id: nil, label: nil, title: nil, body: nil, image: nil, version_id: 1, post_type_content_element_type_id: nil, content_element_type_id: 1, created_at: nil, updated_at: nil, text_editor: "Simple editor", height: 100, width: 100, sort_order: nil, kind: 1>} missing required keys: [:id]):
170555
+ 2: <h3><%= content_element.label %></h3>
170556
+ 3: <% end %>
170557
+ 4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
170558
+ 5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
170559
+ 6: <%= f.text_field :title, placeholder: 'Title' %>
170560
+ 7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
170561
+ 8: <%= submit_tag "Update" %>
170562
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
170563
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
170564
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
170565
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
170566
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
170567
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
170568
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
170569
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___260210935818620170_70117000055660'
170570
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
170571
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
170572
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
170573
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
170574
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
170575
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
170576
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
170577
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
170578
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
170579
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
170580
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
170581
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
170582
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
170583
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
170584
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
170585
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb___1452161722870753624_70117013018720'
170586
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
170587
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
170588
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
170589
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
170590
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
170591
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
170592
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
170593
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
170594
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
170595
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
170596
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
170597
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
170598
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
170599
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
170600
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
170601
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
170602
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
170603
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
170604
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
170605
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
170606
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
170607
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
170608
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
170609
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
170610
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
170611
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
170612
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
170613
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
170614
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
170615
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
170616
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
170617
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
170618
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
170619
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
170620
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
170621
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
170622
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
170623
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
170624
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
170625
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
170626
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
170627
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
170628
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
170629
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
170630
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
170631
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
170632
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
170633
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
170634
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
170635
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
170636
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
170637
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
170638
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
170639
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
170640
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
170641
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
170642
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
170643
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
170644
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
170645
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
170646
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
170647
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
170648
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
170649
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
170650
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
170651
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
170652
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
170653
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
170654
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
170655
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
170656
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
170657
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
170658
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
170659
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
170660
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
170661
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
170662
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
170663
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
170664
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
170665
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
170666
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
170667
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
170668
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
170669
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
170670
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
170671
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
170672
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
170673
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
170674
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
170675
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
170676
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
170677
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
170678
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
170679
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
170680
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
170681
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
170682
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
170683
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
170684
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
170685
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
170686
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
170687
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
170688
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
170689
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
170690
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
170691
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
170692
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
170693
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
170694
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
170695
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
170696
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
170697
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
170698
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
170699
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
170700
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
170701
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
170702
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
170703
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
170704
+
170705
+
170706
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
170707
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.8ms)
170708
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.8ms)
170709
+
170710
+
170711
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:47:06 -0500
170712
+ Processing by Pulitzer::ContentElementsController#index as HTML
170713
+ Parameters: {"post_id"=>"jobs"}
170714
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
170715
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170716
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170717
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
170718
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170719
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170720
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170721
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170722
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
170723
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
170724
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
170725
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
170726
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.8ms)
170727
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170728
+ Pulitzer::PostTag Load (1.5ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
170729
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (5.2ms)
170730
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (7.3ms)
170731
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
170732
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170733
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170734
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170735
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
170736
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
170737
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170738
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
170739
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170740
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170741
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170742
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170743
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
170744
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.7ms)
170745
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170746
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170747
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170748
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170749
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.5ms)
170750
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
170751
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170752
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170753
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170754
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170755
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
170756
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.9ms)
170757
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170758
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.6ms)
170759
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (60.9ms)
170760
+ Completed 200 OK in 122ms (Views: 113.2ms | ActiveRecord: 2.9ms)
170761
+
170762
+
170763
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170764
+
170765
+
170766
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170767
+
170768
+
170769
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170770
+
170771
+
170772
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170773
+
170774
+
170775
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170776
+
170777
+
170778
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170779
+
170780
+
170781
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170782
+
170783
+
170784
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170785
+
170786
+
170787
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170788
+
170789
+
170790
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170791
+
170792
+
170793
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:47:07 -0500
170794
+
170795
+
170796
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 07:48:08 -0500
170797
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
170798
+ Processing by Pulitzer::ContentElementsController#index as HTML
170799
+ Parameters: {"post_id"=>"jobs"}
170800
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
170801
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170802
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170803
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
170804
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170805
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170806
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170807
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170808
+ Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
170809
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
170810
+ Pulitzer::Tag Load (0.2ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
170811
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (20.7ms)
170812
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (23.0ms)
170813
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170814
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
170815
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (4.2ms)
170816
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (6.6ms)
170817
+ Pulitzer::ContentElement Load (0.5ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
170818
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170819
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170820
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170821
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (6.9ms)
170822
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (22.1ms)
170823
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170824
+ Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
170825
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170826
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
170827
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170828
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170829
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (5.5ms)
170830
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (9.6ms)
170831
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170832
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170833
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170834
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170835
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
170836
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.8ms)
170837
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170838
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
170839
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170840
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
170841
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.8ms)
170842
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.8ms)
170843
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
170844
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (12.6ms)
170845
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (1140.7ms)
170846
+ Completed 200 OK in 1449ms (Views: 1252.6ms | ActiveRecord: 4.9ms)
170847
+
170848
+
170849
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170850
+
170851
+
170852
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170853
+
170854
+
170855
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170856
+
170857
+
170858
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170859
+
170860
+
170861
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170862
+
170863
+
170864
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170865
+
170866
+
170867
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170868
+
170869
+
170870
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170871
+
170872
+
170873
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170874
+
170875
+
170876
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170877
+
170878
+
170879
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 07:48:10 -0500
170880
+
170881
+
170882
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=8GQJ2CXmQfsrh0NssAnL5HMTKRp%2FXWdcqfhkHn%2FtGy94FdE4gHzBIfni63aNTkMzJhesP7tGmBy3bRYDwjOeuw%3D%3D" for ::1 at 2015-12-17 07:48:11 -0500
170883
+ Processing by Pulitzer::ContentElementsController#new as */*
170884
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"8GQJ2CXmQfsrh0NssAnL5HMTKRp/XWdcqfhkHn/tGy94FdE4gHzBIfni63aNTkMzJhesP7tGmBy3bRYDwjOeuw=="}
170885
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170886
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
170887
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
170888
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
170889
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (17.6ms)
170890
+ Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 0.5ms)
170891
+
170892
+
170893
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:48:13 -0500
170894
+ Processing by Pulitzer::ContentElementsController#create as */*
170895
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
170896
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
170897
+  (0.1ms) begin transaction
170898
+ Pulitzer::ContentElement Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
170899
+  (0.1ms) commit transaction
170900
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
170901
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (20.4ms)
170902
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (37.9ms)
170903
+ Completed 500 Internal Server Error in 68ms
170904
+
170905
+ ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#<Pulitzer::ContentElement id: nil, label: nil, title: nil, body: nil, image: nil, version_id: 1, post_type_content_element_type_id: nil, content_element_type_id: 1, created_at: nil, updated_at: nil, text_editor: "None", height: 100, width: 100, sort_order: nil, kind: 1>} missing required keys: [:id]):
170906
+ 2: <h3><%= content_element.label %></h3>
170907
+ 3: <% end %>
170908
+ 4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
170909
+ 5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
170910
+ 6: <%= f.text_field :title, placeholder: 'Title' %>
170911
+ 7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
170912
+ 8: <%= submit_tag "Update" %>
170913
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
170914
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
170915
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
170916
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
170917
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
170918
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
170919
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
170920
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb___899288770000194504_70360946466020'
170921
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
170922
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
170923
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
170924
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
170925
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
170926
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
170927
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
170928
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
170929
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
170930
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
170931
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
170932
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
170933
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
170934
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
170935
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
170936
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__2420069747028805913_70360946597740'
170937
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
170938
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
170939
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
170940
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
170941
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
170942
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
170943
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
170944
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
170945
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
170946
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
170947
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
170948
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
170949
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
170950
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
170951
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
170952
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
170953
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
170954
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
170955
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
170956
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
170957
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
170958
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
170959
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
170960
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
170961
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
170962
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
170963
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
170964
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
170965
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
170966
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:21:in `create'
170967
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
170968
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
170969
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
170970
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
170971
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
170972
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
170973
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
170974
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
170975
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
170976
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
170977
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
170978
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
170979
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
170980
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
170981
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
170982
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
170983
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
170984
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
170985
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
170986
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
170987
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
170988
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
170989
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
170990
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
170991
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
170992
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
170993
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
170994
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
170995
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
170996
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
170997
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
170998
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
170999
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
171000
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
171001
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
171002
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
171003
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
171004
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
171005
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
171006
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
171007
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
171008
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
171009
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
171010
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
171011
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
171012
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
171013
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
171014
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
171015
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
171016
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
171017
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
171018
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
171019
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
171020
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
171021
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
171022
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
171023
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
171024
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
171025
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
171026
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
171027
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
171028
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
171029
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
171030
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
171031
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
171032
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
171033
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
171034
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
171035
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
171036
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
171037
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
171038
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
171039
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
171040
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
171041
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
171042
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
171043
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
171044
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
171045
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
171046
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
171047
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
171048
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
171049
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
171050
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
171051
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
171052
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
171053
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
171054
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
171055
+
171056
+
171057
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
171058
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
171059
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.9ms)
171060
+
171061
+
171062
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:49:09 -0500
171063
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
171064
+ Processing by Pulitzer::ContentElementsController#create as */*
171065
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
171066
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171067
+  (0.1ms) begin transaction
171068
+ Pulitzer::ContentElement Exists (0.2ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
171069
+  (0.1ms) commit transaction
171070
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", "1"]]
171071
+  (0.1ms) begin transaction
171072
+ CACHE (0.0ms) SELECT 1 AS one FROM "pulitzer_content_elements" WHERE ("pulitzer_content_elements"."label" IS NULL AND "pulitzer_content_elements"."version_id" = 1) LIMIT 1
171073
+  (0.1ms) commit transaction
171074
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171075
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (24.7ms)
171076
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (51.4ms)
171077
+ Completed 500 Internal Server Error in 516915ms
171078
+
171079
+ ActionView::Template::Error (No route matches {:action=>"show", :controller=>"pulitzer/content_elements", :format=>nil, :id=>#<Pulitzer::ContentElement id: nil, label: nil, title: nil, body: nil, image: nil, version_id: 1, post_type_content_element_type_id: nil, content_element_type_id: 1, created_at: nil, updated_at: nil, text_editor: "None", height: 100, width: 100, sort_order: nil, kind: 1>} missing required keys: [:id]):
171080
+ 2: <h3><%= content_element.label %></h3>
171081
+ 3: <% end %>
171082
+ 4: <%= form_for content_element, html: ajax_form_hash(dom_target(content_element)), multipart: true,
171083
+ 5: data: { server_endpoint: content_element_path(content_element) } do |f| %>
171084
+ 6: <%= f.text_field :title, placeholder: 'Title' %>
171085
+ 7: <%= render partial: "#{content_element.type}_fields", locals: { f: f, content_element: content_element } %>
171086
+ 8: <%= submit_tag "Update" %>
171087
+ actionpack (4.2.0) lib/action_dispatch/journey/formatter.rb:46:in `generate'
171088
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:710:in `generate'
171089
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:741:in `generate'
171090
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:784:in `url_for'
171091
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:279:in `call'
171092
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:222:in `call'
171093
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:334:in `block (2 levels) in define_url_helper'
171094
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb:5:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__form_html_erb__1304528481858289923_70130224580360'
171095
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
171096
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
171097
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
171098
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
171099
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
171100
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
171101
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
171102
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
171103
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
171104
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
171105
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
171106
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
171107
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
171108
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
171109
+ actionview (4.2.0) lib/action_view/helpers/rendering_helper.rb:32:in `render'
171110
+ /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb:3:in `___sers_gomayonqui__ites_work_pulitzer_app_views_pulitzer_content_elements__show_wrapper_html_erb__1953128510865392805_70130224988380'
171111
+ actionview (4.2.0) lib/action_view/template.rb:145:in `block in render'
171112
+ activesupport (4.2.0) lib/active_support/notifications.rb:166:in `instrument'
171113
+ actionview (4.2.0) lib/action_view/template.rb:333:in `instrument'
171114
+ actionview (4.2.0) lib/action_view/template.rb:143:in `render'
171115
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
171116
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
171117
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
171118
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
171119
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
171120
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
171121
+ actionview (4.2.0) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
171122
+ actionview (4.2.0) lib/action_view/renderer/partial_renderer.rb:309:in `render'
171123
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
171124
+ actionview (4.2.0) lib/action_view/renderer/renderer.rb:21:in `render'
171125
+ actionview (4.2.0) lib/action_view/rendering.rb:100:in `_render_template'
171126
+ actionpack (4.2.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
171127
+ actionview (4.2.0) lib/action_view/rendering.rb:83:in `render_to_body'
171128
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
171129
+ actionpack (4.2.0) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
171130
+ actionpack (4.2.0) lib/abstract_controller/rendering.rb:25:in `render'
171131
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:16:in `render'
171132
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
171133
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
171134
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/benchmark.rb:303:in `realtime'
171135
+ activesupport (4.2.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
171136
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
171137
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
171138
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
171139
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
171140
+ /Users/gomayonqui/Sites/work/pulitzer/app/controllers/pulitzer/content_elements_controller.rb:22:in `create'
171141
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
171142
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
171143
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
171144
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
171145
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
171146
+ activesupport (4.2.0) lib/active_support/callbacks.rb:117:in `call'
171147
+ activesupport (4.2.0) lib/active_support/callbacks.rb:151:in `block in halting_and_conditional'
171148
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `call'
171149
+ activesupport (4.2.0) lib/active_support/callbacks.rb:234:in `block in halting'
171150
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
171151
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
171152
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `call'
171153
+ activesupport (4.2.0) lib/active_support/callbacks.rb:169:in `block in halting'
171154
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `call'
171155
+ activesupport (4.2.0) lib/active_support/callbacks.rb:92:in `_run_callbacks'
171156
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
171157
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
171158
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
171159
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
171160
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
171161
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
171162
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
171163
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
171164
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
171165
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
171166
+ activerecord (4.2.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
171167
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
171168
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
171169
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
171170
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
171171
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
171172
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
171173
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
171174
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
171175
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
171176
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
171177
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
171178
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
171179
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
171180
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
171181
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
171182
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
171183
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
171184
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
171185
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
171186
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
171187
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
171188
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
171189
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
171190
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
171191
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
171192
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
171193
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
171194
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
171195
+ activerecord (4.2.0) lib/active_record/query_cache.rb:36:in `call'
171196
+ activerecord (4.2.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:647:in `call'
171197
+ activerecord (4.2.0) lib/active_record/migration.rb:378:in `call'
171198
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
171199
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
171200
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
171201
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
171202
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
171203
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
171204
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
171205
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
171206
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
171207
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
171208
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
171209
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
171210
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
171211
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
171212
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
171213
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
171214
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
171215
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
171216
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
171217
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
171218
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
171219
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
171220
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
171221
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
171222
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
171223
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
171224
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
171225
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
171226
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
171227
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
171228
+ /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
171229
+
171230
+
171231
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.5ms)
171232
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.7ms)
171233
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (30.1ms)
171234
+
171235
+
171236
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:57:50 -0500
171237
+ Processing by Pulitzer::ContentElementsController#create as */*
171238
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
171239
+ Completed 500 Internal Server Error in 1ms
171240
+
171241
+ ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
171242
+ app/controllers/application_controller.rb:9:in `setup_user'
171243
+
171244
+
171245
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
171246
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
171247
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (0.9ms)
171248
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (51.8ms)
171249
+
171250
+
171251
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 07:57:59 -0500
171252
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
171253
+ Processing by Pulitzer::ContentElementsController#create as */*
171254
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"UPuJGuk0b5WSa0J6XLvkFtYJF6Qb1AQCu+a4gqRBRtfYilH6TK7vT0AO6mBh/GzBgw2Sgd/P+0Klc8qfGZ/DQw==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"None", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
171255
+ Pulitzer::Version Load (0.2ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171256
+  (0.1ms) begin transaction
171257
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171258
+  (0.2ms) SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 1], ["kind", 1]]
171259
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "None"], ["version_id", 1], ["kind", 1], ["sort_order", 3], ["created_at", "2015-12-17 12:58:02.289205"], ["updated_at", "2015-12-17 12:58:02.289205"]]
171260
+  (0.8ms) commit transaction
171261
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171262
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.4ms)
171263
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (20.7ms)
171264
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
171265
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (60.3ms)
171266
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (88.8ms)
171267
+ Completed 200 OK in 2882ms (Views: 113.1ms | ActiveRecord: 3.1ms)
171268
+
171269
+
171270
+ Started GET "/pulitzer/posts/jobs/content_elements" for ::1 at 2015-12-17 08:09:10 -0500
171271
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
171272
+ Processing by Pulitzer::ContentElementsController#index as HTML
171273
+ Parameters: {"post_id"=>"jobs"}
171274
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "jobs"]]
171275
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171276
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171277
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
171278
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171279
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171280
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171281
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171282
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "Pulitzer::Tag"]]
171283
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 1]]
171284
+ Pulitzer::Tag Load (0.1ms) SELECT "pulitzer_tags".* FROM "pulitzer_tags" WHERE "pulitzer_tags"."id" = ? LIMIT 1 [["id", 2]]
171285
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (30.6ms)
171286
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (32.9ms)
171287
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171288
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."version_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["version_id", 1], ["label_type", "SearchLocation"]]
171289
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (3.0ms)
171290
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.6ms)
171291
+ Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["version_id", 1], ["kind", 0]]
171292
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171293
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171294
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
171295
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.7ms)
171296
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (12.8ms)
171297
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171298
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? ORDER BY "pulitzer_content_elements"."sort_order" ASC [["version_id", 1], ["kind", 1]]
171299
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171300
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.5ms)
171301
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171302
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
171303
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.1ms)
171304
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.4ms)
171305
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171306
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
171307
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171308
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
171309
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
171310
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.5ms)
171311
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171312
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.0ms)
171313
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171314
+ CACHE (0.0ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
171315
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.0ms)
171316
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.1ms)
171317
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171318
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
171319
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (5.1ms)
171320
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.4ms)
171321
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (28.4ms)
171322
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (30.5ms)
171323
+ CACHE (0.0ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."post_id" = ? AND "pulitzer_versions"."status" = ? ORDER BY "pulitzer_versions"."id" DESC LIMIT 1 [["post_id", 1], ["status", 0]]
171324
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/versions/_form.html.erb (1.4ms)
171325
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (131.6ms)
171326
+ Completed 200 OK in 423ms (Views: 223.7ms | ActiveRecord: 3.8ms)
171327
+
171328
+
171329
+ Started GET "/assets/application-67eafbb33b6803f2de405245f6b8f402.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171330
+
171331
+
171332
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171333
+
171334
+
171335
+ Started GET "/assets/pulitzer-e9db154779deb18f295ceb423523c5c5.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171336
+
171337
+
171338
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171339
+
171340
+
171341
+ Started GET "/assets/thin_man-bc03f633a25a7a5024cd67b364718f44.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171342
+
171343
+
171344
+ Started GET "/assets/hooch-56e0ebed45969ed4044195aab3573f13.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171345
+
171346
+
171347
+ Started GET "/assets/pulitzer-f1c378853a0ab18af2deaaa5eb5cd08a.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171348
+
171349
+
171350
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171351
+
171352
+
171353
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171354
+
171355
+
171356
+ Started GET "/assets/wysihtml-toolbar-59685f71cfa39b74ed2f54c267153113.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171357
+
171358
+
171359
+ Started GET "/assets/application-ce5b505a9503055ad90f00a41b129405.js?body=1" for ::1 at 2015-12-17 08:09:11 -0500
171360
+
171361
+
171362
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ%3D%3D" for ::1 at 2015-12-17 08:09:14 -0500
171363
+ Processing by Pulitzer::ContentElementsController#new as */*
171364
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ=="}
171365
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171366
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
171367
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
171368
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
171369
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (3044.4ms)
171370
+ Completed 200 OK in 3062ms (Views: 3058.6ms | ActiveRecord: 0.6ms)
171371
+
171372
+
171373
+ Started GET "/pulitzer/content_elements/new?version_id=1&authenticity_token=HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ%3D%3D" for ::1 at 2015-12-17 08:09:17 -0500
171374
+ Processing by Pulitzer::ContentElementsController#new as */*
171375
+ Parameters: {"version_id"=>"1", "authenticity_token"=>"HDUxEEe99Ynshmu4meBaSie5lcgFeI7djEpSHJZTnb2UROnw4id1Uz7jw6Kkp9Kdcr0Q7cFjcZ2S3yABK40YKQ=="}
171376
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171377
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
171378
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
171379
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
171380
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_new.html.erb (4.3ms)
171381
+ Completed 200 OK in 31ms (Views: 27.4ms | ActiveRecord: 0.4ms)
171382
+
171383
+
171384
+ Started POST "/pulitzer/content_elements" for ::1 at 2015-12-17 08:09:21 -0500
171385
+ Processing by Pulitzer::ContentElementsController#create as */*
171386
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"pPKE8Yo1KS8qobCpHPaLTEldNS/MOpE7NHQt/uaENkAsg1wRL6+p9fjEGLMhsQObHFmwCgghbnsq4V/jW1qz1A==", "content_element"=>{"content_element_type_id"=>"1", "text_editor"=>"Simple editor", "version_id"=>"1", "kind"=>"free_form"}, "commit"=>"Create"}
171387
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171388
+  (0.1ms) begin transaction
171389
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171390
+  (0.1ms) SELECT MAX("pulitzer_content_elements"."sort_order") FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."version_id" = ? AND "pulitzer_content_elements"."kind" = ? [["version_id", 1], ["kind", 1]]
171391
+ SQL (0.4ms) INSERT INTO "pulitzer_content_elements" ("content_element_type_id", "text_editor", "version_id", "kind", "sort_order", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["content_element_type_id", 1], ["text_editor", "Simple editor"], ["version_id", 1], ["kind", 1], ["sort_order", 4], ["created_at", "2015-12-17 13:09:21.204008"], ["updated_at", "2015-12-17 13:09:21.204008"]]
171392
+  (1756.0ms) commit transaction
171393
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171394
+ Rendered toolbars/_simple_editor.html.erb (0.3ms)
171395
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (10.0ms)
171396
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.7ms)
171397
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (48.9ms)
171398
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (66.7ms)
171399
+ Completed 200 OK in 1856ms (Views: 90.5ms | ActiveRecord: 1756.9ms)
171400
+
171401
+
171402
+ Started PATCH "/pulitzer/content_elements/123" for ::1 at 2015-12-17 08:09:27 -0500
171403
+ Processing by Pulitzer::ContentElementsController#update as */*
171404
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"mCTHXFviX0wQLNhVqCjWtECnKGrMVO2/G0Ym45/FZ3EQVR+8/njflsJJcE+Vb15jFaOtTwhPEv8F01T+Ihvi5Q==", "content_element"=>{"title"=>"adfasf", "body"=>"asdfaf"}, "_wysihtml5_mode"=>"1", "commit"=>"Update", "id"=>"123"}
171405
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 123]]
171406
+  (0.0ms) begin transaction
171407
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adfasf"], ["body", "asdfaf"], ["updated_at", "2015-12-17 13:09:27.448654"], ["id", 123]]
171408
+  (64.0ms) commit transaction
171409
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.4ms)
171410
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171411
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171412
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
171413
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (22.1ms)
171414
+ Completed 200 OK in 112ms (Views: 40.8ms | ActiveRecord: 64.9ms)
171415
+
171416
+
171417
+ Started PATCH "/pulitzer/content_elements/122" for ::1 at 2015-12-17 08:09:30 -0500
171418
+ Processing by Pulitzer::ContentElementsController#update as */*
171419
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"IndvYoaV+r72FurI+uSaBYcneshlKt+ag1U/QixsHpuqBreCIw96ZCRzQtLHoxLS0iP/7aExINqdwE1fkbKbDw==", "content_element"=>{"title"=>"adfasdf", "body"=>"asdf"}, "commit"=>"Update", "id"=>"122"}
171420
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 122]]
171421
+  (0.1ms) begin transaction
171422
+ SQL (0.3ms) UPDATE "pulitzer_content_elements" SET "title" = ?, "body" = ?, "updated_at" = ? WHERE "pulitzer_content_elements"."id" = ? [["title", "adfasdf"], ["body", "asdf"], ["updated_at", "2015-12-17 13:09:30.036379"], ["id", 122]]
171423
+  (19.7ms) commit transaction
171424
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_drag_handle.html.erb (0.1ms)
171425
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
171426
+ Pulitzer::Version Load (0.1ms) SELECT "pulitzer_versions".* FROM "pulitzer_versions" WHERE "pulitzer_versions"."id" = ? LIMIT 1 [["id", 1]]
171427
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
171428
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (19.3ms)
171429
+ Completed 200 OK in 64ms (Views: 37.7ms | ActiveRecord: 20.5ms)
171430
+
171431
+
171432
+ Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 08:33:04 -0500
171433
+ Processing by Pulitzer::PostTypesController#index as HTML
171434
+ Completed 500 Internal Server Error in 0ms
171435
+
171436
+ ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
171437
+ app/controllers/application_controller.rb:9:in `setup_user'
171438
+
171439
+
171440
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms)
171441
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
171442
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
171443
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (58.2ms)
171444
+
171445
+
171446
+ Started GET "/pulitzer/post_types" for ::1 at 2015-12-17 08:33:25 -0500
171447
+ Processing by Pulitzer::PostTypesController#index as HTML
171448
+ Completed 500 Internal Server Error in 0ms
171449
+
171450
+ ArgumentError (A copy of ApplicationController has been removed from the module tree but is still active!):
171451
+ app/controllers/application_controller.rb:9:in `setup_user'
171452
+
171453
+
171454
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
171455
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms)
171456
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
171457
+ Rendered /Users/gomayonqui/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (62.5ms)