rich 1.2.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. data/README.rdoc +57 -25
  2. data/app/assets/javascripts/rich/{base.js → base.js.erb} +0 -0
  3. data/app/assets/javascripts/rich/browser/filebrowser.js +6 -3
  4. data/app/assets/javascripts/rich/editor/ckeditor_path.js.erb +1 -0
  5. data/app/assets/javascripts/rich/editor/rich_picker.js +11 -3
  6. data/app/assets/stylesheets/rich/{rich_editor.css → editor.css} +0 -0
  7. data/app/inputs/rich_picker_input.rb +73 -13
  8. data/app/views/rails_admin/main/_form_rich_picker.html.haml +4 -6
  9. data/lib/generators/rich/install/install_generator.rb +1 -1
  10. data/lib/generators/rich/install/templates/rich.rb.erb +1 -0
  11. data/lib/rich.rb +24 -18
  12. data/lib/rich/engine.rb +1 -1
  13. data/lib/rich/rails_admin/config/fields/types/rich_picker.rb +22 -1
  14. data/lib/rich/version.rb +1 -1
  15. data/test/dummy/app/views/posts/_formtastic_form.html.erb +10 -4
  16. data/test/dummy/config/initializers/rich.rb +1 -1
  17. data/test/dummy/db/development.sqlite3 +0 -0
  18. data/test/dummy/db/migrate/20111001122048_create_posts.rb +1 -0
  19. data/test/dummy/db/migrate/20111014123344_devise_create_admin_users.rb +7 -7
  20. data/test/dummy/db/schema.rb +10 -21
  21. data/test/dummy/db/test.sqlite3 +0 -0
  22. data/test/dummy/log/development.log +3990 -0
  23. data/test/dummy/public/system/rich_files/1/large/paspoort.jpg +0 -0
  24. data/test/dummy/public/system/rich_files/1/original/paspoort.jpg +0 -0
  25. data/test/dummy/public/system/rich_files/1/rich_thumb/paspoort.jpg +0 -0
  26. data/test/dummy/public/system/rich_files/1/thumb/paspoort.jpg +0 -0
  27. data/test/dummy/public/system/rich_files/2/large/1929972.jpeg +0 -0
  28. data/test/dummy/public/system/rich_files/2/original/1929972.jpeg +0 -0
  29. data/test/dummy/public/system/rich_files/2/rich_thumb/1929972.jpeg +0 -0
  30. data/test/dummy/public/system/rich_files/2/thumb/1929972.jpeg +0 -0
  31. data/test/dummy/public/system/rich_files/3/original/paspoort.jpg +0 -0
  32. data/test/dummy/public/system/rich_files/4/original/d3-v2-min.js +4 -0
  33. data/test/dummy/tmp/cache/assets/BF4/950/sprockets%2F279775537473209052518901fda5e5a1 +0 -0
  34. data/test/dummy/tmp/cache/assets/C29/300/sprockets%2F3729f3d7fce29242810892915661a262 +0 -0
  35. data/test/dummy/tmp/cache/assets/C2F/090/sprockets%2Fc61816290571577f2f4a2c476847d807 +0 -0
  36. data/test/dummy/tmp/cache/assets/C31/900/sprockets%2Fc586d3032a8673516910f47977f9f070 +0 -0
  37. data/test/dummy/tmp/cache/assets/C84/A30/sprockets%2F3e052243992e2b2f4923c6744e9175cc +0 -0
  38. data/test/dummy/tmp/cache/assets/C89/8E0/sprockets%2F2081e160d573e2ed9157993275c8ca65 +0 -0
  39. data/test/dummy/tmp/cache/assets/C9B/0E0/sprockets%2Fd413f24d52536a30411fdf08b8012e64 +0 -0
  40. data/test/dummy/tmp/cache/assets/CB0/7F0/sprockets%2F030ddebb53f465bd92468484664b5423 +0 -0
  41. data/test/dummy/tmp/cache/assets/CBE/A80/sprockets%2F60bb9087aed9745744925f6ce01525d9 +0 -0
  42. data/test/dummy/tmp/cache/assets/CC5/B40/sprockets%2F86e8761dec921377f8464dcf53537a60 +0 -0
  43. data/test/dummy/tmp/cache/assets/CC8/C00/sprockets%2F9f734a5508b65f099f7937015cc89cf1 +0 -0
  44. data/test/dummy/tmp/cache/assets/CCE/1C0/sprockets%2F3a5bcb00510e1b91a7d66520366fb785 +0 -0
  45. data/test/dummy/tmp/cache/assets/CCF/6C0/sprockets%2F34887a70ed879847179a444c7a56cfc9 +0 -0
  46. data/test/dummy/tmp/cache/assets/CD6/760/sprockets%2Fab21e1c075fd534458ec9080a54e4633 +0 -0
  47. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  48. data/test/dummy/tmp/cache/assets/CD8/890/sprockets%2F90f2441e542d36833d34b3fda6c1807c +0 -0
  49. data/test/dummy/tmp/cache/assets/CDB/D60/sprockets%2F4273349cf5ab3029bd61e3284f9a05f2 +0 -0
  50. data/test/dummy/tmp/cache/assets/CDF/0D0/sprockets%2Ff754896efa407b27407ad234541ae1e5 +0 -0
  51. data/test/dummy/tmp/cache/assets/CE1/BA0/sprockets%2Fb5073884f7c7735f13a952d5ed1b3a33 +0 -0
  52. data/test/dummy/tmp/cache/assets/CE7/D50/sprockets%2F57481e9a368f6ae733d04053d05f9ae5 +0 -0
  53. data/test/dummy/tmp/cache/assets/CEC/F70/sprockets%2Fefe73006fd5745345e6803f58a437e4d +0 -0
  54. data/test/dummy/tmp/cache/assets/CF2/EA0/sprockets%2F0f75c59b187071b1f866cc77cc65b795 +0 -0
  55. data/test/dummy/tmp/cache/assets/CFC/000/sprockets%2Ff21ac4179fc480c359b31450b03db3d4 +0 -0
  56. data/test/dummy/tmp/cache/assets/D01/DF0/sprockets%2F2d3f41532a462ca17f3ce53e392e03d6 +0 -0
  57. data/test/dummy/tmp/cache/assets/D02/FC0/sprockets%2Fd85d016666059b01532f0f02d7af7bca +0 -0
  58. data/test/dummy/tmp/cache/assets/D08/AE0/sprockets%2F1255a035cdf231616f8b38db46fda385 +0 -0
  59. data/test/dummy/tmp/cache/assets/D0D/E20/sprockets%2F1bd13848679c440870b4e4b7c653ccab +0 -0
  60. data/test/dummy/tmp/cache/assets/D0E/260/sprockets%2F2aa865ba708b500cbf867d5365c88e21 +0 -0
  61. data/test/dummy/tmp/cache/assets/D10/5B0/sprockets%2F71a5b85023d2c258980f73d3ebc356ee +0 -0
  62. data/test/dummy/tmp/cache/assets/D16/C80/sprockets%2Ff7542a59245ae529e0377e4aa5d54df5 +0 -0
  63. data/test/dummy/tmp/cache/assets/D24/B30/sprockets%2F315f97ad7a5a978d6b6e1ffb53970637 +0 -0
  64. data/test/dummy/tmp/cache/assets/D27/8A0/sprockets%2Fb9e667ccf42b578538e680b5d7790ce3 +0 -0
  65. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  66. data/test/dummy/tmp/cache/assets/D36/050/sprockets%2Fe1c34750a8f112dff2eb056d13e5825f +0 -0
  67. data/test/dummy/tmp/cache/assets/D39/6E0/sprockets%2F8c058f3c6b43ca121e86ac6044af48c7 +0 -0
  68. data/test/dummy/tmp/cache/assets/D44/980/sprockets%2F261b3df39ab7b58818b36d8d6a0f656a +0 -0
  69. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  70. data/test/dummy/tmp/cache/assets/D56/A00/sprockets%2F9e930eed9e78fa64a8873e9b3d2d2055 +0 -0
  71. data/test/dummy/tmp/cache/assets/D58/9C0/sprockets%2F40ff3a83660eaba43aff203d3ca43364 +0 -0
  72. data/test/dummy/tmp/cache/assets/D59/D70/sprockets%2Fed9f0de1b65ae8d7ef89087c83728461 +0 -0
  73. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  74. data/test/dummy/tmp/cache/assets/D6B/130/sprockets%2F4bb79ff7b89877876d8d1e5d9a5138ff +0 -0
  75. data/test/dummy/tmp/cache/assets/D74/420/sprockets%2F6dcbdaabb925c57d84451076bd846e48 +0 -0
  76. data/test/dummy/tmp/cache/assets/D74/DB0/sprockets%2Fd149e93e9dcaa4153ece7c289b54b442 +0 -0
  77. data/test/dummy/tmp/cache/assets/D78/5E0/sprockets%2Fd8e4db6d4b7de69d0d28f4a627124f81 +0 -0
  78. data/test/dummy/tmp/cache/assets/D7A/390/sprockets%2F54bb70197fd826cd344acdd6891ec6f5 +0 -0
  79. data/test/dummy/tmp/cache/assets/D8F/A80/sprockets%2Fd10cfce4d91187c2c0d1a3b181da7f93 +0 -0
  80. data/test/dummy/tmp/cache/assets/D93/4C0/sprockets%2F857ecd2092cee11f740b3cf2e373ad2a +0 -0
  81. data/test/dummy/tmp/cache/assets/D98/0B0/sprockets%2Fbf5fd5300d361da05fa7eeb9737d16b4 +0 -0
  82. data/test/dummy/tmp/cache/assets/D9E/2A0/sprockets%2F59eadf021b1fa89ef2087fe4e1537cc0 +0 -0
  83. data/test/dummy/tmp/cache/assets/DA5/B80/sprockets%2Fb4a57c05989fb47caffafad57c549022 +0 -0
  84. data/test/dummy/tmp/cache/assets/DAA/BC0/sprockets%2Fa7f5da0437b83b8e8fe5ab9f28048bf4 +0 -0
  85. data/test/dummy/tmp/cache/assets/DAC/520/sprockets%2Fb6badb6fbadf13b52b1333fd722210a4 +0 -0
  86. data/test/dummy/tmp/cache/assets/DAE/620/sprockets%2F9be804f3b5257d6758bf4fba22def5f7 +0 -0
  87. data/test/dummy/tmp/cache/assets/DC7/8F0/sprockets%2F3a0c984ffdc1bc40de43cd32b37d0e89 +0 -0
  88. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  89. data/test/dummy/tmp/cache/assets/DDE/420/sprockets%2Ffb8b186d5bf0307f86f65fc787d2adeb +0 -0
  90. data/test/dummy/tmp/cache/assets/DE5/1A0/sprockets%2F4cef6cd4ff6fb6e565513ff9f478af12 +0 -0
  91. data/test/dummy/tmp/cache/assets/DF5/A60/sprockets%2Fd42474f12cb2b09f5db2dc0ae7f96fab +0 -0
  92. data/test/dummy/tmp/cache/assets/DF9/760/sprockets%2Fb530b9d0f6dbaa38bc862b9c71bc88bc +0 -0
  93. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  94. data/test/dummy/tmp/cache/assets/E2F/780/sprockets%2Fd05c4de61ff731bc3ebc9ed0d7e92cb8 +0 -0
  95. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_all.css.scssc +0 -0
  96. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_buttons.css.scssc +0 -0
  97. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_gradients.css.scssc +0 -0
  98. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_icons.css.scssc +0 -0
  99. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_reset.css.scssc +0 -0
  100. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_rounded.css.scssc +0 -0
  101. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_sections.css.scssc +0 -0
  102. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_shadows.css.scssc +0 -0
  103. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_typography.scssc +0 -0
  104. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_utilities.scssc +0 -0
  105. data/test/dummy/tmp/cache/sass/066cc9c58d540580d17434d076e43e4cf9a2e0c3/_variables.css.scssc +0 -0
  106. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_button.scssc +0 -0
  107. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_clearfix.scssc +0 -0
  108. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_font-face.scssc +0 -0
  109. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_font-family.scssc +0 -0
  110. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_hide-text.scssc +0 -0
  111. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_html5-input-types.scssc +0 -0
  112. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_position.scssc +0 -0
  113. data/test/dummy/tmp/cache/sass/1874a11a5f837c78a1fd54169ce30f7c58d299c0/_timing-functions.scssc +0 -0
  114. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_batch_actions.css.scssc +0 -0
  115. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_blank_slates.scssc +0 -0
  116. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_breadcrumbs.scssc +0 -0
  117. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_buttons.scssc +0 -0
  118. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_columns.scssc +0 -0
  119. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_comments.css.scssc +0 -0
  120. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_date_picker.css.scssc +0 -0
  121. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_dropdown_menu.scssc +0 -0
  122. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_flash_messages.css.scssc +0 -0
  123. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_grid.scssc +0 -0
  124. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_links.scssc +0 -0
  125. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_pagination.scssc +0 -0
  126. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_panels.scssc +0 -0
  127. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_popovers.css.scssc +0 -0
  128. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_scopes.scssc +0 -0
  129. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_status_tags.scssc +0 -0
  130. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_table_tools.css.scssc +0 -0
  131. data/test/dummy/tmp/cache/sass/226c14edf5187b4371b9716abffe0f2936c67d13/_tables.css.scssc +0 -0
  132. data/test/dummy/tmp/cache/sass/355804974a778824d46a13b58d8de14dce78c77c/_dashboard.scssc +0 -0
  133. data/test/dummy/tmp/cache/sass/355804974a778824d46a13b58d8de14dce78c77c/_logged_out.scssc +0 -0
  134. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_animation.scssc +0 -0
  135. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_appearance.scssc +0 -0
  136. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_background-image.scssc +0 -0
  137. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_background-size.scssc +0 -0
  138. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_background.scssc +0 -0
  139. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_border-image.scssc +0 -0
  140. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_border-radius.scssc +0 -0
  141. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_box-shadow.scssc +0 -0
  142. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_box-sizing.scssc +0 -0
  143. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_columns.scssc +0 -0
  144. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_flex-box.scssc +0 -0
  145. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_inline-block.scssc +0 -0
  146. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_linear-gradient.scssc +0 -0
  147. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_prefixer.scssc +0 -0
  148. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_radial-gradient.scssc +0 -0
  149. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_transform.scssc +0 -0
  150. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_transition.scssc +0 -0
  151. data/test/dummy/tmp/cache/sass/3ef594d3054ab5924037077f46cd34744387bdda/_user-select.scssc +0 -0
  152. data/test/dummy/tmp/cache/sass/50638ed8e7e96fafc58a8fddeb8812b007f36fba/_dashboard.scssc +0 -0
  153. data/test/dummy/tmp/cache/sass/50638ed8e7e96fafc58a8fddeb8812b007f36fba/_logged_out.scssc +0 -0
  154. data/test/dummy/tmp/cache/sass/5f1cc16f20967db372aad51aad304a55875e3e7a/reset.css.scssc +0 -0
  155. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_button.scssc +0 -0
  156. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_clearfix.scssc +0 -0
  157. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_font-face.scssc +0 -0
  158. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_font-family.scssc +0 -0
  159. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_hide-text.scssc +0 -0
  160. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_html5-input-types.scssc +0 -0
  161. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_position.scssc +0 -0
  162. data/test/dummy/tmp/cache/sass/607c6472103bfee11ee6ba9dc2ec0f9b27207a19/_timing-functions.scssc +0 -0
  163. data/test/dummy/tmp/cache/sass/735114de67eda3be5eaa34cd96c8cf4cffc5af9e/application.css.scssc +0 -0
  164. data/test/dummy/tmp/cache/sass/774ef60b9ed95f625c88a3b45ac34afb4847d5be/_footer.scssc +0 -0
  165. data/test/dummy/tmp/cache/sass/774ef60b9ed95f625c88a3b45ac34afb4847d5be/_main_structure.scssc +0 -0
  166. data/test/dummy/tmp/cache/sass/774ef60b9ed95f625c88a3b45ac34afb4847d5be/_title_bar.scssc +0 -0
  167. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_all.css.scssc +0 -0
  168. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_buttons.css.scssc +0 -0
  169. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_gradients.css.scssc +0 -0
  170. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_icons.css.scssc +0 -0
  171. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_reset.css.scssc +0 -0
  172. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_rounded.css.scssc +0 -0
  173. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_sections.css.scssc +0 -0
  174. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_shadows.css.scssc +0 -0
  175. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_typography.scssc +0 -0
  176. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_utilities.scssc +0 -0
  177. data/test/dummy/tmp/cache/sass/7b1a349e0c344125e58272a89773b3a827b806b0/_variables.css.scssc +0 -0
  178. data/test/dummy/tmp/cache/sass/9b2f428a42b29326a69d34f55aee7199d1940d78/_base.css.scssc +0 -0
  179. data/test/dummy/tmp/cache/sass/9b2f428a42b29326a69d34f55aee7199d1940d78/_forms.css.scssc +0 -0
  180. data/test/dummy/tmp/cache/sass/9b2f428a42b29326a69d34f55aee7199d1940d78/_header.css.scssc +0 -0
  181. data/test/dummy/tmp/cache/sass/9b2f428a42b29326a69d34f55aee7199d1940d78/_mixins.css.scssc +0 -0
  182. data/test/dummy/tmp/cache/sass/9b2f428a42b29326a69d34f55aee7199d1940d78/_typography.css.scssc +0 -0
  183. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_batch_actions.css.scssc +0 -0
  184. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_blank_slates.scssc +0 -0
  185. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_breadcrumbs.scssc +0 -0
  186. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_buttons.scssc +0 -0
  187. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_columns.scssc +0 -0
  188. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_comments.css.scssc +0 -0
  189. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_date_picker.css.scssc +0 -0
  190. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_dropdown_menu.scssc +0 -0
  191. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_flash_messages.css.scssc +0 -0
  192. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_grid.scssc +0 -0
  193. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_links.scssc +0 -0
  194. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_pagination.scssc +0 -0
  195. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_panels.scssc +0 -0
  196. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_popovers.css.scssc +0 -0
  197. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_scopes.scssc +0 -0
  198. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_status_tags.scssc +0 -0
  199. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_table_tools.css.scssc +0 -0
  200. data/test/dummy/tmp/cache/sass/9e75803f6185b39ff2433fbb967d9c9068b23681/_tables.css.scssc +0 -0
  201. data/test/dummy/tmp/cache/sass/a4d83294a701fc3f143bafe459845d4d4f3c18f9/_bourbon.scssc +0 -0
  202. data/test/dummy/tmp/cache/sass/a59b2f1bcbb1937e11c06b2ac7631c2028d51c9e/_footer.scssc +0 -0
  203. data/test/dummy/tmp/cache/sass/a59b2f1bcbb1937e11c06b2ac7631c2028d51c9e/_main_structure.scssc +0 -0
  204. data/test/dummy/tmp/cache/sass/a59b2f1bcbb1937e11c06b2ac7631c2028d51c9e/_title_bar.scssc +0 -0
  205. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_deprecated-webkit-gradient.scssc +0 -0
  206. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_flex-grid.scssc +0 -0
  207. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_grid-width.scssc +0 -0
  208. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_linear-gradient.scssc +0 -0
  209. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_modular-scale.scssc +0 -0
  210. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_radial-gradient.scssc +0 -0
  211. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_render-gradients.scssc +0 -0
  212. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_tint-shade.scssc +0 -0
  213. data/test/dummy/tmp/cache/sass/ad6cfe7d85d6657cc013f0b35b2ecec7392330dc/_transition-property-name.scssc +0 -0
  214. data/test/dummy/tmp/cache/sass/d667a49c365c07e051a935fb3451d6efbd5fd1b8/_bourbon.scssc +0 -0
  215. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_deprecated-webkit-gradient.scssc +0 -0
  216. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_flex-grid.scssc +0 -0
  217. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_grid-width.scssc +0 -0
  218. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_linear-gradient.scssc +0 -0
  219. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_modular-scale.scssc +0 -0
  220. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_radial-gradient.scssc +0 -0
  221. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_render-gradients.scssc +0 -0
  222. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_tint-shade.scssc +0 -0
  223. data/test/dummy/tmp/cache/sass/e54c568f927604a54fb310a2834727ae5400d1c6/_transition-property-name.scssc +0 -0
  224. data/test/dummy/tmp/cache/sass/ebe7fc6b174f17eda39b1e27facf42a7b425860e/_base.css.scssc +0 -0
  225. data/test/dummy/tmp/cache/sass/ebe7fc6b174f17eda39b1e27facf42a7b425860e/_forms.css.scssc +0 -0
  226. data/test/dummy/tmp/cache/sass/ebe7fc6b174f17eda39b1e27facf42a7b425860e/_header.css.scssc +0 -0
  227. data/test/dummy/tmp/cache/sass/ebe7fc6b174f17eda39b1e27facf42a7b425860e/_mixins.css.scssc +0 -0
  228. data/test/dummy/tmp/cache/sass/ebe7fc6b174f17eda39b1e27facf42a7b425860e/_typography.css.scssc +0 -0
  229. data/test/dummy/tmp/cache/sass/ebe7fc6b174f17eda39b1e27facf42a7b425860e/print.css.scssc +0 -0
  230. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_animation.scssc +0 -0
  231. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_appearance.scssc +0 -0
  232. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_background-image.scssc +0 -0
  233. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_background-size.scssc +0 -0
  234. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_background.scssc +0 -0
  235. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_border-image.scssc +0 -0
  236. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_border-radius.scssc +0 -0
  237. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_box-shadow.scssc +0 -0
  238. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_box-sizing.scssc +0 -0
  239. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_columns.scssc +0 -0
  240. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_flex-box.scssc +0 -0
  241. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_inline-block.scssc +0 -0
  242. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_linear-gradient.scssc +0 -0
  243. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_prefixer.scssc +0 -0
  244. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_radial-gradient.scssc +0 -0
  245. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_transform.scssc +0 -0
  246. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_transition.scssc +0 -0
  247. data/test/dummy/tmp/cache/sass/f9703f822f603d031cc5d49a82ea8d38faa70942/_user-select.scssc +0 -0
  248. data/vendor/assets/ckeditor/ckeditor-contrib/plugins/MediaEmbed/plugin.js +1 -1
  249. data/vendor/assets/ckeditor/ckeditor-contrib/skins/BootstrapCK/editor.css +4 -4
  250. metadata +479 -20
  251. data/app/assets/javascripts/rich/editor/ckeditor_path.js +0 -1
@@ -19,6 +19,27 @@ module RailsAdmin::Config::Fields::Types
19
19
  def scope_id
20
20
  bindings[:object].id
21
21
  end
22
-
22
+
23
+ def editor_options
24
+ Rich.options(config, scope_type, scope_id)
25
+ end
26
+
27
+ def preview_image_path
28
+ if value.to_s.html_safe != ""
29
+ if (true if Float(value) rescue false)
30
+ # if the value is numeric we assume its an object id
31
+ rich_file = Rich::RichFile.find(value)
32
+ rich_file.rich_file.url(:rich_thumb)
33
+ else
34
+ # if not, we assume its a url
35
+ value.to_s
36
+ end
37
+ else
38
+ # no value, show placeholder image
39
+ editor_options[:placeholder_image]
40
+ end
41
+
42
+ end
43
+
23
44
  end
24
45
  end
data/lib/rich/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rich
2
- VERSION = "1.2.0"
2
+ VERSION = "1.3.0"
3
3
  end
@@ -3,9 +3,15 @@
3
3
  <%= f.input :name %>
4
4
  <%= # f.input :title, :as => :rich_asset
5
5
  %>
6
- <%= f.input :content, :as => :rich, :config => { :default_style => "thumb" } %>
7
- <% end %>
8
- <%= f.buttons do %>
9
- <%= f.commit_button %>
6
+
7
+ <%= f.input :content, :as => :rich_picker, :config => { :default_style => "thumb" } %>
8
+ <%= f.input :image_id, :as => :rich_picker, :config => { :default_style => "thumb" } %>
10
9
  <% end %>
10
+
11
+
12
+ <%= f.actions do %>
13
+ <%= f.action :submit, :as => :button %>
14
+ <%= f.action :cancel, :as => :link %>
15
+ <% end %>
16
+
11
17
  <% end %>
@@ -20,7 +20,7 @@ if Object.const_defined?("Rich")
20
20
 
21
21
  config.default_style = :large
22
22
 
23
- config.authentication_method = :authenticate_admin_user!
23
+ #config.authentication_method = :authenticate_admin_user!
24
24
 
25
25
  end
26
26
 
Binary file
@@ -3,6 +3,7 @@ class CreatePosts < ActiveRecord::Migration
3
3
  create_table :posts do |t|
4
4
  t.string :name
5
5
  t.string :title
6
+ t.integer :image_id
6
7
  t.text :content
7
8
 
8
9
  t.timestamps
@@ -1,10 +1,10 @@
1
1
  class DeviseCreateAdminUsers < ActiveRecord::Migration
2
2
  def self.up
3
3
  create_table(:admin_users) do |t|
4
- t.database_authenticatable :null => false
5
- t.recoverable
6
- t.rememberable
7
- t.trackable
4
+ #t.database_authenticatable :null => false
5
+ #t.recoverable
6
+ #t.rememberable
7
+ #t.trackable
8
8
 
9
9
  # t.encryptable
10
10
  # t.confirmable
@@ -16,10 +16,10 @@ class DeviseCreateAdminUsers < ActiveRecord::Migration
16
16
  end
17
17
 
18
18
  # Create a default user
19
- AdminUser.create!(:email => 'admin@example.com', :password => 'password', :password_confirmation => 'password')
19
+ #AdminUser.create!(:email => 'admin@example.com', :password => 'password', :password_confirmation => 'password')
20
20
 
21
- add_index :admin_users, :email, :unique => true
22
- add_index :admin_users, :reset_password_token, :unique => true
21
+ #add_index :admin_users, :email, :unique => true
22
+ #add_index :admin_users, :reset_password_token, :unique => true
23
23
  # add_index :admin_users, :confirmation_token, :unique => true
24
24
  # add_index :admin_users, :unlock_token, :unique => true
25
25
  # add_index :admin_users, :authentication_token, :unique => true
@@ -1,3 +1,4 @@
1
+ # encoding: UTF-8
1
2
  # This file is auto-generated from the current state of the database. Instead
2
3
  # of editing this file, please use the migrations feature of Active Record to
3
4
  # incrementally modify your database, and then regenerate this schema definition.
@@ -18,8 +19,8 @@ ActiveRecord::Schema.define(:version => 20111201102914) do
18
19
  t.integer "author_id"
19
20
  t.string "author_type"
20
21
  t.text "body"
21
- t.datetime "created_at"
22
- t.datetime "updated_at"
22
+ t.datetime "created_at", :null => false
23
+ t.datetime "updated_at", :null => false
23
24
  t.string "namespace"
24
25
  end
25
26
 
@@ -28,34 +29,22 @@ ActiveRecord::Schema.define(:version => 20111201102914) do
28
29
  add_index "active_admin_comments", ["resource_type", "resource_id"], :name => "index_admin_notes_on_resource_type_and_resource_id"
29
30
 
30
31
  create_table "admin_users", :force => true do |t|
31
- t.string "email", :default => "", :null => false
32
- t.string "encrypted_password", :limit => 128, :default => "", :null => false
33
- t.string "reset_password_token"
34
- t.datetime "reset_password_sent_at"
35
- t.datetime "remember_created_at"
36
- t.integer "sign_in_count", :default => 0
37
- t.datetime "current_sign_in_at"
38
- t.datetime "last_sign_in_at"
39
- t.string "current_sign_in_ip"
40
- t.string "last_sign_in_ip"
41
- t.datetime "created_at"
42
- t.datetime "updated_at"
32
+ t.datetime "created_at", :null => false
33
+ t.datetime "updated_at", :null => false
43
34
  end
44
35
 
45
- add_index "admin_users", ["email"], :name => "index_admin_users_on_email", :unique => true
46
- add_index "admin_users", ["reset_password_token"], :name => "index_admin_users_on_reset_password_token", :unique => true
47
-
48
36
  create_table "posts", :force => true do |t|
49
37
  t.string "name"
50
38
  t.string "title"
39
+ t.integer "image_id"
51
40
  t.text "content"
52
- t.datetime "created_at"
53
- t.datetime "updated_at"
41
+ t.datetime "created_at", :null => false
42
+ t.datetime "updated_at", :null => false
54
43
  end
55
44
 
56
45
  create_table "rich_rich_files", :force => true do |t|
57
- t.datetime "created_at"
58
- t.datetime "updated_at"
46
+ t.datetime "created_at", :null => false
47
+ t.datetime "updated_at", :null => false
59
48
  t.string "rich_file_file_name"
60
49
  t.string "rich_file_content_type"
61
50
  t.integer "rich_file_file_size"
File without changes
@@ -369,3 +369,3993 @@ Migrating to CreateRichRichImages (20111003150957)
369
369
  Migrating to DeviseCreateAdminUsers (20111014123344)
370
370
   (0.0ms) begin transaction
371
371
   (0.1ms) rollback transaction
372
+
373
+
374
+ Started GET "/" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
375
+ Processing by PostsController#index as HTML
376
+ Post Load (0.5ms) SELECT "posts".* FROM "posts" 
377
+ Rendered posts/index.html.erb within layouts/application (4.2ms)
378
+ Compiled rich/editor/rich_editor.js (1ms) (pid 42568)
379
+ Compiled rich/editor/rich_picker.js (0ms) (pid 42568)
380
+ Compiled rich/editor/ckeditor_path.js (0ms) (pid 42568)
381
+ Compiled rich/base.js (60ms) (pid 42568)
382
+ Compiled rich.js (76ms) (pid 42568)
383
+ Compiled application.js (4ms) (pid 42568)
384
+ Completed 200 OK in 295ms (Views: 291.6ms | ActiveRecord: 1.1ms)
385
+
386
+
387
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
388
+ Served asset /rich/editor.css - 200 OK (10ms)
389
+
390
+
391
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
392
+ Served asset /posts.css - 200 OK (3ms)
393
+
394
+
395
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
396
+ Served asset /active_admin.css - 200 OK (14ms)
397
+
398
+
399
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
400
+ Served asset /jquery.js - 200 OK (8ms)
401
+
402
+
403
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
404
+ Served asset /scaffold.css - 200 OK (2ms)
405
+
406
+
407
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
408
+ Served asset /application.css - 200 OK (37ms)
409
+
410
+
411
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
412
+ Served asset /rich/editor/ckeditor_path.js - 200 OK (6ms)
413
+
414
+
415
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
416
+ Served asset /jquery_ujs.js - 200 OK (3ms)
417
+
418
+
419
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
420
+ Served asset /ckeditor/ckeditor.js - 200 OK (16ms)
421
+
422
+
423
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
424
+ Served asset /ckeditor/adapters/jquery.js - 200 OK (6ms)
425
+
426
+
427
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
428
+ Served asset /rich/editor/rich_editor.js - 200 OK (6ms)
429
+
430
+
431
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:30 +0200
432
+ Served asset /rich/editor/rich_picker.js - 200 OK (7ms)
433
+
434
+
435
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:31 +0200
436
+ Served asset /rich/base.js - 200 OK (88ms)
437
+
438
+
439
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:31 +0200
440
+ Served asset /rich.js - 200 OK (16ms)
441
+
442
+
443
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-07 07:32:31 +0200
444
+ Served asset /application.js - 200 OK (22ms)
445
+
446
+
447
+ Started GET "/admin" for 127.0.0.1 at 2012-10-07 07:32:35 +0200
448
+ Processing by Admin::DashboardController#index as HTML
449
+ Completed 401 Unauthorized in 2ms
450
+
451
+
452
+ Started GET "/admin/login" for 127.0.0.1 at 2012-10-07 07:32:35 +0200
453
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
454
+ Completed 500 Internal Server Error in 2ms
455
+
456
+ ActiveRecord::StatementInvalid (Could not find table 'admin_users'):
457
+ activerecord (3.2.3) lib/active_record/connection_adapters/sqlite_adapter.rb:465:in `table_structure'
458
+ activerecord (3.2.3) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns'
459
+ activerecord (3.2.3) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize'
460
+ activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `yield'
461
+ activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `default'
462
+ activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `columns'
463
+ activerecord (3.2.3) lib/active_record/model_schema.rb:243:in `column_defaults'
464
+ activerecord (3.2.3) lib/active_record/base.rb:482:in `initialize'
465
+ devise (2.1.2) app/controllers/devise_controller.rb:102:in `new'
466
+ devise (2.1.2) app/controllers/devise_controller.rb:102:in `build_resource'
467
+ devise (2.1.2) app/controllers/devise/sessions_controller.rb:8:in `new'
468
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
469
+ actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action'
470
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
471
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
472
+ activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__88619290046074709__process_action__665995181338759733__callbacks'
473
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
474
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
475
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
476
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
477
+ actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
478
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
479
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument'
480
+ activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
481
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument'
482
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
483
+ actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
484
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
485
+ actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process'
486
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process'
487
+ actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch'
488
+ actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
489
+ actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action'
490
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call'
491
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
492
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call'
493
+ actionpack (3.2.3) lib/action_dispatch/routing/mapper.rb:40:in `call'
494
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
495
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
496
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
497
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call'
498
+ rack-raw-upload (1.0.11) lib/rack/raw_upload.rb:17:in `call'
499
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
500
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
501
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
502
+ actionpack (3.2.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
503
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
504
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
505
+ actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:in `call'
506
+ actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
507
+ actionpack (3.2.3) lib/action_dispatch/middleware/flash.rb:242:in `call'
508
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
509
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
510
+ actionpack (3.2.3) lib/action_dispatch/middleware/cookies.rb:338:in `call'
511
+ activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call'
512
+ activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call'
513
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
514
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__4375327840396865143__call__2259215241510319708__callbacks'
515
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
516
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
517
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
518
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
519
+ actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call'
520
+ actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
521
+ actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
522
+ actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
523
+ railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app'
524
+ railties (3.2.3) lib/rails/rack/logger.rb:16:in `call'
525
+ actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call'
526
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
527
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
528
+ activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
529
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
530
+ actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call'
531
+ railties (3.2.3) lib/rails/engine.rb:479:in `call'
532
+ railties (3.2.3) lib/rails/application.rb:220:in `call'
533
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
534
+ railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call'
535
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
536
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
537
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
538
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
539
+
540
+
541
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms)
542
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
543
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.2ms)
544
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
545
+ Migrating to CreatePosts (20111001122048)
546
+ Migrating to CreateRichRichImages (20111003150957)
547
+ Migrating to DeviseCreateAdminUsers (20111014123344)
548
+  (0.0ms) select sqlite_version(*)
549
+  (0.0ms) begin transaction
550
+  (0.1ms) rollback transaction
551
+
552
+
553
+ Started GET "/admin/" for 127.0.0.1 at 2012-10-07 15:21:44 +0200
554
+ Processing by Admin::DashboardController#index as HTML
555
+ Completed 401 Unauthorized in 2ms
556
+
557
+
558
+ Started GET "/admin/login" for 127.0.0.1 at 2012-10-07 15:21:44 +0200
559
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
560
+ Completed 500 Internal Server Error in 2ms
561
+
562
+ ActiveRecord::StatementInvalid (Could not find table 'admin_users'):
563
+ activerecord (3.2.3) lib/active_record/connection_adapters/sqlite_adapter.rb:465:in `table_structure'
564
+ activerecord (3.2.3) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns'
565
+ activerecord (3.2.3) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize'
566
+ activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `yield'
567
+ activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `default'
568
+ activerecord (3.2.3) lib/active_record/model_schema.rb:228:in `columns'
569
+ activerecord (3.2.3) lib/active_record/model_schema.rb:243:in `column_defaults'
570
+ activerecord (3.2.3) lib/active_record/base.rb:482:in `initialize'
571
+ devise (2.1.2) app/controllers/devise_controller.rb:102:in `new'
572
+ devise (2.1.2) app/controllers/devise_controller.rb:102:in `build_resource'
573
+ devise (2.1.2) app/controllers/devise/sessions_controller.rb:8:in `new'
574
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
575
+ actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action'
576
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
577
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
578
+ activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__3144582193146455417__process_action__3443501364788528515__callbacks'
579
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
580
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
581
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
582
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
583
+ actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
584
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
585
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument'
586
+ activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
587
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument'
588
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
589
+ actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
590
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
591
+ actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process'
592
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process'
593
+ actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch'
594
+ actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
595
+ actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action'
596
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call'
597
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
598
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call'
599
+ actionpack (3.2.3) lib/action_dispatch/routing/mapper.rb:40:in `call'
600
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
601
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
602
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
603
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call'
604
+ rack-raw-upload (1.0.11) lib/rack/raw_upload.rb:17:in `call'
605
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
606
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
607
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
608
+ actionpack (3.2.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
609
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
610
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
611
+ actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:in `call'
612
+ actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
613
+ actionpack (3.2.3) lib/action_dispatch/middleware/flash.rb:242:in `call'
614
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
615
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
616
+ actionpack (3.2.3) lib/action_dispatch/middleware/cookies.rb:338:in `call'
617
+ activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call'
618
+ activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call'
619
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
620
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__960650286448949295__call__2964762401722276623__callbacks'
621
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
622
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
623
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
624
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
625
+ actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call'
626
+ actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
627
+ actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
628
+ actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
629
+ railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app'
630
+ railties (3.2.3) lib/rails/rack/logger.rb:16:in `call'
631
+ actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call'
632
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
633
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
634
+ activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
635
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
636
+ actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call'
637
+ railties (3.2.3) lib/rails/engine.rb:479:in `call'
638
+ railties (3.2.3) lib/rails/application.rb:220:in `call'
639
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
640
+ railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call'
641
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
642
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
643
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
644
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
645
+
646
+
647
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.2ms)
648
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
649
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.7ms)
650
+  (0.1ms) select sqlite_version(*)
651
+  (1.4ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" integer NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime, "updated_at" datetime, "namespace" varchar(255))
652
+  (0.1ms) PRAGMA index_list("active_admin_comments")
653
+  (1.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")
654
+  (0.1ms) PRAGMA index_list("active_admin_comments")
655
+  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')
656
+  (1.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")
657
+  (0.1ms) PRAGMA index_list("active_admin_comments")
658
+  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')
659
+  (0.0ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')
660
+  (1.1ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")
661
+  (1.2ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(128) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "created_at" datetime, "updated_at" datetime)
662
+  (0.1ms) PRAGMA index_list("admin_users")
663
+  (1.1ms) CREATE UNIQUE INDEX "index_admin_users_on_email" ON "admin_users" ("email")
664
+  (0.1ms) PRAGMA index_list("admin_users")
665
+  (0.0ms) PRAGMA index_info('index_admin_users_on_email')
666
+  (1.1ms) CREATE UNIQUE INDEX "index_admin_users_on_reset_password_token" ON "admin_users" ("reset_password_token")
667
+  (3.0ms) DROP TABLE "posts"
668
+  (1.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime) 
669
+  (1.5ms) CREATE TABLE "rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime, "updated_at" datetime, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "rich_file_file_size" integer, "rich_file_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text, "simplified_type" varchar(255))
670
+  (0.5ms) SELECT version FROM "schema_migrations"
671
+  (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20111201102914')
672
+  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20111014123344')
673
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20111014143348')
674
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20111014143349')
675
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20111117202523')
676
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
677
+
678
+
679
+ Started GET "/admin/login" for 127.0.0.1 at 2012-10-07 15:22:07 +0200
680
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
681
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/active_admin/devise/shared/_links.erb (1.5ms)
682
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (212.6ms)
683
+ Compiled active_admin/print.css (224ms) (pid 45610)
684
+ Compiled jquery-ui.js (3ms) (pid 45610)
685
+ Completed 500 Internal Server Error in 675ms
686
+
687
+ ActionView::Template::Error (cannot load such file -- coffee_script
688
+ (in /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/assets/javascripts/active_admin/lib/namespace.js.coffee)):
689
+ 9: <%= stylesheet_link_tag style.path, style.options.dup %>
690
+ 10: <% end %>
691
+ 11: <% ActiveAdmin.application.javascripts.each do |path| %>
692
+ 12: <%= javascript_include_tag path %>
693
+ 13: <% end %>
694
+ 14:
695
+ 15: <%= csrf_meta_tag %>
696
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `require'
697
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `block in require'
698
+ activesupport (3.2.3) lib/active_support/dependencies.rb:236:in `load_dependency'
699
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `require'
700
+ tilt (1.3.3) lib/tilt/template.rb:108:in `require_template_library'
701
+ tilt (1.3.3) lib/tilt/coffee.rb:36:in `initialize_engine'
702
+ tilt (1.3.3) lib/tilt/template.rb:55:in `initialize'
703
+ sprockets (2.1.3) lib/sprockets/context.rb:176:in `new'
704
+ sprockets (2.1.3) lib/sprockets/context.rb:176:in `block in evaluate'
705
+ sprockets (2.1.3) lib/sprockets/context.rb:174:in `each'
706
+ sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate'
707
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize'
708
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
709
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
710
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
711
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
712
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
713
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
714
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
715
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
716
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
717
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
718
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
719
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
720
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
721
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
722
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
723
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
724
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
725
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
726
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
727
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
728
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
729
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
730
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
731
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
732
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
733
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
734
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
735
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
736
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
737
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
738
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
739
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
740
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
741
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
742
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
743
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
744
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
745
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
746
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
747
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
748
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
749
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
750
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
751
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
752
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
753
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
754
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
755
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
756
+ sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
757
+ sprockets (2.1.3) lib/sprockets/base.rb:244:in `new'
758
+ sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset'
759
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
760
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
761
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
762
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
763
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
764
+ sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset'
765
+ sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]'
766
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for'
767
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag'
768
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:26:in `collect'
769
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag'
770
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:12:in `block in ___sers_bastiaan__rvm_gems_ruby_______p____bundler_gems_active_admin___c__b_fad___app_views_layouts_active_admin_logged_out_html_erb__2810892607082903301_70150815850480'
771
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:11:in `each'
772
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:11:in `___sers_bastiaan__rvm_gems_ruby_______p____bundler_gems_active_admin___c__b_fad___app_views_layouts_active_admin_logged_out_html_erb__2810892607082903301_70150815850480'
773
+ actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render'
774
+ activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument'
775
+ actionpack (3.2.3) lib/action_view/template.rb:141:in `render'
776
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
777
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
778
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render'
779
+ actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template'
780
+ actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render'
781
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template'
782
+ actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template'
783
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body'
784
+ actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
785
+ actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
786
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render'
787
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render'
788
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
789
+ activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
790
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
791
+ activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms'
792
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
793
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
794
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
795
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render'
796
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
797
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:232:in `default_render'
798
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html'
799
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond'
800
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call'
801
+ actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with'
802
+ devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new'
803
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
804
+ actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action'
805
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
806
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
807
+ activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__2273046523534821984__process_action__1064848408192994118__callbacks'
808
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
809
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
810
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
811
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
812
+ actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
813
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
814
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument'
815
+ activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
816
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument'
817
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
818
+ actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
819
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
820
+ actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process'
821
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process'
822
+ actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch'
823
+ actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
824
+ actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action'
825
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call'
826
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
827
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call'
828
+ actionpack (3.2.3) lib/action_dispatch/routing/mapper.rb:40:in `call'
829
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
830
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
831
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
832
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call'
833
+ rack-raw-upload (1.0.11) lib/rack/raw_upload.rb:17:in `call'
834
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
835
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
836
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
837
+ actionpack (3.2.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
838
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
839
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
840
+ actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:in `call'
841
+ actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
842
+ actionpack (3.2.3) lib/action_dispatch/middleware/flash.rb:242:in `call'
843
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
844
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
845
+ actionpack (3.2.3) lib/action_dispatch/middleware/cookies.rb:338:in `call'
846
+ activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call'
847
+ activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call'
848
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
849
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__988795360455677180__call__2449025138669356803__callbacks'
850
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
851
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
852
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
853
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
854
+ actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call'
855
+ actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
856
+ actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
857
+ actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
858
+ railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app'
859
+ railties (3.2.3) lib/rails/rack/logger.rb:16:in `call'
860
+ actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call'
861
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
862
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
863
+ activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
864
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
865
+ actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call'
866
+ railties (3.2.3) lib/rails/engine.rb:479:in `call'
867
+ railties (3.2.3) lib/rails/application.rb:220:in `call'
868
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
869
+ railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call'
870
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
871
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
872
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
873
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
874
+
875
+
876
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.7ms)
877
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
878
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (19.3ms)
879
+
880
+
881
+ Started GET "/admin/login" for 127.0.0.1 at 2012-10-07 15:22:09 +0200
882
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
883
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/active_admin/devise/shared/_links.erb (0.6ms)
884
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (20.2ms)
885
+ Completed 500 Internal Server Error in 85ms
886
+
887
+ ActionView::Template::Error (cannot load such file -- coffee_script
888
+ (in /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/assets/javascripts/active_admin/lib/namespace.js.coffee)):
889
+ 9: <%= stylesheet_link_tag style.path, style.options.dup %>
890
+ 10: <% end %>
891
+ 11: <% ActiveAdmin.application.javascripts.each do |path| %>
892
+ 12: <%= javascript_include_tag path %>
893
+ 13: <% end %>
894
+ 14:
895
+ 15: <%= csrf_meta_tag %>
896
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `require'
897
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `block in require'
898
+ activesupport (3.2.3) lib/active_support/dependencies.rb:236:in `load_dependency'
899
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `require'
900
+ tilt (1.3.3) lib/tilt/template.rb:108:in `require_template_library'
901
+ tilt (1.3.3) lib/tilt/coffee.rb:36:in `initialize_engine'
902
+ tilt (1.3.3) lib/tilt/template.rb:55:in `initialize'
903
+ sprockets (2.1.3) lib/sprockets/context.rb:176:in `new'
904
+ sprockets (2.1.3) lib/sprockets/context.rb:176:in `block in evaluate'
905
+ sprockets (2.1.3) lib/sprockets/context.rb:174:in `each'
906
+ sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate'
907
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize'
908
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
909
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
910
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
911
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
912
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
913
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
914
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
915
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
916
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
917
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
918
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
919
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
920
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
921
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
922
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
923
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
924
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
925
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
926
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
927
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
928
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
929
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
930
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
931
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
932
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
933
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
934
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
935
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
936
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
937
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
938
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
939
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
940
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
941
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
942
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
943
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
944
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
945
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
946
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
947
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
948
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
949
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
950
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
951
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
952
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
953
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
954
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
955
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
956
+ sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
957
+ sprockets (2.1.3) lib/sprockets/base.rb:244:in `new'
958
+ sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset'
959
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
960
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
961
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
962
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
963
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
964
+ sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset'
965
+ sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]'
966
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for'
967
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag'
968
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:26:in `collect'
969
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag'
970
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:12:in `block in ___sers_bastiaan__rvm_gems_ruby_______p____bundler_gems_active_admin___c__b_fad___app_views_layouts_active_admin_logged_out_html_erb__2810892607082903301_70150815850480'
971
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:11:in `each'
972
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:11:in `___sers_bastiaan__rvm_gems_ruby_______p____bundler_gems_active_admin___c__b_fad___app_views_layouts_active_admin_logged_out_html_erb__2810892607082903301_70150815850480'
973
+ actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render'
974
+ activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument'
975
+ actionpack (3.2.3) lib/action_view/template.rb:141:in `render'
976
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
977
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
978
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render'
979
+ actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template'
980
+ actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render'
981
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template'
982
+ actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template'
983
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body'
984
+ actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
985
+ actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
986
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render'
987
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render'
988
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
989
+ activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
990
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
991
+ activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms'
992
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
993
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
994
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
995
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render'
996
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
997
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:232:in `default_render'
998
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html'
999
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond'
1000
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call'
1001
+ actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with'
1002
+ devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new'
1003
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1004
+ actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action'
1005
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
1006
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1007
+ activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__2273046523534821984__process_action__1064848408192994118__callbacks'
1008
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
1009
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1010
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
1011
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
1012
+ actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
1013
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1014
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument'
1015
+ activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1016
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument'
1017
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1018
+ actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
1019
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1020
+ actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process'
1021
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process'
1022
+ actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch'
1023
+ actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1024
+ actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action'
1025
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call'
1026
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1027
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call'
1028
+ actionpack (3.2.3) lib/action_dispatch/routing/mapper.rb:40:in `call'
1029
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
1030
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
1031
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
1032
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call'
1033
+ rack-raw-upload (1.0.11) lib/rack/raw_upload.rb:17:in `call'
1034
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
1035
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
1036
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
1037
+ actionpack (3.2.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1038
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
1039
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1040
+ actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:in `call'
1041
+ actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1042
+ actionpack (3.2.3) lib/action_dispatch/middleware/flash.rb:242:in `call'
1043
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1044
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1045
+ actionpack (3.2.3) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1046
+ activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call'
1047
+ activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call'
1048
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1049
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__988795360455677180__call__2449025138669356803__callbacks'
1050
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
1051
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1052
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
1053
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1054
+ actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1055
+ actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1056
+ actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1057
+ actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1058
+ railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app'
1059
+ railties (3.2.3) lib/rails/rack/logger.rb:16:in `call'
1060
+ actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1061
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1062
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1063
+ activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1064
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
1065
+ actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call'
1066
+ railties (3.2.3) lib/rails/engine.rb:479:in `call'
1067
+ railties (3.2.3) lib/rails/application.rb:220:in `call'
1068
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1069
+ railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call'
1070
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1071
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1072
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1073
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1074
+
1075
+
1076
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms)
1077
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
1078
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.4ms)
1079
+
1080
+
1081
+ Started GET "/admin/login" for 127.0.0.1 at 2012-10-07 15:23:24 +0200
1082
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
1083
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/active_admin/devise/shared/_links.erb (1.8ms)
1084
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (187.2ms)
1085
+ Compiled active_admin.css (2226ms) (pid 45627)
1086
+ Completed 500 Internal Server Error in 2584ms
1087
+
1088
+ ActionView::Template::Error (cannot load such file -- coffee_script
1089
+ (in /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/assets/javascripts/active_admin/lib/namespace.js.coffee)):
1090
+ 9: <%= stylesheet_link_tag style.path, style.options.dup %>
1091
+ 10: <% end %>
1092
+ 11: <% ActiveAdmin.application.javascripts.each do |path| %>
1093
+ 12: <%= javascript_include_tag path %>
1094
+ 13: <% end %>
1095
+ 14:
1096
+ 15: <%= csrf_meta_tag %>
1097
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `require'
1098
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `block in require'
1099
+ activesupport (3.2.3) lib/active_support/dependencies.rb:236:in `load_dependency'
1100
+ activesupport (3.2.3) lib/active_support/dependencies.rb:251:in `require'
1101
+ tilt (1.3.3) lib/tilt/template.rb:108:in `require_template_library'
1102
+ tilt (1.3.3) lib/tilt/coffee.rb:36:in `initialize_engine'
1103
+ tilt (1.3.3) lib/tilt/template.rb:55:in `initialize'
1104
+ sprockets (2.1.3) lib/sprockets/context.rb:176:in `new'
1105
+ sprockets (2.1.3) lib/sprockets/context.rb:176:in `block in evaluate'
1106
+ sprockets (2.1.3) lib/sprockets/context.rb:174:in `each'
1107
+ sprockets (2.1.3) lib/sprockets/context.rb:174:in `evaluate'
1108
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:12:in `initialize'
1109
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
1110
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
1111
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
1112
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
1113
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
1114
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
1115
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
1116
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
1117
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
1118
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
1119
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
1120
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
1121
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
1122
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
1123
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
1124
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
1125
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
1126
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
1127
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
1128
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
1129
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
1130
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
1131
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
1132
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
1133
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
1134
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
1135
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
1136
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
1137
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
1138
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
1139
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
1140
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
1141
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
1142
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
1143
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
1144
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets'
1145
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `each'
1146
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:100:in `build_required_assets'
1147
+ sprockets (2.1.3) lib/sprockets/processed_asset.rb:16:in `initialize'
1148
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `new'
1149
+ sprockets (2.1.3) lib/sprockets/base.rb:241:in `block in build_asset'
1150
+ sprockets (2.1.3) lib/sprockets/base.rb:262:in `circular_call_protection'
1151
+ sprockets (2.1.3) lib/sprockets/base.rb:240:in `build_asset'
1152
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
1153
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
1154
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
1155
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
1156
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
1157
+ sprockets (2.1.3) lib/sprockets/bundled_asset.rb:16:in `initialize'
1158
+ sprockets (2.1.3) lib/sprockets/base.rb:244:in `new'
1159
+ sprockets (2.1.3) lib/sprockets/base.rb:244:in `build_asset'
1160
+ sprockets (2.1.3) lib/sprockets/index.rb:89:in `block in build_asset'
1161
+ sprockets (2.1.3) lib/sprockets/caching.rb:19:in `cache_asset'
1162
+ sprockets (2.1.3) lib/sprockets/index.rb:88:in `build_asset'
1163
+ sprockets (2.1.3) lib/sprockets/base.rb:163:in `find_asset'
1164
+ sprockets (2.1.3) lib/sprockets/index.rb:56:in `find_asset'
1165
+ sprockets (2.1.3) lib/sprockets/environment.rb:74:in `find_asset'
1166
+ sprockets (2.1.3) lib/sprockets/base.rb:171:in `[]'
1167
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for'
1168
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag'
1169
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:26:in `collect'
1170
+ actionpack (3.2.3) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag'
1171
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:12:in `block in ___sers_bastiaan__rvm_gems_ruby_______p____bundler_gems_active_admin___c__b_fad___app_views_layouts_active_admin_logged_out_html_erb__1989690020502085712_70230300374020'
1172
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:11:in `each'
1173
+ /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/bundler/gems/active_admin-91c47b4fad79/app/views/layouts/active_admin_logged_out.html.erb:11:in `___sers_bastiaan__rvm_gems_ruby_______p____bundler_gems_active_admin___c__b_fad___app_views_layouts_active_admin_logged_out_html_erb__1989690020502085712_70230300374020'
1174
+ actionpack (3.2.3) lib/action_view/template.rb:143:in `block in render'
1175
+ activesupport (3.2.3) lib/active_support/notifications.rb:125:in `instrument'
1176
+ actionpack (3.2.3) lib/action_view/template.rb:141:in `render'
1177
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'
1178
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
1179
+ actionpack (3.2.3) lib/action_view/renderer/template_renderer.rb:18:in `render'
1180
+ actionpack (3.2.3) lib/action_view/renderer/renderer.rb:36:in `render_template'
1181
+ actionpack (3.2.3) lib/action_view/renderer/renderer.rb:17:in `render'
1182
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:110:in `_render_template'
1183
+ actionpack (3.2.3) lib/action_controller/metal/streaming.rb:225:in `_render_template'
1184
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:103:in `render_to_body'
1185
+ actionpack (3.2.3) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
1186
+ actionpack (3.2.3) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
1187
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:88:in `render'
1188
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:16:in `render'
1189
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
1190
+ activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
1191
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
1192
+ activesupport (3.2.3) lib/active_support/core_ext/benchmark.rb:5:in `ms'
1193
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
1194
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
1195
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
1196
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:39:in `render'
1197
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1198
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:232:in `default_render'
1199
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:160:in `to_html'
1200
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:153:in `respond'
1201
+ actionpack (3.2.3) lib/action_controller/metal/responder.rb:146:in `call'
1202
+ actionpack (3.2.3) lib/action_controller/metal/mime_responds.rb:239:in `respond_with'
1203
+ devise (2.1.2) app/controllers/devise/sessions_controller.rb:10:in `new'
1204
+ actionpack (3.2.3) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1205
+ actionpack (3.2.3) lib/abstract_controller/base.rb:167:in `process_action'
1206
+ actionpack (3.2.3) lib/action_controller/metal/rendering.rb:10:in `process_action'
1207
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1208
+ activesupport (3.2.3) lib/active_support/callbacks.rb:447:in `_run__2762619466206432690__process_action__1993549199538777119__callbacks'
1209
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
1210
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1211
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
1212
+ actionpack (3.2.3) lib/abstract_controller/callbacks.rb:17:in `process_action'
1213
+ actionpack (3.2.3) lib/action_controller/metal/rescue.rb:29:in `process_action'
1214
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1215
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `block in instrument'
1216
+ activesupport (3.2.3) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1217
+ activesupport (3.2.3) lib/active_support/notifications.rb:123:in `instrument'
1218
+ actionpack (3.2.3) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1219
+ actionpack (3.2.3) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
1220
+ activerecord (3.2.3) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1221
+ actionpack (3.2.3) lib/abstract_controller/base.rb:121:in `process'
1222
+ actionpack (3.2.3) lib/abstract_controller/rendering.rb:45:in `process'
1223
+ actionpack (3.2.3) lib/action_controller/metal.rb:203:in `dispatch'
1224
+ actionpack (3.2.3) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1225
+ actionpack (3.2.3) lib/action_controller/metal.rb:246:in `block in action'
1226
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `call'
1227
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1228
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:36:in `call'
1229
+ actionpack (3.2.3) lib/action_dispatch/routing/mapper.rb:40:in `call'
1230
+ journey (1.0.3) lib/journey/router.rb:68:in `block in call'
1231
+ journey (1.0.3) lib/journey/router.rb:56:in `each'
1232
+ journey (1.0.3) lib/journey/router.rb:56:in `call'
1233
+ actionpack (3.2.3) lib/action_dispatch/routing/route_set.rb:600:in `call'
1234
+ rack-raw-upload (1.0.11) lib/rack/raw_upload.rb:17:in `call'
1235
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
1236
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
1237
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
1238
+ actionpack (3.2.3) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1239
+ rack (1.4.1) lib/rack/etag.rb:23:in `call'
1240
+ rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1241
+ actionpack (3.2.3) lib/action_dispatch/middleware/head.rb:14:in `call'
1242
+ actionpack (3.2.3) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1243
+ actionpack (3.2.3) lib/action_dispatch/middleware/flash.rb:242:in `call'
1244
+ rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1245
+ rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1246
+ actionpack (3.2.3) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1247
+ activerecord (3.2.3) lib/active_record/query_cache.rb:64:in `call'
1248
+ activerecord (3.2.3) lib/active_record/connection_adapters/abstract/connection_pool.rb:467:in `call'
1249
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1250
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `_run__229884579161099756__call__2564450001774070856__callbacks'
1251
+ activesupport (3.2.3) lib/active_support/callbacks.rb:405:in `__run_callback'
1252
+ activesupport (3.2.3) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1253
+ activesupport (3.2.3) lib/active_support/callbacks.rb:81:in `run_callbacks'
1254
+ actionpack (3.2.3) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1255
+ actionpack (3.2.3) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1256
+ actionpack (3.2.3) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1257
+ actionpack (3.2.3) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1258
+ actionpack (3.2.3) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1259
+ railties (3.2.3) lib/rails/rack/logger.rb:26:in `call_app'
1260
+ railties (3.2.3) lib/rails/rack/logger.rb:16:in `call'
1261
+ actionpack (3.2.3) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1262
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1263
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1264
+ activesupport (3.2.3) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1265
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
1266
+ actionpack (3.2.3) lib/action_dispatch/middleware/static.rb:62:in `call'
1267
+ railties (3.2.3) lib/rails/engine.rb:479:in `call'
1268
+ railties (3.2.3) lib/rails/application.rb:220:in `call'
1269
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1270
+ railties (3.2.3) lib/rails/rack/log_tailer.rb:14:in `call'
1271
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1272
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1273
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1274
+ /Users/bastiaan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1275
+
1276
+
1277
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.8ms)
1278
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
1279
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.3ms)
1280
+
1281
+
1282
+ Started GET "/" for 127.0.0.1 at 2012-10-20 22:05:51 +0200
1283
+ Processing by PostsController#index as HTML
1284
+ Post Load (0.6ms) SELECT "posts".* FROM "posts" 
1285
+ Rendered posts/index.html.erb within layouts/application (6.5ms)
1286
+ Compiled active_admin.css (4623ms) (pid 72878)
1287
+ Compiled application.css (5ms) (pid 72878)
1288
+ Compiled jquery.js (4ms) (pid 72878)
1289
+ Compiled jquery_ujs.js (60ms) (pid 72878)
1290
+ Compiled rich/editor/rich_picker.js (0ms) (pid 72878)
1291
+ Compiled rich/base.js (30ms) (pid 72878)
1292
+ Compiled rich.js (6ms) (pid 72878)
1293
+ Compiled application.js (186ms) (pid 72878)
1294
+ Completed 200 OK in 5145ms (Views: 5140.4ms | ActiveRecord: 1.2ms)
1295
+
1296
+
1297
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1298
+ Served asset /posts.css - 200 OK (8ms)
1299
+
1300
+
1301
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1302
+ Served asset /scaffold.css - 200 OK (9ms)
1303
+
1304
+
1305
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1306
+ Served asset /application.css - 200 OK (48ms)
1307
+
1308
+
1309
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1310
+ Served asset /jquery.js - 200 OK (6ms)
1311
+
1312
+
1313
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1314
+ Served asset /rich/editor.css - 200 OK (3ms)
1315
+
1316
+
1317
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1318
+ Served asset /active_admin.css - 200 OK (20ms)
1319
+
1320
+
1321
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:56 +0200
1322
+ Served asset /jquery_ujs.js - 200 OK (64ms)
1323
+
1324
+
1325
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1326
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (10ms)
1327
+
1328
+
1329
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1330
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (22ms)
1331
+
1332
+
1333
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1334
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (10ms)
1335
+
1336
+
1337
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1338
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (10ms)
1339
+
1340
+
1341
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1342
+ Served asset /rich/editor/rich_picker.js - 200 OK (8ms)
1343
+
1344
+
1345
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1346
+ Served asset /rich/base.js - 304 Not Modified (27ms)
1347
+
1348
+
1349
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1350
+ Served asset /rich.js - 304 Not Modified (23ms)
1351
+
1352
+
1353
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:05:57 +0200
1354
+ Served asset /application.js - 200 OK (36ms)
1355
+
1356
+
1357
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:06:02 +0200
1358
+ Processing by PostsController#new as HTML
1359
+ Rendered posts/_formtastic_form.html.erb (295.8ms)
1360
+ Rendered posts/new.html.erb within layouts/application (362.2ms)
1361
+ Completed 500 Internal Server Error in 380ms
1362
+
1363
+ ActionView::Template::Error (undefined method `image_id' for #<Post:0x007fcff4dcdcc0>):
1364
+ 5: %>
1365
+ 6:
1366
+ 7: <%= f.input :content, :as => :rich_picker, :config => { :default_style => "thumb" } %>
1367
+ 8: <%= f.input :image_id, :as => :rich_picker, :config => { :default_style => "thumb" } %>
1368
+ 9: <% end %>
1369
+ 10:
1370
+ 11:
1371
+ app/views/posts/_formtastic_form.html.erb:8:in `block (2 levels) in _app_views_posts__formtastic_form_html_erb__587009307284124950_70265571364140'
1372
+ app/views/posts/_formtastic_form.html.erb:2:in `block in _app_views_posts__formtastic_form_html_erb__587009307284124950_70265571364140'
1373
+ app/views/posts/_formtastic_form.html.erb:1:in `_app_views_posts__formtastic_form_html_erb__587009307284124950_70265571364140'
1374
+ app/views/posts/new.html.erb:3:in `_app_views_posts_new_html_erb__4104268787238417908_70265571622840'
1375
+ app/controllers/posts_controller.rb:29:in `new'
1376
+
1377
+
1378
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_trace.erb (12.3ms)
1379
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
1380
+ Rendered /Users/bastiaan/.rvm/gems/ruby-1.9.3-p286/gems/actionpack-3.2.3/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.2ms)
1381
+  (0.1ms) select sqlite_version(*)
1382
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1383
+  (0.1ms) PRAGMA index_list("schema_migrations")
1384
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1385
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1386
+ Migrating to CreatePosts (20111001122048)
1387
+  (0.1ms) begin transaction
1388
+  (0.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "title" varchar(255), "image_id" integer, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1389
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111001122048')
1390
+  (0.9ms) commit transaction
1391
+ Migrating to CreateRichRichImages (20111003150957)
1392
+  (0.1ms) begin transaction
1393
+  (0.5ms) CREATE TABLE "rich_rich_images" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "image_file_name" varchar(255), "image_content_type" varchar(255), "image_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer) 
1394
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111003150957')
1395
+  (1.0ms) commit transaction
1396
+ Migrating to DeviseCreateAdminUsers (20111014123344)
1397
+  (0.1ms) begin transaction
1398
+  (0.6ms) CREATE TABLE "admin_users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1399
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111014123344')
1400
+  (1.2ms) commit transaction
1401
+ Migrating to CreateAdminNotes (20111014143348)
1402
+  (0.1ms) begin transaction
1403
+  (0.5ms) CREATE TABLE "admin_notes" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" integer NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "admin_user_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1404
+  (0.1ms) PRAGMA index_list("admin_notes")
1405
+  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "admin_notes" ("resource_type", "resource_id")
1406
+  (0.1ms) PRAGMA index_list("admin_notes")
1407
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1408
+  (0.2ms) CREATE INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id" ON "admin_notes" ("admin_user_type", "admin_user_id")
1409
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111014143348')
1410
+  (1.0ms) commit transaction
1411
+ Migrating to MoveAdminNotesToComments (20111014143349)
1412
+  (0.1ms) begin transaction
1413
+  (0.1ms) PRAGMA index_list("admin_notes")
1414
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_admin_user_type_and_admin_user_id')
1415
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1416
+  (0.4ms) DROP INDEX "index_admin_notes_on_admin_user_type_and_admin_user_id"
1417
+  (0.4ms) ALTER TABLE "admin_notes" RENAME TO "active_admin_comments"
1418
+  (0.9ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" integer NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1419
+  (0.1ms) PRAGMA index_list("active_admin_comments")
1420
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1421
+  (0.0ms) PRAGMA index_list("altered_active_admin_comments")
1422
+  (0.2ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")
1423
+  (0.1ms) SELECT * FROM "active_admin_comments"
1424
+  (0.4ms) DROP TABLE "active_admin_comments"
1425
+  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" integer NOT NULL, "resource_type" varchar(255) NOT NULL, "admin_user_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1426
+  (0.1ms) PRAGMA index_list("altered_active_admin_comments")
1427
+  (0.1ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')
1428
+  (0.1ms) PRAGMA index_list("active_admin_comments")
1429
+  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")
1430
+  (0.1ms) SELECT * FROM "altered_active_admin_comments"
1431
+  (0.6ms) DROP TABLE "altered_active_admin_comments"
1432
+  (0.2ms) CREATE TEMPORARY TABLE "altered_active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" integer NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
1433
+  (0.1ms) PRAGMA index_list("active_admin_comments")
1434
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1435
+  (0.1ms) PRAGMA index_list("altered_active_admin_comments")
1436
+  (0.1ms) CREATE INDEX "temp_index_admin_notes_on_resource_type_and_resource_id" ON "altered_active_admin_comments" ("resource_type", "resource_id")
1437
+  (0.1ms) SELECT * FROM "active_admin_comments"
1438
+  (0.2ms) DROP TABLE "active_admin_comments"
1439
+  (0.2ms) CREATE TABLE "active_admin_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_id" integer NOT NULL, "resource_type" varchar(255) NOT NULL, "author_id" integer, "author_type" varchar(255), "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1440
+  (0.1ms) PRAGMA index_list("altered_active_admin_comments")
1441
+  (0.1ms) PRAGMA index_info('temp_index_admin_notes_on_resource_type_and_resource_id')
1442
+  (0.0ms) PRAGMA index_list("active_admin_comments")
1443
+  (0.2ms) CREATE INDEX "index_admin_notes_on_resource_type_and_resource_id" ON "active_admin_comments" ("resource_type", "resource_id")
1444
+  (0.1ms) SELECT * FROM "altered_active_admin_comments"
1445
+  (0.2ms) DROP TABLE "altered_active_admin_comments"
1446
+  (0.2ms) ALTER TABLE "active_admin_comments" ADD "namespace" varchar(255)
1447
+  (0.1ms) PRAGMA index_list("active_admin_comments")
1448
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1449
+  (0.1ms) CREATE INDEX "index_active_admin_comments_on_namespace" ON "active_admin_comments" ("namespace")
1450
+  (0.1ms) PRAGMA index_list("active_admin_comments")
1451
+  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')
1452
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1453
+  (0.2ms) CREATE INDEX "index_active_admin_comments_on_author_type_and_author_id" ON "active_admin_comments" ("author_type", "author_id")
1454
+  (0.1ms) UPDATE active_admin_comments SET namespace='admin'
1455
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111014143349')
1456
+  (1.4ms) commit transaction
1457
+ Migrating to AddUriCacheToRichImage (20111117202523)
1458
+  (0.1ms) begin transaction
1459
+  (0.8ms) ALTER TABLE "rich_rich_images" ADD "uri_cache" text
1460
+  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111117202523')
1461
+  (0.8ms) commit transaction
1462
+ Migrating to RefactorImageToFile (20111201102914)
1463
+  (0.1ms) begin transaction
1464
+  (0.6ms) ALTER TABLE "rich_rich_images" RENAME TO "rich_rich_files"
1465
+  (0.3ms) CREATE TEMPORARY TABLE "altered_rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "image_content_type" varchar(255), "image_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1466
+  (0.0ms) PRAGMA index_list("rich_rich_files")
1467
+  (0.1ms) SELECT * FROM "rich_rich_files"
1468
+  (0.4ms) DROP TABLE "rich_rich_files"
1469
+  (0.2ms) CREATE TABLE "rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "image_content_type" varchar(255), "image_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1470
+  (0.0ms) PRAGMA index_list("altered_rich_rich_files")
1471
+  (0.1ms) SELECT * FROM "altered_rich_rich_files"
1472
+  (0.2ms) DROP TABLE "altered_rich_rich_files"
1473
+  (0.4ms) CREATE TEMPORARY TABLE "altered_rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "image_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1474
+  (0.1ms) PRAGMA index_list("rich_rich_files")
1475
+  (0.1ms) SELECT * FROM "rich_rich_files"
1476
+  (0.2ms) DROP TABLE "rich_rich_files"
1477
+  (0.2ms) CREATE TABLE "rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "image_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1478
+  (0.0ms) PRAGMA index_list("altered_rich_rich_files")
1479
+  (0.1ms) SELECT * FROM "altered_rich_rich_files"
1480
+  (0.1ms) DROP TABLE "altered_rich_rich_files"
1481
+  (0.2ms) CREATE TEMPORARY TABLE "altered_rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "rich_file_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1482
+  (0.0ms) PRAGMA index_list("rich_rich_files")
1483
+  (0.1ms) SELECT * FROM "rich_rich_files"
1484
+  (0.2ms) DROP TABLE "rich_rich_files"
1485
+  (0.3ms) CREATE TABLE "rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "rich_file_file_size" integer, "image_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1486
+  (0.1ms) PRAGMA index_list("altered_rich_rich_files")
1487
+  (0.1ms) SELECT * FROM "altered_rich_rich_files"
1488
+  (0.1ms) DROP TABLE "altered_rich_rich_files"
1489
+  (0.2ms) CREATE TEMPORARY TABLE "altered_rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "rich_file_file_size" integer, "rich_file_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1490
+  (0.0ms) PRAGMA index_list("rich_rich_files")
1491
+  (0.1ms) SELECT * FROM "rich_rich_files"
1492
+  (0.1ms) DROP TABLE "rich_rich_files"
1493
+  (0.2ms) CREATE TABLE "rich_rich_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "rich_file_file_name" varchar(255), "rich_file_content_type" varchar(255), "rich_file_file_size" integer, "rich_file_updated_at" datetime, "owner_type" varchar(255), "owner_id" integer, "uri_cache" text)
1494
+  (0.1ms) PRAGMA index_list("altered_rich_rich_files")
1495
+  (0.1ms) SELECT * FROM "altered_rich_rich_files"
1496
+  (0.2ms) DROP TABLE "altered_rich_rich_files"
1497
+  (0.2ms) ALTER TABLE "rich_rich_files" ADD "simplified_type" varchar(255)
1498
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111201102914')
1499
+  (1.2ms) commit transaction
1500
+  (0.4ms) select sqlite_version(*)
1501
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1502
+  (0.1ms) PRAGMA index_list("active_admin_comments")
1503
+  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_author_type_and_author_id')
1504
+  (0.1ms) PRAGMA index_info('index_active_admin_comments_on_namespace')
1505
+  (0.1ms) PRAGMA index_info('index_admin_notes_on_resource_type_and_resource_id')
1506
+  (0.0ms) PRAGMA index_list("admin_users")
1507
+  (0.0ms) PRAGMA index_list("posts")
1508
+  (0.0ms) PRAGMA index_list("rich_rich_files")
1509
+
1510
+
1511
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:11:25 +0200
1512
+ Processing by PostsController#new as HTML
1513
+ Rendered posts/_formtastic_form.html.erb (327.3ms)
1514
+ Rendered posts/new.html.erb within layouts/application (340.8ms)
1515
+ Completed 200 OK in 503ms (Views: 489.9ms | ActiveRecord: 0.0ms)
1516
+
1517
+
1518
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1519
+ Served asset /active_admin.css - 304 Not Modified (25ms)
1520
+
1521
+
1522
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1523
+ Served asset /application.css - 304 Not Modified (99ms)
1524
+
1525
+
1526
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1527
+ Served asset /posts.css - 304 Not Modified (3ms)
1528
+
1529
+
1530
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1531
+ Served asset /scaffold.css - 304 Not Modified (4ms)
1532
+
1533
+
1534
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1535
+ Served asset /rich/editor.css - 304 Not Modified (10ms)
1536
+
1537
+
1538
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1539
+ Served asset /jquery.js - 304 Not Modified (9ms)
1540
+
1541
+
1542
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1543
+ Served asset /jquery_ujs.js - 304 Not Modified (5ms)
1544
+
1545
+
1546
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1547
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (10ms)
1548
+
1549
+
1550
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1551
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (22ms)
1552
+
1553
+
1554
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1555
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (7ms)
1556
+
1557
+
1558
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1559
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (12ms)
1560
+
1561
+
1562
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1563
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (16ms)
1564
+
1565
+
1566
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1567
+ Served asset /rich/base.js - 304 Not Modified (30ms)
1568
+
1569
+
1570
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1571
+ Served asset /rich.js - 304 Not Modified (22ms)
1572
+
1573
+
1574
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:26 +0200
1575
+ Served asset /application.js - 304 Not Modified (138ms)
1576
+
1577
+
1578
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:11:31 +0200
1579
+ Processing by Rich::FilesController#index as HTML
1580
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
1581
+ Rich::RichFile Load (0.3ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
1582
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (0.0ms)
1583
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (16.2ms)
1584
+ Compiled rich/mixins/reset.css (161ms) (pid 72936)
1585
+ Compiled rich/application.css (433ms) (pid 72936)
1586
+ Compiled fileuploader.js (2ms) (pid 72936)
1587
+ Compiled rich/browser/extensions.js (0ms) (pid 72936)
1588
+ Compiled rich/browser/uploader.js (0ms) (pid 72936)
1589
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
1590
+ Compiled rich/application.js (170ms) (pid 72936)
1591
+ Completed 200 OK in 832ms (Views: 775.6ms | ActiveRecord: 1.5ms)
1592
+
1593
+
1594
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:31 +0200
1595
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1596
+
1597
+
1598
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1599
+ Served asset /jquery.js - 304 Not Modified (0ms)
1600
+
1601
+
1602
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1603
+ Served asset /rich/browser/extensions.js - 304 Not Modified (7ms)
1604
+
1605
+
1606
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1607
+ Served asset /rich/mixins/reset.css - 200 OK (10ms)
1608
+
1609
+
1610
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1611
+ Served asset /rich/application.css - 200 OK (15ms)
1612
+
1613
+
1614
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1615
+ Served asset /rich/browser/uploader.js - 304 Not Modified (7ms)
1616
+
1617
+
1618
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1619
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (10ms)
1620
+
1621
+
1622
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1623
+ Served asset /rich/application.js - 304 Not Modified (78ms)
1624
+
1625
+
1626
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1627
+ Served asset /fileuploader.js - 304 Not Modified (6ms)
1628
+
1629
+
1630
+ Started GET "/assets/rich/view-list.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1631
+ Served asset /rich/view-list.png - 304 Not Modified (40ms)
1632
+
1633
+
1634
+ Started GET "/assets/rich/loading.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1635
+ Served asset /rich/loading.png - 304 Not Modified (15ms)
1636
+
1637
+
1638
+ Started GET "/assets/rich/view-grid.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1639
+ Served asset /rich/view-grid.png - 304 Not Modified (18ms)
1640
+
1641
+
1642
+ Started GET "/assets/rich/insert-many.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1643
+ Served asset /rich/insert-many.png - 304 Not Modified (17ms)
1644
+
1645
+
1646
+ Started GET "/assets/rich/insert-one.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1647
+ Served asset /rich/insert-one.png - 304 Not Modified (18ms)
1648
+
1649
+
1650
+ Started GET "/assets/rich/menu-dash.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1651
+ Served asset /rich/menu-dash.png - 304 Not Modified (18ms)
1652
+
1653
+
1654
+ Started GET "/assets/rich/plus.png" for 127.0.0.1 at 2012-10-20 22:11:32 +0200
1655
+ Served asset /rich/plus.png - 304 Not Modified (75ms)
1656
+
1657
+
1658
+ Started POST "/rich/files?authenticity_token=4%2BVXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw%3D&simplified_type=image&scoped=false&scope_type=undefined&scope_id=undefined&qqfile=paspoort.jpg" for 127.0.0.1 at 2012-10-20 22:11:38 +0200
1659
+ Processing by Rich::FilesController#create as */*
1660
+ Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007ffc4d3081e8 @original_filename="paspoort.jpg", @content_type="application/octet-stream", @headers=nil, @tempfile=#<File:/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/raw-upload.20121020-72936-1dbjrdn>>, "authenticity_token"=>"4+VXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw=", "simplified_type"=>"image", "scoped"=>"false", "scope_type"=>"undefined", "scope_id"=>"undefined", "qqfile"=>"paspoort.jpg"}
1661
+ Command :: identify -format %wx%h '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti.jpg[0]'
1662
+ Command :: convert '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti.jpg[0]' -resize "500x500" '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti20121020-72936-10hppz5'
1663
+ Command :: identify -format %wx%h '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti.jpg[0]'
1664
+ Command :: convert '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti.jpg[0]' -resize "x100" -crop "100x100+18+0" +repage '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti20121020-72936-1v6pph4'
1665
+ Command :: identify -format %wx%h '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti.jpg[0]'
1666
+ Command :: convert '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti.jpg[0]' -resize "x100" -crop "100x100+18+0" +repage '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1moeuti20121020-72936-dq5s5c'
1667
+  (0.2ms) begin transaction
1668
+ SQL (17.7ms) INSERT INTO "rich_rich_files" ("created_at", "owner_id", "owner_type", "rich_file_content_type", "rich_file_file_name", "rich_file_file_size", "rich_file_updated_at", "simplified_type", "updated_at", "uri_cache") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 20 Oct 2012 20:11:39 UTC +00:00], ["owner_id", nil], ["owner_type", nil], ["rich_file_content_type", "image/jpeg"], ["rich_file_file_name", "paspoort.jpg"], ["rich_file_file_size", 672776], ["rich_file_updated_at", Sat, 20 Oct 2012 20:11:38 UTC +00:00], ["simplified_type", "image"], ["updated_at", Sat, 20 Oct 2012 20:11:39 UTC +00:00], ["uri_cache", nil]]
1669
+  (0.4ms) UPDATE "rich_rich_files" SET "simplified_type" = 'image', "rich_file_file_name" = 'paspoort.jpg', "rich_file_content_type" = 'image/jpeg', "rich_file_file_size" = 672776, "rich_file_updated_at" = '2012-10-20 20:11:38.427919', "created_at" = '2012-10-20 20:11:39.120599', "updated_at" = '2012-10-20 20:11:39.120599', "uri_cache" = '{"large":"/system/rich_files/1/large/paspoort.jpg","thumb":"/system/rich_files/1/thumb/paspoort.jpg","rich_thumb":"/system/rich_files/1/rich_thumb/paspoort.jpg","original":"/system/rich_files/1/original/paspoort.jpg"}' WHERE "rich_rich_files"."id" = 1
1670
+ [paperclip] Saving attachments.
1671
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/1/original/paspoort.jpg
1672
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/1/large/paspoort.jpg
1673
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/1/thumb/paspoort.jpg
1674
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/1/rich_thumb/paspoort.jpg
1675
+ [paperclip] Saving attachments.
1676
+  (1.1ms) commit transaction
1677
+ Completed 200 OK in 799ms (Views: 0.9ms | ActiveRecord: 19.4ms)
1678
+
1679
+
1680
+ Started GET "/rich/files/1" for 127.0.0.1 at 2012-10-20 22:11:39 +0200
1681
+ Processing by Rich::FilesController#show as */*
1682
+ Parameters: {"id"=>"1"}
1683
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", "1"]]
1684
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (67.2ms)
1685
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/show.html.erb (70.9ms)
1686
+ Completed 200 OK in 97ms (Views: 93.9ms | ActiveRecord: 0.4ms)
1687
+
1688
+
1689
+ Started GET "/assets/rich/x-red.png" for 127.0.0.1 at 2012-10-20 22:11:39 +0200
1690
+ Served asset /rich/x-red.png - 200 OK (16ms)
1691
+
1692
+
1693
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1694
+ Processing by Rich::FilesController#index as HTML
1695
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
1696
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
1697
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (6.1ms)
1698
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (16.9ms)
1699
+ Completed 200 OK in 37ms (Views: 34.9ms | ActiveRecord: 0.4ms)
1700
+
1701
+
1702
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1703
+ Served asset /jquery.js - 304 Not Modified (0ms)
1704
+
1705
+
1706
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1707
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1708
+
1709
+
1710
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1711
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
1712
+
1713
+
1714
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1715
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
1716
+
1717
+
1718
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1719
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
1720
+
1721
+
1722
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1723
+ Served asset /rich/application.js - 304 Not Modified (1ms)
1724
+
1725
+
1726
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:11:43 +0200
1727
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
1728
+
1729
+
1730
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1731
+ Processing by Rich::FilesController#index as HTML
1732
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
1733
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
1734
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (4.1ms)
1735
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (15.8ms)
1736
+ Completed 200 OK in 40ms (Views: 37.5ms | ActiveRecord: 0.5ms)
1737
+
1738
+
1739
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1740
+ Served asset /rich/application.css - 304 Not Modified (0ms)
1741
+
1742
+
1743
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1744
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
1745
+
1746
+
1747
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1748
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
1749
+
1750
+
1751
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1752
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1753
+
1754
+
1755
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1756
+ Served asset /jquery.js - 304 Not Modified (0ms)
1757
+
1758
+
1759
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1760
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
1761
+
1762
+
1763
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1764
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
1765
+
1766
+
1767
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1768
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
1769
+
1770
+
1771
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1772
+ Served asset /rich/application.js - 304 Not Modified (1ms)
1773
+
1774
+
1775
+ Started GET "/assets/rich/view-grid.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1776
+ Served asset /rich/view-grid.png - 304 Not Modified (0ms)
1777
+
1778
+
1779
+ Started GET "/assets/rich/loading.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1780
+ Served asset /rich/loading.png - 304 Not Modified (0ms)
1781
+
1782
+
1783
+ Started GET "/assets/rich/menu-dash.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1784
+ Served asset /rich/menu-dash.png - 304 Not Modified (0ms)
1785
+
1786
+
1787
+ Started GET "/assets/rich/insert-many.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1788
+ Served asset /rich/insert-many.png - 304 Not Modified (0ms)
1789
+
1790
+
1791
+ Started GET "/assets/rich/view-list.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1792
+ Served asset /rich/view-list.png - 304 Not Modified (0ms)
1793
+
1794
+
1795
+ Started GET "/assets/rich/insert-one.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1796
+ Served asset /rich/insert-one.png - 304 Not Modified (0ms)
1797
+
1798
+
1799
+ Started GET "/assets/rich/plus.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1800
+ Served asset /rich/plus.png - 304 Not Modified (0ms)
1801
+
1802
+
1803
+ Started GET "/assets/rich/x-red.png" for 127.0.0.1 at 2012-10-20 22:13:53 +0200
1804
+ Served asset /rich/x-red.png - 304 Not Modified (0ms)
1805
+
1806
+
1807
+ Started POST "/rich/files?authenticity_token=4%2BVXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw%3D&simplified_type=image&scoped=false&scope_type=undefined&scope_id=undefined&qqfile=1929972.jpeg" for 127.0.0.1 at 2012-10-20 22:13:59 +0200
1808
+ Processing by Rich::FilesController#create as */*
1809
+ Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007ffc4d3f3558 @original_filename="1929972.jpeg", @content_type="application/octet-stream", @headers=nil, @tempfile=#<File:/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/raw-upload.20121020-72936-1mljxl0>>, "authenticity_token"=>"4+VXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw=", "simplified_type"=>"image", "scoped"=>"false", "scope_type"=>"undefined", "scope_id"=>"undefined", "qqfile"=>"1929972.jpeg"}
1810
+ Command :: identify -format %wx%h '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq.jpeg[0]'
1811
+ Command :: convert '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq.jpeg[0]' -resize "500x500" '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq20121020-72936-1twmti9'
1812
+ Command :: identify -format %wx%h '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq.jpeg[0]'
1813
+ Command :: convert '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq.jpeg[0]' -resize "x100" -crop "100x100+43+0" +repage '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq20121020-72936-78ezz4'
1814
+ Command :: identify -format %wx%h '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq.jpeg[0]'
1815
+ Command :: convert '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq.jpeg[0]' -resize "x100" -crop "100x100+43+0" +repage '/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/stream20121020-72936-1owp1cq20121020-72936-jz7z4'
1816
+  (0.2ms) begin transaction
1817
+ SQL (1.2ms) INSERT INTO "rich_rich_files" ("created_at", "owner_id", "owner_type", "rich_file_content_type", "rich_file_file_name", "rich_file_file_size", "rich_file_updated_at", "simplified_type", "updated_at", "uri_cache") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 20 Oct 2012 20:13:59 UTC +00:00], ["owner_id", nil], ["owner_type", nil], ["rich_file_content_type", "image/jpeg"], ["rich_file_file_name", "1929972.jpeg"], ["rich_file_file_size", 112965], ["rich_file_updated_at", Sat, 20 Oct 2012 20:13:59 UTC +00:00], ["simplified_type", "image"], ["updated_at", Sat, 20 Oct 2012 20:13:59 UTC +00:00], ["uri_cache", nil]]
1818
+  (0.5ms) UPDATE "rich_rich_files" SET "simplified_type" = 'image', "rich_file_file_name" = '1929972.jpeg', "rich_file_content_type" = 'image/jpeg', "rich_file_file_size" = 112965, "rich_file_updated_at" = '2012-10-20 20:13:59.308685', "created_at" = '2012-10-20 20:13:59.505557', "updated_at" = '2012-10-20 20:13:59.505557', "uri_cache" = '{"large":"/system/rich_files/2/large/1929972.jpeg","thumb":"/system/rich_files/2/thumb/1929972.jpeg","rich_thumb":"/system/rich_files/2/rich_thumb/1929972.jpeg","original":"/system/rich_files/2/original/1929972.jpeg"}' WHERE "rich_rich_files"."id" = 2
1819
+ [paperclip] Saving attachments.
1820
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/2/original/1929972.jpeg
1821
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/2/large/1929972.jpeg
1822
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/2/thumb/1929972.jpeg
1823
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/2/rich_thumb/1929972.jpeg
1824
+ [paperclip] Saving attachments.
1825
+  (1.2ms) commit transaction
1826
+ Completed 200 OK in 284ms (Views: 0.6ms | ActiveRecord: 3.2ms)
1827
+
1828
+
1829
+ Started GET "/rich/files/2" for 127.0.0.1 at 2012-10-20 22:13:59 +0200
1830
+ Processing by Rich::FilesController#show as */*
1831
+ Parameters: {"id"=>"2"}
1832
+ Rich::RichFile Load (0.2ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", "2"]]
1833
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (4.2ms)
1834
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/show.html.erb (7.2ms)
1835
+ Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.2ms)
1836
+
1837
+
1838
+ Started POST "/posts" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1839
+ Processing by PostsController#create as HTML
1840
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"4+VXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw=", "post"=>{"name"=>"", "content"=>"/system/rich_files/1/thumb/paspoort.jpg", "image_id"=>"2"}, "button"=>""}
1841
+  (0.1ms) begin transaction
1842
+ SQL (0.7ms) INSERT INTO "posts" ("content", "created_at", "image_id", "name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["content", "/system/rich_files/1/thumb/paspoort.jpg"], ["created_at", Sat, 20 Oct 2012 20:14:05 UTC +00:00], ["image_id", 2], ["name", ""], ["title", nil], ["updated_at", Sat, 20 Oct 2012 20:14:05 UTC +00:00]]
1843
+  (1.0ms) commit transaction
1844
+ Redirected to http://localhost:3000/posts/1
1845
+ Completed 302 Found in 11ms (ActiveRecord: 1.8ms)
1846
+
1847
+
1848
+ Started GET "/posts/1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1849
+ Processing by PostsController#show as HTML
1850
+ Parameters: {"id"=>"1"}
1851
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
1852
+ Rendered posts/show.html.erb within layouts/application (2.8ms)
1853
+ Compiled rich/editor/rich_picker.js (0ms) (pid 72936)
1854
+ Compiled rich/base.js (27ms) (pid 72936)
1855
+ Compiled rich.js (7ms) (pid 72936)
1856
+ Compiled application.js (7ms) (pid 72936)
1857
+ Completed 200 OK in 247ms (Views: 243.3ms | ActiveRecord: 0.6ms)
1858
+
1859
+
1860
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1861
+ Served asset /application.css - 304 Not Modified (10ms)
1862
+
1863
+
1864
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1865
+ Served asset /jquery.js - 304 Not Modified (0ms)
1866
+
1867
+
1868
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1869
+ Served asset /active_admin.css - 304 Not Modified (12ms)
1870
+
1871
+
1872
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1873
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
1874
+
1875
+
1876
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1877
+ Served asset /posts.css - 304 Not Modified (0ms)
1878
+
1879
+
1880
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1881
+ Served asset /scaffold.css - 304 Not Modified (0ms)
1882
+
1883
+
1884
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1885
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1886
+
1887
+
1888
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1889
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
1890
+
1891
+
1892
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1893
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
1894
+
1895
+
1896
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1897
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
1898
+
1899
+
1900
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1901
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
1902
+
1903
+
1904
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1905
+ Served asset /rich/editor/rich_picker.js - 200 OK (19ms)
1906
+
1907
+
1908
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1909
+ Served asset /rich/base.js - 304 Not Modified (26ms)
1910
+
1911
+
1912
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1913
+ Served asset /rich.js - 304 Not Modified (23ms)
1914
+
1915
+
1916
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:05 +0200
1917
+ Served asset /application.js - 304 Not Modified (86ms)
1918
+
1919
+
1920
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1921
+ Processing by PostsController#edit as HTML
1922
+ Parameters: {"id"=>"1"}
1923
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
1924
+ Rich::RichFile Load (0.2ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 2]]
1925
+ CACHE (0.0ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 2]]
1926
+ Rendered posts/_formtastic_form.html.erb (109.7ms)
1927
+ Rendered posts/edit.html.erb within layouts/application (113.1ms)
1928
+ Completed 200 OK in 143ms (Views: 140.3ms | ActiveRecord: 0.4ms)
1929
+
1930
+
1931
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1932
+ Served asset /application.css - 304 Not Modified (10ms)
1933
+
1934
+
1935
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1936
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
1937
+
1938
+
1939
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1940
+ Served asset /jquery.js - 304 Not Modified (0ms)
1941
+
1942
+
1943
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1944
+ Served asset /posts.css - 304 Not Modified (0ms)
1945
+
1946
+
1947
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1948
+ Served asset /scaffold.css - 304 Not Modified (0ms)
1949
+
1950
+
1951
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1952
+ Served asset /active_admin.css - 304 Not Modified (8ms)
1953
+
1954
+
1955
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1956
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
1957
+
1958
+
1959
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1960
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1961
+
1962
+
1963
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1964
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
1965
+
1966
+
1967
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1968
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
1969
+
1970
+
1971
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1972
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
1973
+
1974
+
1975
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1976
+ Served asset /rich/base.js - 304 Not Modified (1ms)
1977
+
1978
+
1979
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1980
+ Served asset /rich.js - 304 Not Modified (1ms)
1981
+
1982
+
1983
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:14:07 +0200
1984
+ Served asset /application.js - 304 Not Modified (1ms)
1985
+
1986
+
1987
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
1988
+ Processing by Rich::FilesController#index as HTML
1989
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
1990
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
1991
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (8.8ms)
1992
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (20.0ms)
1993
+ Completed 200 OK in 41ms (Views: 39.0ms | ActiveRecord: 0.5ms)
1994
+
1995
+
1996
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
1997
+ Served asset /rich/application.css - 304 Not Modified (0ms)
1998
+
1999
+
2000
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2001
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2002
+
2003
+
2004
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2005
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2006
+
2007
+
2008
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2009
+ Served asset /jquery.js - 304 Not Modified (0ms)
2010
+
2011
+
2012
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2013
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2014
+
2015
+
2016
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2017
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2018
+
2019
+
2020
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2021
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2022
+
2023
+
2024
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2025
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2026
+
2027
+
2028
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:16:21 +0200
2029
+ Served asset /rich/application.js - 304 Not Modified (1ms)
2030
+
2031
+
2032
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2033
+ Processing by PostsController#edit as HTML
2034
+ Parameters: {"id"=>"1"}
2035
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
2036
+ Rich::RichFile Load (0.2ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 2]]
2037
+ CACHE (0.0ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 2]]
2038
+ Rendered posts/_formtastic_form.html.erb (39.3ms)
2039
+ Rendered posts/edit.html.erb within layouts/application (41.7ms)
2040
+ Completed 200 OK in 128ms (Views: 125.6ms | ActiveRecord: 0.3ms)
2041
+
2042
+
2043
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2044
+ Served asset /application.css - 304 Not Modified (15ms)
2045
+
2046
+
2047
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2048
+ Served asset /active_admin.css - 304 Not Modified (10ms)
2049
+
2050
+
2051
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2052
+ Served asset /scaffold.css - 304 Not Modified (0ms)
2053
+
2054
+
2055
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2056
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
2057
+
2058
+
2059
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2060
+ Served asset /posts.css - 304 Not Modified (0ms)
2061
+
2062
+
2063
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2064
+ Served asset /jquery.js - 304 Not Modified (0ms)
2065
+
2066
+
2067
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2068
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2069
+
2070
+
2071
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2072
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
2073
+
2074
+
2075
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2076
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
2077
+
2078
+
2079
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2080
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
2081
+
2082
+
2083
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2084
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
2085
+
2086
+
2087
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2088
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
2089
+
2090
+
2091
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2092
+ Served asset /rich/base.js - 304 Not Modified (1ms)
2093
+
2094
+
2095
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2096
+ Served asset /application.js - 304 Not Modified (1ms)
2097
+
2098
+
2099
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:14 +0200
2100
+ Served asset /rich.js - 304 Not Modified (0ms)
2101
+
2102
+
2103
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2104
+ Processing by Rich::FilesController#index as HTML
2105
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
2106
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2107
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (8.0ms)
2108
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (17.8ms)
2109
+ Compiled rich/browser/filebrowser.js (1ms) (pid 72936)
2110
+ Compiled rich/application.js (72ms) (pid 72936)
2111
+ Completed 200 OK in 210ms (Views: 208.5ms | ActiveRecord: 0.4ms)
2112
+
2113
+
2114
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2115
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2116
+
2117
+
2118
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2119
+ Served asset /jquery.js - 304 Not Modified (0ms)
2120
+
2121
+
2122
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2123
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2124
+
2125
+
2126
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2127
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2128
+
2129
+
2130
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2131
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2132
+
2133
+
2134
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2135
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2136
+
2137
+
2138
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2139
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2140
+
2141
+
2142
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2143
+ Served asset /rich/browser/filebrowser.js - 200 OK (13ms)
2144
+
2145
+
2146
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:16 +0200
2147
+ Served asset /rich/application.js - 304 Not Modified (19ms)
2148
+
2149
+
2150
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2151
+ Processing by Rich::FilesController#index as HTML
2152
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2153
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2154
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (7.3ms)
2155
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (17.8ms)
2156
+ Completed 200 OK in 39ms (Views: 36.3ms | ActiveRecord: 0.5ms)
2157
+
2158
+
2159
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2160
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2161
+
2162
+
2163
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2164
+ Served asset /jquery.js - 304 Not Modified (0ms)
2165
+
2166
+
2167
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2168
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2169
+
2170
+
2171
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2172
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2173
+
2174
+
2175
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2176
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2177
+
2178
+
2179
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2180
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2181
+
2182
+
2183
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2184
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2185
+
2186
+
2187
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2188
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2189
+
2190
+
2191
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:19 +0200
2192
+ Served asset /rich/application.js - 304 Not Modified (1ms)
2193
+
2194
+
2195
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2196
+ Processing by Rich::FilesController#index as HTML
2197
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2198
+ Rich::RichFile Load (0.3ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2199
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (5.3ms)
2200
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (13.2ms)
2201
+ Completed 200 OK in 68ms (Views: 65.9ms | ActiveRecord: 0.3ms)
2202
+
2203
+
2204
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2205
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2206
+
2207
+
2208
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2209
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2210
+
2211
+
2212
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2213
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2214
+
2215
+
2216
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2217
+ Served asset /jquery.js - 304 Not Modified (0ms)
2218
+
2219
+
2220
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2221
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2222
+
2223
+
2224
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2225
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2226
+
2227
+
2228
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2229
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2230
+
2231
+
2232
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2233
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2234
+
2235
+
2236
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:20 +0200
2237
+ Served asset /rich/application.js - 304 Not Modified (1ms)
2238
+
2239
+
2240
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2241
+ Processing by Rich::FilesController#index as HTML
2242
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2243
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2244
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (74.4ms)
2245
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (86.1ms)
2246
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
2247
+ Compiled rich/application.js (22ms) (pid 72936)
2248
+ Completed 200 OK in 163ms (Views: 160.5ms | ActiveRecord: 0.4ms)
2249
+
2250
+
2251
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2252
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2253
+
2254
+
2255
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2256
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2257
+
2258
+
2259
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2260
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2261
+
2262
+
2263
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2264
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2265
+
2266
+
2267
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2268
+ Served asset /jquery.js - 304 Not Modified (0ms)
2269
+
2270
+
2271
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2272
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2273
+
2274
+
2275
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2276
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2277
+
2278
+
2279
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2280
+ Served asset /rich/browser/filebrowser.js - 200 OK (7ms)
2281
+
2282
+
2283
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:19:38 +0200
2284
+ Served asset /rich/application.js - 304 Not Modified (23ms)
2285
+
2286
+
2287
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2288
+ Processing by Rich::FilesController#index as HTML
2289
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2290
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2291
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (4.7ms)
2292
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (68.7ms)
2293
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
2294
+ Compiled rich/application.js (22ms) (pid 72936)
2295
+ Completed 200 OK in 144ms (Views: 142.0ms | ActiveRecord: 0.4ms)
2296
+
2297
+
2298
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2299
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2300
+
2301
+
2302
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2303
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2304
+
2305
+
2306
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2307
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2308
+
2309
+
2310
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2311
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2312
+
2313
+
2314
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2315
+ Served asset /jquery.js - 304 Not Modified (0ms)
2316
+
2317
+
2318
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2319
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2320
+
2321
+
2322
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2323
+ Served asset /rich/browser/filebrowser.js - 200 OK (9ms)
2324
+
2325
+
2326
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:20:45 +0200
2327
+ Served asset /rich/application.js - 304 Not Modified (79ms)
2328
+
2329
+
2330
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2331
+ Processing by Rich::FilesController#index as HTML
2332
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2333
+ Rich::RichFile Load (0.6ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2334
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (7.2ms)
2335
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (17.8ms)
2336
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
2337
+ Compiled rich/application.js (39ms) (pid 72936)
2338
+ Completed 200 OK in 120ms (Views: 117.8ms | ActiveRecord: 0.6ms)
2339
+
2340
+
2341
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2342
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2343
+
2344
+
2345
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2346
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2347
+
2348
+
2349
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2350
+ Served asset /jquery.js - 304 Not Modified (0ms)
2351
+
2352
+
2353
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2354
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2355
+
2356
+
2357
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2358
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2359
+
2360
+
2361
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2362
+ Served asset /fileuploader.js - 200 OK (0ms)
2363
+
2364
+
2365
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2366
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2367
+
2368
+
2369
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2370
+ Served asset /rich/application.js - 304 Not Modified (98ms)
2371
+
2372
+
2373
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:01 +0200
2374
+ Served asset /rich/browser/filebrowser.js - 200 OK (9ms)
2375
+
2376
+
2377
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2378
+ Processing by Rich::FilesController#index as HTML
2379
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2380
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2381
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (4.8ms)
2382
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (14.3ms)
2383
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
2384
+ Compiled rich/application.js (21ms) (pid 72936)
2385
+ Completed 200 OK in 94ms (Views: 90.4ms | ActiveRecord: 0.4ms)
2386
+
2387
+
2388
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2389
+ Served asset /jquery.js - 304 Not Modified (0ms)
2390
+
2391
+
2392
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2393
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2394
+
2395
+
2396
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2397
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2398
+
2399
+
2400
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2401
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2402
+
2403
+
2404
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2405
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2406
+
2407
+
2408
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2409
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2410
+
2411
+
2412
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2413
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2414
+
2415
+
2416
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2417
+ Served asset /rich/browser/filebrowser.js - 200 OK (7ms)
2418
+
2419
+
2420
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:49 +0200
2421
+ Served asset /rich/application.js - 304 Not Modified (24ms)
2422
+
2423
+
2424
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2425
+ Processing by Rich::FilesController#index as HTML
2426
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2427
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2428
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (7.1ms)
2429
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (20.8ms)
2430
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
2431
+ Compiled rich/application.js (23ms) (pid 72936)
2432
+ Completed 200 OK in 107ms (Views: 104.3ms | ActiveRecord: 0.5ms)
2433
+
2434
+
2435
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2436
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2437
+
2438
+
2439
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2440
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2441
+
2442
+
2443
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2444
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2445
+
2446
+
2447
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2448
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2449
+
2450
+
2451
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2452
+ Served asset /jquery.js - 304 Not Modified (0ms)
2453
+
2454
+
2455
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2456
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2457
+
2458
+
2459
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2460
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2461
+
2462
+
2463
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2464
+ Served asset /rich/browser/filebrowser.js - 200 OK (12ms)
2465
+
2466
+
2467
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:21:56 +0200
2468
+ Served asset /rich/application.js - 304 Not Modified (43ms)
2469
+
2470
+
2471
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:22:31 +0200
2472
+ Processing by Rich::FilesController#index as HTML
2473
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2474
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2475
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (7.1ms)
2476
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (16.1ms)
2477
+ Compiled rich/browser/filebrowser.js (1ms) (pid 72936)
2478
+ Compiled rich/application.js (38ms) (pid 72936)
2479
+ Completed 200 OK in 186ms (Views: 183.1ms | ActiveRecord: 0.5ms)
2480
+
2481
+
2482
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:31 +0200
2483
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2484
+
2485
+
2486
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:31 +0200
2487
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2488
+
2489
+
2490
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2491
+ Served asset /rich/application.css - 304 Not Modified (1ms)
2492
+
2493
+
2494
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2495
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2496
+
2497
+
2498
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2499
+ Served asset /jquery.js - 304 Not Modified (1ms)
2500
+
2501
+
2502
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2503
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2504
+
2505
+
2506
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2507
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2508
+
2509
+
2510
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2511
+ Served asset /rich/application.js - 304 Not Modified (41ms)
2512
+
2513
+
2514
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:32 +0200
2515
+ Served asset /rich/browser/filebrowser.js - 200 OK (10ms)
2516
+
2517
+
2518
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2519
+ Processing by Rich::FilesController#index as HTML
2520
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2521
+ Rich::RichFile Load (0.3ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2522
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (5.3ms)
2523
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (13.2ms)
2524
+ Compiled rich/browser/filebrowser.js (0ms) (pid 72936)
2525
+ Compiled rich/application.js (23ms) (pid 72936)
2526
+ Completed 200 OK in 147ms (Views: 145.1ms | ActiveRecord: 0.3ms)
2527
+
2528
+
2529
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2530
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2531
+
2532
+
2533
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2534
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2535
+
2536
+
2537
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2538
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2539
+
2540
+
2541
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2542
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2543
+
2544
+
2545
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2546
+ Served asset /jquery.js - 304 Not Modified (0ms)
2547
+
2548
+
2549
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2550
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2551
+
2552
+
2553
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2554
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2555
+
2556
+
2557
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2558
+ Served asset /rich/browser/filebrowser.js - 200 OK (29ms)
2559
+
2560
+
2561
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:43 +0200
2562
+ Served asset /rich/application.js - 304 Not Modified (47ms)
2563
+
2564
+
2565
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2566
+ Processing by Rich::FilesController#index as HTML
2567
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
2568
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2569
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (6.4ms)
2570
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (16.0ms)
2571
+ Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.5ms)
2572
+
2573
+
2574
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2575
+ Served asset /jquery.js - 304 Not Modified (0ms)
2576
+
2577
+
2578
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2579
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2580
+
2581
+
2582
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2583
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2584
+
2585
+
2586
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2587
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2588
+
2589
+
2590
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2591
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2592
+
2593
+
2594
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2595
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2596
+
2597
+
2598
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2599
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2600
+
2601
+
2602
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:50 +0200
2603
+ Served asset /rich/application.js - 304 Not Modified (0ms)
2604
+
2605
+
2606
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:22:52 +0200
2607
+ Processing by Rich::FilesController#index as HTML
2608
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2609
+ Rich::RichFile Load (0.6ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2610
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (6.5ms)
2611
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (64.3ms)
2612
+ Completed 200 OK in 87ms (Views: 84.5ms | ActiveRecord: 0.6ms)
2613
+
2614
+
2615
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2616
+ Served asset /rich/mixins/reset.css - 200 OK (0ms)
2617
+
2618
+
2619
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2620
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2621
+
2622
+
2623
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2624
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2625
+
2626
+
2627
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2628
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2629
+
2630
+
2631
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2632
+ Served asset /jquery.js - 304 Not Modified (0ms)
2633
+
2634
+
2635
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2636
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2637
+
2638
+
2639
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2640
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2641
+
2642
+
2643
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2644
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2645
+
2646
+
2647
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:22:53 +0200
2648
+ Served asset /rich/application.js - 304 Not Modified (1ms)
2649
+
2650
+
2651
+ Started GET "/" for 127.0.0.1 at 2012-10-20 22:23:53 +0200
2652
+ Processing by PostsController#index as HTML
2653
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
2654
+ Rendered posts/index.html.erb within layouts/application (9.2ms)
2655
+ Completed 200 OK in 179ms (Views: 161.9ms | ActiveRecord: 0.8ms)
2656
+
2657
+
2658
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2659
+ Served asset /application.css - 304 Not Modified (128ms)
2660
+
2661
+
2662
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2663
+ Served asset /active_admin.css - 304 Not Modified (18ms)
2664
+
2665
+
2666
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2667
+ Served asset /posts.css - 304 Not Modified (5ms)
2668
+
2669
+
2670
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2671
+ Served asset /rich/editor.css - 304 Not Modified (4ms)
2672
+
2673
+
2674
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2675
+ Served asset /jquery.js - 304 Not Modified (6ms)
2676
+
2677
+
2678
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2679
+ Served asset /scaffold.css - 304 Not Modified (4ms)
2680
+
2681
+
2682
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2683
+ Served asset /jquery_ujs.js - 304 Not Modified (5ms)
2684
+
2685
+
2686
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2687
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (12ms)
2688
+
2689
+
2690
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2691
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (12ms)
2692
+
2693
+
2694
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2695
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (18ms)
2696
+
2697
+
2698
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2699
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (8ms)
2700
+
2701
+
2702
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2703
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (8ms)
2704
+
2705
+
2706
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2707
+ Served asset /rich/base.js - 304 Not Modified (88ms)
2708
+
2709
+
2710
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2711
+ Served asset /rich.js - 304 Not Modified (22ms)
2712
+
2713
+
2714
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:54 +0200
2715
+ Served asset /application.js - 304 Not Modified (35ms)
2716
+
2717
+
2718
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2719
+ Processing by PostsController#edit as HTML
2720
+ Parameters: {"id"=>"1"}
2721
+ Post Load (0.4ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
2722
+ Rich::RichFile Load (7.0ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 2]]
2723
+ CACHE (0.0ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 2]]
2724
+ Rendered posts/_formtastic_form.html.erb (368.3ms)
2725
+ Rendered posts/edit.html.erb within layouts/application (377.2ms)
2726
+ Completed 200 OK in 408ms (Views: 397.3ms | ActiveRecord: 7.8ms)
2727
+
2728
+
2729
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2730
+ Served asset /application.css - 304 Not Modified (11ms)
2731
+
2732
+
2733
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2734
+ Served asset /posts.css - 304 Not Modified (0ms)
2735
+
2736
+
2737
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2738
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
2739
+
2740
+
2741
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2742
+ Served asset /active_admin.css - 304 Not Modified (9ms)
2743
+
2744
+
2745
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2746
+ Served asset /scaffold.css - 304 Not Modified (0ms)
2747
+
2748
+
2749
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2750
+ Served asset /jquery.js - 304 Not Modified (0ms)
2751
+
2752
+
2753
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2754
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2755
+
2756
+
2757
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2758
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
2759
+
2760
+
2761
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2762
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
2763
+
2764
+
2765
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2766
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
2767
+
2768
+
2769
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2770
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
2771
+
2772
+
2773
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2774
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
2775
+
2776
+
2777
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2778
+ Served asset /rich/base.js - 304 Not Modified (0ms)
2779
+
2780
+
2781
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:56 +0200
2782
+ Served asset /rich.js - 304 Not Modified (0ms)
2783
+
2784
+
2785
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:57 +0200
2786
+ Served asset /application.js - 304 Not Modified (1ms)
2787
+
2788
+
2789
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2790
+ Processing by Rich::FilesController#index as HTML
2791
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
2792
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2793
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (8.6ms)
2794
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (23.8ms)
2795
+ Completed 200 OK in 83ms (Views: 79.4ms | ActiveRecord: 0.4ms)
2796
+
2797
+
2798
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2799
+ Served asset /rich/application.css - 304 Not Modified (30ms)
2800
+
2801
+
2802
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2803
+ Served asset /rich/browser/extensions.js - 304 Not Modified (8ms)
2804
+
2805
+
2806
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2807
+ Served asset /rich/mixins/reset.css - 304 Not Modified (7ms)
2808
+
2809
+
2810
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2811
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2812
+
2813
+
2814
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2815
+ Served asset /jquery.js - 304 Not Modified (0ms)
2816
+
2817
+
2818
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2819
+ Served asset /fileuploader.js - 304 Not Modified (11ms)
2820
+
2821
+
2822
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2823
+ Served asset /rich/browser/uploader.js - 304 Not Modified (7ms)
2824
+
2825
+
2826
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2827
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (7ms)
2828
+
2829
+
2830
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2831
+ Served asset /rich/application.js - 304 Not Modified (74ms)
2832
+
2833
+
2834
+ Started GET "/assets/rich/loading.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2835
+ Served asset /rich/loading.png - 304 Not Modified (18ms)
2836
+
2837
+
2838
+ Started GET "/assets/rich/view-list.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2839
+ Served asset /rich/view-list.png - 304 Not Modified (5ms)
2840
+
2841
+
2842
+ Started GET "/assets/rich/view-grid.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2843
+ Served asset /rich/view-grid.png - 304 Not Modified (6ms)
2844
+
2845
+
2846
+ Started GET "/assets/rich/menu-dash.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2847
+ Served asset /rich/menu-dash.png - 304 Not Modified (6ms)
2848
+
2849
+
2850
+ Started GET "/assets/rich/insert-one.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2851
+ Served asset /rich/insert-one.png - 304 Not Modified (5ms)
2852
+
2853
+
2854
+ Started GET "/assets/rich/insert-many.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2855
+ Served asset /rich/insert-many.png - 304 Not Modified (6ms)
2856
+
2857
+
2858
+ Started GET "/assets/rich/plus.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2859
+ Served asset /rich/plus.png - 304 Not Modified (8ms)
2860
+
2861
+
2862
+ Started GET "/assets/rich/x-red.png" for 127.0.0.1 at 2012-10-20 22:23:58 +0200
2863
+ Served asset /rich/x-red.png - 304 Not Modified (7ms)
2864
+
2865
+
2866
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2867
+ Processing by Rich::FilesController#index as HTML
2868
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
2869
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2870
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (8.4ms)
2871
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (19.5ms)
2872
+ Completed 200 OK in 40ms (Views: 38.2ms | ActiveRecord: 0.4ms)
2873
+
2874
+
2875
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2876
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2877
+
2878
+
2879
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2880
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2881
+
2882
+
2883
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2884
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2885
+
2886
+
2887
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2888
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2889
+
2890
+
2891
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2892
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2893
+
2894
+
2895
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2896
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2897
+
2898
+
2899
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2900
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2901
+
2902
+
2903
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:18 +0200
2904
+ Served asset /rich/application.js - 304 Not Modified (1ms)
2905
+
2906
+
2907
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2908
+ Processing by Rich::FilesController#index as HTML
2909
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
2910
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
2911
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (6.2ms)
2912
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (14.6ms)
2913
+ Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.4ms)
2914
+
2915
+
2916
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2917
+ Served asset /jquery.js - 200 OK (0ms)
2918
+
2919
+
2920
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2921
+ Served asset /rich/application.css - 304 Not Modified (0ms)
2922
+
2923
+
2924
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2925
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
2926
+
2927
+
2928
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2929
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
2930
+
2931
+
2932
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2933
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2934
+
2935
+
2936
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2937
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
2938
+
2939
+
2940
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2941
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
2942
+
2943
+
2944
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2945
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
2946
+
2947
+
2948
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:22 +0200
2949
+ Served asset /rich/application.js - 304 Not Modified (1ms)
2950
+
2951
+
2952
+ Started PUT "/posts/1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2953
+ Processing by PostsController#update as HTML
2954
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"4+VXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw=", "post"=>{"name"=>"", "content"=>"/system/rich_files/2/large/1929972.jpeg", "image_id"=>"1"}, "button"=>"", "id"=>"1"}
2955
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
2956
+  (0.1ms) begin transaction
2957
+  (0.4ms) UPDATE "posts" SET "content" = '/system/rich_files/2/large/1929972.jpeg', "image_id" = 1, "updated_at" = '2012-10-20 20:24:44.796422' WHERE "posts"."id" = 1
2958
+  (1.1ms) commit transaction
2959
+ Redirected to http://localhost:3000/posts/1
2960
+ Completed 302 Found in 13ms (ActiveRecord: 1.7ms)
2961
+
2962
+
2963
+ Started GET "/posts/1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2964
+ Processing by PostsController#show as HTML
2965
+ Parameters: {"id"=>"1"}
2966
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
2967
+ Rendered posts/show.html.erb within layouts/application (2.7ms)
2968
+ Completed 200 OK in 36ms (Views: 33.4ms | ActiveRecord: 0.2ms)
2969
+
2970
+
2971
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2972
+ Served asset /application.css - 304 Not Modified (10ms)
2973
+
2974
+
2975
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2976
+ Served asset /posts.css - 304 Not Modified (0ms)
2977
+
2978
+
2979
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2980
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2981
+
2982
+
2983
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2984
+ Served asset /scaffold.css - 304 Not Modified (0ms)
2985
+
2986
+
2987
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2988
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
2989
+
2990
+
2991
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:24:44 +0200
2992
+ Served asset /active_admin.css - 304 Not Modified (8ms)
2993
+
2994
+
2995
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
2996
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
2997
+
2998
+
2999
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3000
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3001
+
3002
+
3003
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3004
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3005
+
3006
+
3007
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3008
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3009
+
3010
+
3011
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3012
+ Served asset /rich/base.js - 304 Not Modified (0ms)
3013
+
3014
+
3015
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3016
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3017
+
3018
+
3019
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3020
+ Served asset /rich.js - 304 Not Modified (1ms)
3021
+
3022
+
3023
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:24:45 +0200
3024
+ Served asset /application.js - 304 Not Modified (1ms)
3025
+
3026
+
3027
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3028
+ Processing by PostsController#edit as HTML
3029
+ Parameters: {"id"=>"1"}
3030
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
3031
+ Rich::RichFile Load (0.2ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 1]]
3032
+ CACHE (0.0ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", 1]]
3033
+ Rendered posts/_formtastic_form.html.erb (93.5ms)
3034
+ Rendered posts/edit.html.erb within layouts/application (96.1ms)
3035
+ Completed 200 OK in 123ms (Views: 120.7ms | ActiveRecord: 0.4ms)
3036
+
3037
+
3038
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3039
+ Served asset /application.css - 304 Not Modified (9ms)
3040
+
3041
+
3042
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3043
+ Served asset /active_admin.css - 304 Not Modified (8ms)
3044
+
3045
+
3046
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3047
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3048
+
3049
+
3050
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3051
+ Served asset /posts.css - 304 Not Modified (0ms)
3052
+
3053
+
3054
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3055
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3056
+
3057
+
3058
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3059
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3060
+
3061
+
3062
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:42 +0200
3063
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3064
+
3065
+
3066
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3067
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3068
+
3069
+
3070
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3071
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3072
+
3073
+
3074
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3075
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3076
+
3077
+
3078
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3079
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3080
+
3081
+
3082
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3083
+ Served asset /rich/base.js - 304 Not Modified (0ms)
3084
+
3085
+
3086
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3087
+ Served asset /rich.js - 304 Not Modified (2ms)
3088
+
3089
+
3090
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:43 +0200
3091
+ Served asset /application.js - 304 Not Modified (1ms)
3092
+
3093
+
3094
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:26:44 +0200
3095
+ Processing by Rich::FilesController#index as HTML
3096
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
3097
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3098
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (7.4ms)
3099
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (17.4ms)
3100
+ Compiled rich/browser/filebrowser.js (0ms) (pid 73551)
3101
+ Compiled rich/application.js (72ms) (pid 73551)
3102
+ Completed 200 OK in 212ms (Views: 210.5ms | ActiveRecord: 0.4ms)
3103
+
3104
+
3105
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3106
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3107
+
3108
+
3109
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3110
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3111
+
3112
+
3113
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3114
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3115
+
3116
+
3117
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3118
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3119
+
3120
+
3121
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3122
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3123
+
3124
+
3125
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3126
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3127
+
3128
+
3129
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3130
+ Served asset /rich/browser/filebrowser.js - 200 OK (8ms)
3131
+
3132
+
3133
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:45 +0200
3134
+ Served asset /rich/application.js - 304 Not Modified (24ms)
3135
+
3136
+
3137
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3138
+ Processing by Rich::FilesController#index as HTML
3139
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
3140
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3141
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (8.2ms)
3142
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (19.3ms)
3143
+ Completed 200 OK in 41ms (Views: 38.2ms | ActiveRecord: 0.5ms)
3144
+
3145
+
3146
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3147
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3148
+
3149
+
3150
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3151
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3152
+
3153
+
3154
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3155
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3156
+
3157
+
3158
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3159
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3160
+
3161
+
3162
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3163
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3164
+
3165
+
3166
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3167
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3168
+
3169
+
3170
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:26:50 +0200
3171
+ Served asset /rich/application.js - 304 Not Modified (1ms)
3172
+
3173
+
3174
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3175
+ Processing by PostsController#edit as HTML
3176
+ Parameters: {"id"=>"1"}
3177
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
3178
+ Rendered posts/_formtastic_form.html.erb (132.7ms)
3179
+ Rendered posts/edit.html.erb within layouts/application (135.0ms)
3180
+ Completed 200 OK in 162ms (Views: 160.5ms | ActiveRecord: 0.2ms)
3181
+
3182
+
3183
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3184
+ Served asset /application.css - 304 Not Modified (10ms)
3185
+
3186
+
3187
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3188
+ Served asset /active_admin.css - 304 Not Modified (8ms)
3189
+
3190
+
3191
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3192
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3193
+
3194
+
3195
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3196
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3197
+
3198
+
3199
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3200
+ Served asset /posts.css - 304 Not Modified (0ms)
3201
+
3202
+
3203
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3204
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3205
+
3206
+
3207
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3208
+ Served asset /jquery.js - 304 Not Modified (0ms)
3209
+
3210
+
3211
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3212
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3213
+
3214
+
3215
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3216
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3217
+
3218
+
3219
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3220
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3221
+
3222
+
3223
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3224
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3225
+
3226
+
3227
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3228
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3229
+
3230
+
3231
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3232
+ Served asset /rich/base.js - 304 Not Modified (1ms)
3233
+
3234
+
3235
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3236
+ Served asset /rich.js - 304 Not Modified (1ms)
3237
+
3238
+
3239
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:35:55 +0200
3240
+ Served asset /application.js - 304 Not Modified (2ms)
3241
+
3242
+
3243
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=file&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3244
+ Processing by Rich::FilesController#index as HTML
3245
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"file", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
3246
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'file') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3247
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (0.0ms)
3248
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (9.3ms)
3249
+ Completed 200 OK in 31ms (Views: 28.6ms | ActiveRecord: 0.4ms)
3250
+
3251
+
3252
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3253
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3254
+
3255
+
3256
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3257
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3258
+
3259
+
3260
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3261
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3262
+
3263
+
3264
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3265
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3266
+
3267
+
3268
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3269
+ Served asset /jquery.js - 304 Not Modified (0ms)
3270
+
3271
+
3272
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3273
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3274
+
3275
+
3276
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3277
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3278
+
3279
+
3280
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3281
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
3282
+
3283
+
3284
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:11 +0200
3285
+ Served asset /rich/application.js - 304 Not Modified (1ms)
3286
+
3287
+
3288
+ Started POST "/rich/files?authenticity_token=4%2BVXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw%3D&simplified_type=file&scoped=false&scope_type=undefined&scope_id=undefined&qqfile=paspoort.jpg" for 127.0.0.1 at 2012-10-20 22:36:17 +0200
3289
+ Processing by Rich::FilesController#create as */*
3290
+ Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007fda968bcdb0 @original_filename="paspoort.jpg", @content_type="application/octet-stream", @headers=nil, @tempfile=#<File:/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/raw-upload.20121020-73551-mz18cv>>, "authenticity_token"=>"4+VXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw=", "simplified_type"=>"file", "scoped"=>"false", "scope_type"=>"undefined", "scope_id"=>"undefined", "qqfile"=>"paspoort.jpg"}
3291
+  (0.1ms) begin transaction
3292
+ SQL (1.0ms) INSERT INTO "rich_rich_files" ("created_at", "owner_id", "owner_type", "rich_file_content_type", "rich_file_file_name", "rich_file_file_size", "rich_file_updated_at", "simplified_type", "updated_at", "uri_cache") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 20 Oct 2012 20:36:18 UTC +00:00], ["owner_id", nil], ["owner_type", nil], ["rich_file_content_type", "image/jpeg"], ["rich_file_file_name", "paspoort.jpg"], ["rich_file_file_size", 672776], ["rich_file_updated_at", Sat, 20 Oct 2012 20:36:18 UTC +00:00], ["simplified_type", "file"], ["updated_at", Sat, 20 Oct 2012 20:36:18 UTC +00:00], ["uri_cache", nil]]
3293
+  (0.4ms) UPDATE "rich_rich_files" SET "simplified_type" = 'file', "rich_file_file_name" = 'paspoort.jpg', "rich_file_content_type" = 'image/jpeg', "rich_file_file_size" = 672776, "rich_file_updated_at" = '2012-10-20 20:36:18.013435', "created_at" = '2012-10-20 20:36:18.021927', "updated_at" = '2012-10-20 20:36:18.021927', "uri_cache" = '{"original":"/system/rich_files/3/original/paspoort.jpg"}' WHERE "rich_rich_files"."id" = 3
3294
+ [paperclip] Saving attachments.
3295
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/3/original/paspoort.jpg
3296
+ [paperclip] Saving attachments.
3297
+  (0.9ms) commit transaction
3298
+ Completed 200 OK in 50ms (Views: 0.7ms | ActiveRecord: 2.4ms)
3299
+
3300
+
3301
+ Started GET "/rich/files/3" for 127.0.0.1 at 2012-10-20 22:36:18 +0200
3302
+ Processing by Rich::FilesController#show as */*
3303
+ Parameters: {"id"=>"3"}
3304
+ Rich::RichFile Load (0.2ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", "3"]]
3305
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (2.8ms)
3306
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/show.html.erb (6.6ms)
3307
+ Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.2ms)
3308
+
3309
+
3310
+ Started GET "/assets/rich/document-thumb.png" for 127.0.0.1 at 2012-10-20 22:36:18 +0200
3311
+ Served asset /rich/document-thumb.png - 200 OK (13ms)
3312
+
3313
+
3314
+ Started GET "/posts/1/edit" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3315
+ Processing by PostsController#edit as HTML
3316
+ Parameters: {"id"=>"1"}
3317
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
3318
+ Rendered posts/_formtastic_form.html.erb (29.3ms)
3319
+ Rendered posts/edit.html.erb within layouts/application (31.4ms)
3320
+ Completed 200 OK in 59ms (Views: 56.8ms | ActiveRecord: 0.2ms)
3321
+
3322
+
3323
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3324
+ Served asset /application.css - 304 Not Modified (9ms)
3325
+
3326
+
3327
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3328
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3329
+
3330
+
3331
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3332
+ Served asset /active_admin.css - 304 Not Modified (8ms)
3333
+
3334
+
3335
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3336
+ Served asset /posts.css - 304 Not Modified (0ms)
3337
+
3338
+
3339
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3340
+ Served asset /jquery.js - 304 Not Modified (0ms)
3341
+
3342
+
3343
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3344
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3345
+
3346
+
3347
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3348
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3349
+
3350
+
3351
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3352
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3353
+
3354
+
3355
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3356
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3357
+
3358
+
3359
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3360
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3361
+
3362
+
3363
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3364
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3365
+
3366
+
3367
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3368
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3369
+
3370
+
3371
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3372
+ Served asset /rich.js - 304 Not Modified (1ms)
3373
+
3374
+
3375
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3376
+ Served asset /rich/base.js - 304 Not Modified (1ms)
3377
+
3378
+
3379
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:51 +0200
3380
+ Served asset /application.js - 304 Not Modified (1ms)
3381
+
3382
+
3383
+ Started GET "/posts/1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3384
+ Processing by PostsController#show as HTML
3385
+ Parameters: {"id"=>"1"}
3386
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
3387
+ Rendered posts/show.html.erb within layouts/application (1.6ms)
3388
+ Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.2ms)
3389
+
3390
+
3391
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3392
+ Served asset /application.css - 304 Not Modified (9ms)
3393
+
3394
+
3395
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3396
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3397
+
3398
+
3399
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3400
+ Served asset /posts.css - 304 Not Modified (0ms)
3401
+
3402
+
3403
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3404
+ Served asset /jquery.js - 304 Not Modified (0ms)
3405
+
3406
+
3407
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3408
+ Served asset /active_admin.css - 304 Not Modified (10ms)
3409
+
3410
+
3411
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3412
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3413
+
3414
+
3415
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3416
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3417
+
3418
+
3419
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3420
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3421
+
3422
+
3423
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3424
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3425
+
3426
+
3427
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3428
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3429
+
3430
+
3431
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3432
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3433
+
3434
+
3435
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3436
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3437
+
3438
+
3439
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3440
+ Served asset /rich/base.js - 304 Not Modified (1ms)
3441
+
3442
+
3443
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3444
+ Served asset /rich.js - 304 Not Modified (1ms)
3445
+
3446
+
3447
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:53 +0200
3448
+ Served asset /application.js - 304 Not Modified (1ms)
3449
+
3450
+
3451
+ Started GET "/posts" for 127.0.0.1 at 2012-10-20 22:36:56 +0200
3452
+ Processing by PostsController#index as HTML
3453
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" 
3454
+ Rendered posts/index.html.erb within layouts/application (2.8ms)
3455
+ Completed 200 OK in 71ms (Views: 69.8ms | ActiveRecord: 0.2ms)
3456
+
3457
+
3458
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:56 +0200
3459
+ Served asset /application.css - 304 Not Modified (11ms)
3460
+
3461
+
3462
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3463
+ Served asset /posts.css - 304 Not Modified (0ms)
3464
+
3465
+
3466
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3467
+ Served asset /active_admin.css - 304 Not Modified (9ms)
3468
+
3469
+
3470
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3471
+ Served asset /jquery.js - 304 Not Modified (0ms)
3472
+
3473
+
3474
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3475
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3476
+
3477
+
3478
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3479
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3480
+
3481
+
3482
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3483
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3484
+
3485
+
3486
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3487
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3488
+
3489
+
3490
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3491
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3492
+
3493
+
3494
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3495
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3496
+
3497
+
3498
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3499
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3500
+
3501
+
3502
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3503
+ Served asset /rich.js - 304 Not Modified (2ms)
3504
+
3505
+
3506
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3507
+ Served asset /rich/base.js - 304 Not Modified (1ms)
3508
+
3509
+
3510
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3511
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3512
+
3513
+
3514
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:57 +0200
3515
+ Served asset /application.js - 304 Not Modified (1ms)
3516
+
3517
+
3518
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3519
+ Processing by PostsController#new as HTML
3520
+ Rendered posts/_formtastic_form.html.erb (98.6ms)
3521
+ Rendered posts/new.html.erb within layouts/application (100.9ms)
3522
+ Completed 200 OK in 128ms (Views: 126.2ms | ActiveRecord: 0.0ms)
3523
+
3524
+
3525
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3526
+ Served asset /application.css - 304 Not Modified (9ms)
3527
+
3528
+
3529
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3530
+ Served asset /jquery.js - 304 Not Modified (0ms)
3531
+
3532
+
3533
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3534
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3535
+
3536
+
3537
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3538
+ Served asset /posts.css - 304 Not Modified (0ms)
3539
+
3540
+
3541
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3542
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3543
+
3544
+
3545
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3546
+ Served asset /active_admin.css - 304 Not Modified (11ms)
3547
+
3548
+
3549
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3550
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3551
+
3552
+
3553
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3554
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3555
+
3556
+
3557
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3558
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3559
+
3560
+
3561
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3562
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3563
+
3564
+
3565
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3566
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
3567
+
3568
+
3569
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3570
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3571
+
3572
+
3573
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3574
+ Served asset /rich/base.js - 304 Not Modified (1ms)
3575
+
3576
+
3577
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3578
+ Served asset /rich.js - 304 Not Modified (0ms)
3579
+
3580
+
3581
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:36:59 +0200
3582
+ Served asset /application.js - 304 Not Modified (1ms)
3583
+
3584
+
3585
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=file&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:37:01 +0200
3586
+ Processing by Rich::FilesController#index as HTML
3587
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"file", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
3588
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'file') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3589
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (1.8ms)
3590
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (13.9ms)
3591
+ Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.4ms)
3592
+
3593
+
3594
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:01 +0200
3595
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3596
+
3597
+
3598
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:01 +0200
3599
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3600
+
3601
+
3602
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:01 +0200
3603
+ Served asset /jquery.js - 304 Not Modified (0ms)
3604
+
3605
+
3606
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:02 +0200
3607
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3608
+
3609
+
3610
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:02 +0200
3611
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3612
+
3613
+
3614
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:02 +0200
3615
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3616
+
3617
+
3618
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:02 +0200
3619
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3620
+
3621
+
3622
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:02 +0200
3623
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
3624
+
3625
+
3626
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:02 +0200
3627
+ Served asset /rich/application.js - 304 Not Modified (1ms)
3628
+
3629
+
3630
+ Started POST "/rich/files?authenticity_token=4%2BVXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw%3D&simplified_type=file&scoped=false&scope_type=undefined&scope_id=undefined&qqfile=d3.v2.min.js" for 127.0.0.1 at 2012-10-20 22:37:10 +0200
3631
+ Processing by Rich::FilesController#create as */*
3632
+ Parameters: {"file"=>#<ActionDispatch::Http::UploadedFile:0x007fda96ac5670 @original_filename="d3.v2.min.js", @content_type="application/octet-stream", @headers=nil, @tempfile=#<File:/var/folders/fl/5nnpl74s23zg_lxgk6msvfcr0000gn/T/raw-upload.20121020-73551-4a7vie>>, "authenticity_token"=>"4+VXxWrRs2OXRjL7WL1uDgxynFNUOYSWV3x0jtweCvw=", "simplified_type"=>"file", "scoped"=>"false", "scope_type"=>"undefined", "scope_id"=>"undefined", "qqfile"=>"d3.v2.min.js"}
3633
+  (0.1ms) begin transaction
3634
+ SQL (0.8ms) INSERT INTO "rich_rich_files" ("created_at", "owner_id", "owner_type", "rich_file_content_type", "rich_file_file_name", "rich_file_file_size", "rich_file_updated_at", "simplified_type", "updated_at", "uri_cache") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Sat, 20 Oct 2012 20:37:10 UTC +00:00], ["owner_id", nil], ["owner_type", nil], ["rich_file_content_type", "application/javascript"], ["rich_file_file_name", "d3-v2-min.js"], ["rich_file_file_size", 115692], ["rich_file_updated_at", Sat, 20 Oct 2012 20:37:10 UTC +00:00], ["simplified_type", "file"], ["updated_at", Sat, 20 Oct 2012 20:37:10 UTC +00:00], ["uri_cache", nil]]
3635
+  (0.4ms) UPDATE "rich_rich_files" SET "simplified_type" = 'file', "rich_file_file_name" = 'd3-v2-min.js', "rich_file_content_type" = 'application/javascript', "rich_file_file_size" = 115692, "rich_file_updated_at" = '2012-10-20 20:37:10.498876', "created_at" = '2012-10-20 20:37:10.501264', "updated_at" = '2012-10-20 20:37:10.501264', "uri_cache" = '{"original":"/system/rich_files/4/original/d3-v2-min.js"}' WHERE "rich_rich_files"."id" = 4
3636
+ [paperclip] Saving attachments.
3637
+ [paperclip] saving /Users/bastiaan/Files/Work/rich_project/rich/test/dummy/public/system/rich_files/4/original/d3-v2-min.js
3638
+ [paperclip] Saving attachments.
3639
+  (1.3ms) commit transaction
3640
+ Completed 200 OK in 33ms (Views: 0.6ms | ActiveRecord: 2.6ms)
3641
+
3642
+
3643
+ Started GET "/rich/files/4" for 127.0.0.1 at 2012-10-20 22:37:10 +0200
3644
+ Processing by Rich::FilesController#show as */*
3645
+ Parameters: {"id"=>"4"}
3646
+ Rich::RichFile Load (0.2ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE "rich_rich_files"."id" = ? LIMIT 1 [["id", "4"]]
3647
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (1.2ms)
3648
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/show.html.erb (4.3ms)
3649
+ Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.2ms)
3650
+
3651
+
3652
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3653
+ Processing by PostsController#new as HTML
3654
+ Rendered posts/_formtastic_form.html.erb (28.1ms)
3655
+ Rendered posts/new.html.erb within layouts/application (29.8ms)
3656
+ Compiled rich/editor/rich_picker.js (0ms) (pid 73551)
3657
+ Compiled rich/base.js (32ms) (pid 73551)
3658
+ Compiled rich.js (6ms) (pid 73551)
3659
+ Compiled application.js (6ms) (pid 73551)
3660
+ Completed 200 OK in 210ms (Views: 208.8ms | ActiveRecord: 0.0ms)
3661
+
3662
+
3663
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3664
+ Served asset /posts.css - 304 Not Modified (0ms)
3665
+
3666
+
3667
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3668
+ Served asset /application.css - 304 Not Modified (8ms)
3669
+
3670
+
3671
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3672
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3673
+
3674
+
3675
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3676
+ Served asset /active_admin.css - 304 Not Modified (9ms)
3677
+
3678
+
3679
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3680
+ Served asset /jquery.js - 304 Not Modified (0ms)
3681
+
3682
+
3683
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3684
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3685
+
3686
+
3687
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3688
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3689
+
3690
+
3691
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3692
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3693
+
3694
+
3695
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3696
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3697
+
3698
+
3699
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3700
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3701
+
3702
+
3703
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3704
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3705
+
3706
+
3707
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:46 +0200
3708
+ Served asset /rich/editor/rich_picker.js - 200 OK (71ms)
3709
+
3710
+
3711
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:47 +0200
3712
+ Served asset /rich/base.js - 304 Not Modified (38ms)
3713
+
3714
+
3715
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:47 +0200
3716
+ Served asset /application.js - 304 Not Modified (37ms)
3717
+
3718
+
3719
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:47 +0200
3720
+ Served asset /rich.js - 304 Not Modified (25ms)
3721
+
3722
+
3723
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=file&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3724
+ Processing by Rich::FilesController#index as HTML
3725
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"file", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
3726
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'file') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3727
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (2.5ms)
3728
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (14.5ms)
3729
+ Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.5ms)
3730
+
3731
+
3732
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3733
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3734
+
3735
+
3736
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3737
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3738
+
3739
+
3740
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3741
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3742
+
3743
+
3744
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3745
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3746
+
3747
+
3748
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3749
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3750
+
3751
+
3752
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3753
+ Served asset /jquery.js - 304 Not Modified (0ms)
3754
+
3755
+
3756
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3757
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3758
+
3759
+
3760
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3761
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
3762
+
3763
+
3764
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:37:48 +0200
3765
+ Served asset /rich/application.js - 304 Not Modified (1ms)
3766
+
3767
+
3768
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3769
+ Processing by PostsController#new as HTML
3770
+ Rendered posts/_formtastic_form.html.erb (154.2ms)
3771
+ Rendered posts/new.html.erb within layouts/application (156.4ms)
3772
+ Compiled rich/editor/rich_picker.js (1ms) (pid 73551)
3773
+ Compiled rich/base.js (40ms) (pid 73551)
3774
+ Compiled rich.js (11ms) (pid 73551)
3775
+ Compiled application.js (9ms) (pid 73551)
3776
+ Completed 200 OK in 387ms (Views: 385.6ms | ActiveRecord: 0.0ms)
3777
+
3778
+
3779
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3780
+ Served asset /application.css - 304 Not Modified (12ms)
3781
+
3782
+
3783
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3784
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3785
+
3786
+
3787
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3788
+ Served asset /posts.css - 304 Not Modified (0ms)
3789
+
3790
+
3791
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3792
+ Served asset /active_admin.css - 304 Not Modified (10ms)
3793
+
3794
+
3795
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3796
+ Served asset /jquery.js - 304 Not Modified (0ms)
3797
+
3798
+
3799
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3800
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3801
+
3802
+
3803
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3804
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3805
+
3806
+
3807
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3808
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3809
+
3810
+
3811
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3812
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3813
+
3814
+
3815
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3816
+ Served asset /rich/editor/rich_picker.js - 200 OK (16ms)
3817
+
3818
+
3819
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:55 +0200
3820
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3821
+
3822
+
3823
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:56 +0200
3824
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3825
+
3826
+
3827
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:56 +0200
3828
+ Served asset /rich/base.js - 304 Not Modified (22ms)
3829
+
3830
+
3831
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:56 +0200
3832
+ Served asset /rich.js - 304 Not Modified (27ms)
3833
+
3834
+
3835
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:41:56 +0200
3836
+ Served asset /application.js - 304 Not Modified (107ms)
3837
+
3838
+
3839
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:42:14 +0200
3840
+ Processing by PostsController#new as HTML
3841
+ Rendered posts/_formtastic_form.html.erb (37.8ms)
3842
+ Rendered posts/new.html.erb within layouts/application (40.2ms)
3843
+ Compiled rich/editor/rich_picker.js (0ms) (pid 73551)
3844
+ Compiled rich/base.js (45ms) (pid 73551)
3845
+ Compiled rich.js (84ms) (pid 73551)
3846
+ Compiled application.js (7ms) (pid 73551)
3847
+ Completed 200 OK in 286ms (Views: 285.1ms | ActiveRecord: 0.0ms)
3848
+
3849
+
3850
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:14 +0200
3851
+ Served asset /application.css - 304 Not Modified (13ms)
3852
+
3853
+
3854
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:14 +0200
3855
+ Served asset /active_admin.css - 304 Not Modified (13ms)
3856
+
3857
+
3858
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3859
+ Served asset /posts.css - 304 Not Modified (0ms)
3860
+
3861
+
3862
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3863
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
3864
+
3865
+
3866
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3867
+ Served asset /scaffold.css - 304 Not Modified (0ms)
3868
+
3869
+
3870
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3871
+ Served asset /jquery.js - 304 Not Modified (0ms)
3872
+
3873
+
3874
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3875
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3876
+
3877
+
3878
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3879
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
3880
+
3881
+
3882
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3883
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
3884
+
3885
+
3886
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3887
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
3888
+
3889
+
3890
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3891
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
3892
+
3893
+
3894
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3895
+ Served asset /rich/base.js - 304 Not Modified (103ms)
3896
+
3897
+
3898
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3899
+ Served asset /rich/editor/rich_picker.js - 200 OK (8ms)
3900
+
3901
+
3902
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3903
+ Served asset /rich.js - 304 Not Modified (29ms)
3904
+
3905
+
3906
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:15 +0200
3907
+ Served asset /application.js - 304 Not Modified (40ms)
3908
+
3909
+
3910
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=file&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3911
+ Processing by Rich::FilesController#index as HTML
3912
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"file", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
3913
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'file') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3914
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (3.1ms)
3915
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (14.4ms)
3916
+ Compiled rich/browser/filebrowser.js (0ms) (pid 73551)
3917
+ Compiled rich/application.js (30ms) (pid 73551)
3918
+ Completed 200 OK in 170ms (Views: 167.8ms | ActiveRecord: 0.4ms)
3919
+
3920
+
3921
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3922
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3923
+
3924
+
3925
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3926
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3927
+
3928
+
3929
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3930
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3931
+
3932
+
3933
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3934
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3935
+
3936
+
3937
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3938
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3939
+
3940
+
3941
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3942
+ Served asset /jquery.js - 304 Not Modified (0ms)
3943
+
3944
+
3945
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3946
+ Served asset /rich/browser/filebrowser.js - 200 OK (9ms)
3947
+
3948
+
3949
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3950
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3951
+
3952
+
3953
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:16 +0200
3954
+ Served asset /rich/application.js - 304 Not Modified (23ms)
3955
+
3956
+
3957
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=image&viewMode=grid&scoped=false&dom_id=%23post_content" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3958
+ Processing by Rich::FilesController#index as HTML
3959
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"image", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_content"}
3960
+ Rich::RichFile Load (0.5ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'image') ORDER BY created_at DESC LIMIT 34 OFFSET 0
3961
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (8.9ms)
3962
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (20.8ms)
3963
+ Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.5ms)
3964
+
3965
+
3966
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3967
+ Served asset /rich/application.css - 304 Not Modified (0ms)
3968
+
3969
+
3970
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3971
+ Served asset /jquery.js - 304 Not Modified (0ms)
3972
+
3973
+
3974
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3975
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
3976
+
3977
+
3978
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3979
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
3980
+
3981
+
3982
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3983
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3984
+
3985
+
3986
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3987
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
3988
+
3989
+
3990
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3991
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
3992
+
3993
+
3994
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3995
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
3996
+
3997
+
3998
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:21 +0200
3999
+ Served asset /rich/application.js - 304 Not Modified (1ms)
4000
+
4001
+
4002
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=file&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4003
+ Processing by Rich::FilesController#index as HTML
4004
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"file", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
4005
+ Rich::RichFile Load (0.3ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'file') ORDER BY created_at DESC LIMIT 34 OFFSET 0
4006
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (1.8ms)
4007
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (10.5ms)
4008
+ Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.3ms)
4009
+
4010
+
4011
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4012
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
4013
+
4014
+
4015
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4016
+ Served asset /jquery.js - 304 Not Modified (0ms)
4017
+
4018
+
4019
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4020
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4021
+
4022
+
4023
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4024
+ Served asset /rich/application.css - 304 Not Modified (0ms)
4025
+
4026
+
4027
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4028
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
4029
+
4030
+
4031
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4032
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
4033
+
4034
+
4035
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4036
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
4037
+
4038
+
4039
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4040
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
4041
+
4042
+
4043
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:26 +0200
4044
+ Served asset /rich/application.js - 304 Not Modified (0ms)
4045
+
4046
+
4047
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:42:56 +0200
4048
+ Processing by PostsController#new as HTML
4049
+ Rendered posts/_formtastic_form.html.erb (29.4ms)
4050
+ Rendered posts/new.html.erb within layouts/application (31.8ms)
4051
+ Compiled rich/editor/rich_picker.js (0ms) (pid 73551)
4052
+ Compiled rich/base.js (31ms) (pid 73551)
4053
+ Compiled rich.js (7ms) (pid 73551)
4054
+ Compiled application.js (8ms) (pid 73551)
4055
+ Completed 200 OK in 215ms (Views: 214.2ms | ActiveRecord: 0.0ms)
4056
+
4057
+
4058
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4059
+ Served asset /application.css - 304 Not Modified (9ms)
4060
+
4061
+
4062
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4063
+ Served asset /active_admin.css - 304 Not Modified (8ms)
4064
+
4065
+
4066
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4067
+ Served asset /posts.css - 304 Not Modified (0ms)
4068
+
4069
+
4070
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4071
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
4072
+
4073
+
4074
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4075
+ Served asset /scaffold.css - 304 Not Modified (0ms)
4076
+
4077
+
4078
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4079
+ Served asset /jquery.js - 304 Not Modified (0ms)
4080
+
4081
+
4082
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4083
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4084
+
4085
+
4086
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4087
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
4088
+
4089
+
4090
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4091
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
4092
+
4093
+
4094
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4095
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
4096
+
4097
+
4098
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4099
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
4100
+
4101
+
4102
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4103
+ Served asset /rich/editor/rich_picker.js - 200 OK (9ms)
4104
+
4105
+
4106
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4107
+ Served asset /rich.js - 304 Not Modified (24ms)
4108
+
4109
+
4110
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4111
+ Served asset /rich/base.js - 304 Not Modified (97ms)
4112
+
4113
+
4114
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:57 +0200
4115
+ Served asset /application.js - 304 Not Modified (43ms)
4116
+
4117
+
4118
+ Started GET "/rich/files/?CKEditor=picker&default_style=thumb&allowed_styles=large%2Cthumb%2Crich_thumb%2Coriginal&insert_many=false&type=file&viewMode=grid&scoped=false&dom_id=%23post_image_id" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4119
+ Processing by Rich::FilesController#index as HTML
4120
+ Parameters: {"CKEditor"=>"picker", "default_style"=>"thumb", "allowed_styles"=>"large,thumb,rich_thumb,original", "insert_many"=>"false", "type"=>"file", "viewMode"=>"grid", "scoped"=>"false", "dom_id"=>"#post_image_id"}
4121
+ Rich::RichFile Load (0.4ms) SELECT "rich_rich_files".* FROM "rich_rich_files" WHERE (rich_rich_files.simplified_type = 'file') ORDER BY created_at DESC LIMIT 34 OFFSET 0
4122
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/_file.html.erb (2.6ms)
4123
+ Rendered /Users/bastiaan/Files/Work/rich_project/rich/app/views/rich/files/index.html.erb within layouts/rich/application (13.2ms)
4124
+ Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.4ms)
4125
+
4126
+
4127
+ Started GET "/assets/rich/mixins/reset.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4128
+ Served asset /rich/mixins/reset.css - 304 Not Modified (0ms)
4129
+
4130
+
4131
+ Started GET "/assets/fileuploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4132
+ Served asset /fileuploader.js - 304 Not Modified (0ms)
4133
+
4134
+
4135
+ Started GET "/assets/rich/browser/extensions.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4136
+ Served asset /rich/browser/extensions.js - 304 Not Modified (0ms)
4137
+
4138
+
4139
+ Started GET "/assets/rich/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4140
+ Served asset /rich/application.css - 304 Not Modified (0ms)
4141
+
4142
+
4143
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4144
+ Served asset /jquery.js - 304 Not Modified (0ms)
4145
+
4146
+
4147
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:58 +0200
4148
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4149
+
4150
+
4151
+ Started GET "/assets/rich/browser/uploader.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:59 +0200
4152
+ Served asset /rich/browser/uploader.js - 304 Not Modified (0ms)
4153
+
4154
+
4155
+ Started GET "/assets/rich/browser/filebrowser.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:59 +0200
4156
+ Served asset /rich/browser/filebrowser.js - 304 Not Modified (0ms)
4157
+
4158
+
4159
+ Started GET "/assets/rich/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:42:59 +0200
4160
+ Served asset /rich/application.js - 304 Not Modified (1ms)
4161
+
4162
+
4163
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:45:54 +0200
4164
+ Processing by PostsController#new as HTML
4165
+ Rendered posts/_formtastic_form.html.erb (35.3ms)
4166
+ Rendered posts/new.html.erb within layouts/application (36.9ms)
4167
+ Completed 200 OK in 79ms (Views: 64.0ms | ActiveRecord: 0.0ms)
4168
+
4169
+
4170
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4171
+ Served asset /application.css - 304 Not Modified (9ms)
4172
+
4173
+
4174
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4175
+ Served asset /active_admin.css - 304 Not Modified (9ms)
4176
+
4177
+
4178
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4179
+ Served asset /scaffold.css - 304 Not Modified (0ms)
4180
+
4181
+
4182
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4183
+ Served asset /posts.css - 304 Not Modified (0ms)
4184
+
4185
+
4186
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4187
+ Served asset /jquery.js - 304 Not Modified (0ms)
4188
+
4189
+
4190
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4191
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
4192
+
4193
+
4194
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4195
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4196
+
4197
+
4198
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4199
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
4200
+
4201
+
4202
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4203
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
4204
+
4205
+
4206
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4207
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
4208
+
4209
+
4210
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4211
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
4212
+
4213
+
4214
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4215
+ Served asset /rich/base.js - 304 Not Modified (1ms)
4216
+
4217
+
4218
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4219
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
4220
+
4221
+
4222
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4223
+ Served asset /rich.js - 304 Not Modified (1ms)
4224
+
4225
+
4226
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:45:55 +0200
4227
+ Served asset /application.js - 304 Not Modified (1ms)
4228
+
4229
+
4230
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:46:22 +0200
4231
+ Processing by PostsController#new as HTML
4232
+ Rendered posts/_formtastic_form.html.erb (34.9ms)
4233
+ Rendered posts/new.html.erb within layouts/application (36.5ms)
4234
+ Completed 200 OK in 76ms (Views: 62.6ms | ActiveRecord: 0.0ms)
4235
+
4236
+
4237
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4238
+ Served asset /application.css - 304 Not Modified (9ms)
4239
+
4240
+
4241
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4242
+ Served asset /scaffold.css - 304 Not Modified (0ms)
4243
+
4244
+
4245
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4246
+ Served asset /posts.css - 304 Not Modified (0ms)
4247
+
4248
+
4249
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4250
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
4251
+
4252
+
4253
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4254
+ Served asset /jquery.js - 304 Not Modified (0ms)
4255
+
4256
+
4257
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4258
+ Served asset /active_admin.css - 304 Not Modified (9ms)
4259
+
4260
+
4261
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4262
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4263
+
4264
+
4265
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4266
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
4267
+
4268
+
4269
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4270
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
4271
+
4272
+
4273
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4274
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
4275
+
4276
+
4277
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4278
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
4279
+
4280
+
4281
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4282
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
4283
+
4284
+
4285
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4286
+ Served asset /rich/base.js - 304 Not Modified (1ms)
4287
+
4288
+
4289
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4290
+ Served asset /rich.js - 304 Not Modified (1ms)
4291
+
4292
+
4293
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:23 +0200
4294
+ Served asset /application.js - 304 Not Modified (1ms)
4295
+
4296
+
4297
+ Started GET "/posts/new" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4298
+ Processing by PostsController#new as HTML
4299
+ Rendered posts/_formtastic_form.html.erb (37.2ms)
4300
+ Rendered posts/new.html.erb within layouts/application (39.1ms)
4301
+ Completed 200 OK in 81ms (Views: 64.8ms | ActiveRecord: 0.0ms)
4302
+
4303
+
4304
+ Started GET "/assets/rich/editor.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4305
+ Served asset /rich/editor.css - 304 Not Modified (0ms)
4306
+
4307
+
4308
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4309
+ Served asset /scaffold.css - 304 Not Modified (0ms)
4310
+
4311
+
4312
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4313
+ Served asset /jquery.js - 304 Not Modified (0ms)
4314
+
4315
+
4316
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4317
+ Served asset /active_admin.css - 304 Not Modified (13ms)
4318
+
4319
+
4320
+ Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4321
+ Served asset /posts.css - 304 Not Modified (0ms)
4322
+
4323
+
4324
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4325
+ Served asset /application.css - 304 Not Modified (11ms)
4326
+
4327
+
4328
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4329
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
4330
+
4331
+
4332
+ Started GET "/assets/rich/editor/ckeditor_path.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4333
+ Served asset /rich/editor/ckeditor_path.js - 304 Not Modified (0ms)
4334
+
4335
+
4336
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4337
+ Served asset /ckeditor/ckeditor.js - 304 Not Modified (0ms)
4338
+
4339
+
4340
+ Started GET "/assets/ckeditor/adapters/jquery.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4341
+ Served asset /ckeditor/adapters/jquery.js - 304 Not Modified (0ms)
4342
+
4343
+
4344
+ Started GET "/assets/rich/editor/rich_editor.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:32 +0200
4345
+ Served asset /rich/editor/rich_editor.js - 304 Not Modified (0ms)
4346
+
4347
+
4348
+ Started GET "/assets/rich/editor/rich_picker.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:33 +0200
4349
+ Served asset /rich/editor/rich_picker.js - 304 Not Modified (0ms)
4350
+
4351
+
4352
+ Started GET "/assets/rich.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:33 +0200
4353
+ Served asset /rich.js - 304 Not Modified (1ms)
4354
+
4355
+
4356
+ Started GET "/assets/rich/base.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:33 +0200
4357
+ Served asset /rich/base.js - 304 Not Modified (0ms)
4358
+
4359
+
4360
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-10-20 22:46:33 +0200
4361
+ Served asset /application.js - 304 Not Modified (2ms)