active_admin_jcrop 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. checksums.yaml +4 -4
  2. data/lib/active_admin_jcrop/version.rb +1 -1
  3. data/{test → spec}/dummy/README.rdoc +0 -0
  4. data/{test → spec}/dummy/Rakefile +0 -0
  5. data/{test → spec}/dummy/app/admin/dashboard.rb +0 -0
  6. data/{test → spec}/dummy/app/admin/post.rb +0 -0
  7. data/{test → spec}/dummy/app/assets/javascripts/active_admin.js.coffee +0 -0
  8. data/{test → spec}/dummy/app/assets/javascripts/application.js +0 -0
  9. data/{test → spec}/dummy/app/assets/stylesheets/active_admin.css.scss +0 -0
  10. data/{test → spec}/dummy/app/assets/stylesheets/application.css +0 -0
  11. data/{test → spec}/dummy/app/controllers/application_controller.rb +0 -0
  12. data/{test → spec}/dummy/app/helpers/application_helper.rb +0 -0
  13. data/{test → spec}/dummy/app/models/post.rb +0 -0
  14. data/{test → spec}/dummy/app/uploaders/image_uploader.rb +0 -0
  15. data/{test → spec}/dummy/app/views/layouts/application.html.erb +0 -0
  16. data/{test → spec}/dummy/bin/bundle +0 -0
  17. data/{test → spec}/dummy/bin/rails +0 -0
  18. data/{test → spec}/dummy/bin/rake +0 -0
  19. data/{test → spec}/dummy/config.ru +0 -0
  20. data/{test → spec}/dummy/config/application.rb +2 -2
  21. data/{test → spec}/dummy/config/boot.rb +1 -1
  22. data/{test → spec}/dummy/config/database.yml +0 -0
  23. data/{test → spec}/dummy/config/environment.rb +0 -0
  24. data/{test → spec}/dummy/config/environments/development.rb +0 -0
  25. data/{test → spec}/dummy/config/environments/production.rb +0 -0
  26. data/{test → spec}/dummy/config/environments/test.rb +10 -3
  27. data/{test → spec}/dummy/config/initializers/active_admin.rb +2 -2
  28. data/{test → spec}/dummy/config/initializers/backtrace_silencers.rb +0 -0
  29. data/{test → spec}/dummy/config/initializers/cookies_serializer.rb +0 -0
  30. data/{test → spec}/dummy/config/initializers/filter_parameter_logging.rb +0 -0
  31. data/{test → spec}/dummy/config/initializers/inflections.rb +0 -0
  32. data/{test → spec}/dummy/config/initializers/mime_types.rb +0 -0
  33. data/{test → spec}/dummy/config/initializers/session_store.rb +0 -0
  34. data/{test → spec}/dummy/config/initializers/wrap_parameters.rb +0 -0
  35. data/{test → spec}/dummy/config/locales/devise.en.yml +0 -0
  36. data/{test → spec}/dummy/config/locales/en.yml +0 -0
  37. data/{test → spec}/dummy/config/routes.rb +4 -2
  38. data/{test → spec}/dummy/config/secrets.yml +0 -0
  39. data/{test → spec}/dummy/db/migrate/20140609195344_create_posts.rb +0 -0
  40. data/{test → spec}/dummy/db/migrate/20140609200814_create_active_admin_comments.rb +0 -0
  41. data/{test → spec}/dummy/db/migrate/20140609202215_devise_create_admin_users.rb +1 -1
  42. data/spec/dummy/db/migrate/20140619201236_drop_admin_user_table.rb +5 -0
  43. data/{test → spec}/dummy/db/schema.rb +1 -19
  44. data/{test → spec}/dummy/log/development.log +3403 -0
  45. data/spec/dummy/log/test.log +3948 -0
  46. data/{test → spec}/dummy/public/404.html +0 -0
  47. data/{test → spec}/dummy/public/422.html +0 -0
  48. data/{test → spec}/dummy/public/500.html +0 -0
  49. data/{test → spec}/dummy/public/favicon.ico +0 -0
  50. data/{test → spec}/dummy/public/uploads/post/image/1/caminhao.jpeg +0 -0
  51. data/spec/dummy/public/uploads/post/image/1/thumb_caminhao.jpeg +0 -0
  52. data/{test → spec}/dummy/public/uploads/tmp/1402854070-53359-7950/caminhao.jpeg +0 -0
  53. data/{test → spec}/dummy/public/uploads/tmp/1402854070-53359-7950/thumb_caminhao.jpeg +0 -0
  54. data/{test → spec}/dummy/public/uploads/tmp/1402854510-53557-6949/caminhao.jpeg +0 -0
  55. data/{test → spec}/dummy/public/uploads/tmp/1402854510-53557-6949/thumb_caminhao.jpeg +0 -0
  56. data/{test → spec}/dummy/public/uploads/tmp/1402854728-53655-1717/caminhao.jpeg +0 -0
  57. data/{test → spec}/dummy/public/uploads/tmp/1402854728-53655-1717/thumb_caminhao.jpeg +0 -0
  58. data/{test → spec}/dummy/public/uploads/tmp/1402855138-53797-0268/caminhao.jpeg +0 -0
  59. data/{test → spec}/dummy/public/uploads/tmp/1402855138-53797-0268/thumb_caminhao.jpeg +0 -0
  60. data/{test → spec}/dummy/public/uploads/tmp/1402856174-54150-2897/caminhao.jpeg +0 -0
  61. data/{test → spec}/dummy/public/uploads/tmp/1402856174-54150-2897/thumb_caminhao.jpeg +0 -0
  62. data/{test → spec}/dummy/public/uploads/tmp/1402856561-54391-5701/caminhao.jpeg +0 -0
  63. data/{test → spec}/dummy/public/uploads/tmp/1402856561-54391-5701/thumb_caminhao.jpeg +0 -0
  64. data/{test → spec}/dummy/public/uploads/tmp/1402884860-59723-5663/caminhao.jpeg +0 -0
  65. data/{test → spec}/dummy/public/uploads/tmp/1402884860-59723-5663/thumb_caminhao.jpeg +0 -0
  66. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/01cc28ef6cf61e838f8df3854de4e76b +0 -0
  67. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/04815176b18d23ced953077cdab6c799 +0 -0
  68. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/05329eaf5e8ad8c55f7356cd6f1a208d +0 -0
  69. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/09b3ba6de4c7b276240b56d755d22193 +0 -0
  70. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/0c410be62a5a11fa5bd31553203370c9 +0 -0
  71. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/11666820d5c80bd008d64048ad423cf2 +0 -0
  72. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/153271d97599450d4419ff64c0096e7a +0 -0
  73. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/198ca7c8448aa0272e8b33c7c8f7f85b +0 -0
  74. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1c328d420a3818d37452e98c6001b467 +0 -0
  75. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1ce4a7570f4520b8014c358d0e417201 +0 -0
  76. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1d7d77c0ef36a03c1a532428dc56fb43 +0 -0
  77. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1e7ffade48952c7cdfc8672bad4eb410 +0 -0
  78. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2469f5828ec5a821a8e3a1fa52f62ecc +0 -0
  79. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/280b1fab7672e0fd9bb4f1578ca14a9c +0 -0
  80. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2894eb75de440448b3c40d69d7c3daf1 +0 -0
  81. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2de35a92daa792d65be049f319e98640 +0 -0
  82. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2e6efe9c42b17ddcbc206cb7029a6435 +0 -0
  83. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/37ac2b1140ba52b9c49281dfaaeb0a5c +0 -0
  84. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/39d5b668acdaf4ac39dfbec7998c6088 +0 -0
  85. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3dbddfc04cc1ce845cea75a5d053eb78 +0 -0
  86. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3f8d2b3750a2c4a35e2fc80119be599b +0 -0
  87. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4168e815a6e3b7f527bae1357a3b4a88 +0 -0
  88. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/42599e7e19d0844f558bf6755147af8a +0 -0
  89. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/43f5bd66cd4b99ca8a25a3a3585dc10f +0 -0
  90. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4806b0909dd0f9ef46c0f8529c16d0cb +0 -0
  91. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/49366e6a8a305846f3b6e35412b622be +0 -0
  92. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4abf4453141fa8280d3e92b9d6f95893 +0 -0
  93. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4e10e25ed23161425328c0e86fd2d964 +0 -0
  94. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4f3ac0b41fcb58bba41dd8990f521960 +0 -0
  95. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/50868216b236752b04eac5d3ee00f04c +0 -0
  96. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/517db557c9ab037fe61fcc4135e67a97 +0 -0
  97. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/51a626ab0064c74348ca0076f2464081 +0 -0
  98. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5248fc2c7af1008d55cc8c390c5aadfd +0 -0
  99. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/52ec38bf0b8162c3a0b60334179fd9d8 +0 -0
  100. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/542ba2c861120c117755b256e75fc931 +0 -0
  101. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/58242bae329210944c12eef4b21e74fc +0 -0
  102. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/586f47ea7b97a5a0c2864cafc7fa681a +0 -0
  103. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/59f28a7fdd955b2eb441b3ede79d6634 +0 -0
  104. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5e5c38446431a684f7d95b931dd29845 +0 -0
  105. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5e978a23006b9bf0e8cb8e01af6b830e +0 -0
  106. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/63f0e112cc9f52fcc19a660011424d4d +0 -0
  107. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/63f701be894a406a83f338a15dbbff5b +0 -0
  108. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/66ecbfb3aaaec21a5dd4da1c53b09474 +0 -0
  109. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/6e600d6b6e57393c380d4f34b7e462c1 +0 -0
  110. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7058e63d0f91885601240f901d028889 +0 -0
  111. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7863b5114d0b7761ee50ab47927118ee +0 -0
  112. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/79a9f34b9b567a41a3c023f6c31b6251 +0 -0
  113. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7aa6ca65af176c54e4e7c93c8eee5a7f +0 -0
  114. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7f8b2599f8306c1dc7d1e3e5b9deded8 +0 -0
  115. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/81dd6767e418fdc1ab0263c94cd79d8b +0 -0
  116. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8247e64103aa55a761ab0f354ff45c16 +0 -0
  117. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/82a4b11f94b10449d88fc04cf6df3a18 +0 -0
  118. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/82a8bc708c97f88caaf13018bf6b279d +0 -0
  119. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/83054e22209abf270f4394486dd2629b +0 -0
  120. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/833571bbb8aac2c2d7ead0bb6c360747 +0 -0
  121. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8546b8d3c7ef5ea3e50ac4a872f661cb +0 -0
  122. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/857ecd2092cee11f740b3cf2e373ad2a +0 -0
  123. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8636ac646366920af1a3b008b51ceed1 +0 -0
  124. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/86a0e6da188e8b595d42390ae7c686d9 +0 -0
  125. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/870b072c21a14943e77df52a2cda1b73 +0 -0
  126. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8811d2e446647a23d3edf4b867ad0c02 +0 -0
  127. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/88197c7050fe981f868afc887b2ce0ba +0 -0
  128. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/887d9abab3188ec82c44b8c157617ca7 +0 -0
  129. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/88887cda2e4b689f7b1af350c003d0d2 +0 -0
  130. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/88b9d244297285b4704261b08355377c +0 -0
  131. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8a7d09231ebe79adabff0fbb009fea25 +0 -0
  132. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8a88e7d4780f75cec7a24872a705b76b +0 -0
  133. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8bd0b3620014ec125304f9605c337077 +0 -0
  134. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8d39cc657ceec60e0d5ea1fa37e5e1a0 +0 -0
  135. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8f2e727a35967938c7f3368ad0e1fd17 +0 -0
  136. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9181c05dfda585ad6bf9ddb219eb15a1 +0 -0
  137. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/921e258c04378d5f0ecf0f3ee547195e +0 -0
  138. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/95682c5bcf707ffdac00772b90de8e9d +0 -0
  139. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/963d3f2d23c24941fe0b9c0231b8849d +0 -0
  140. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/99f0365331f36952dca860bcc6e8fd4a +0 -0
  141. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9b9cde87d5e9f732acdc4fb18077c71d +0 -0
  142. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9ba436ceb3644f8f052f05eeff94a880 +0 -0
  143. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9f495611485125fd9772059d732fd3ec +0 -0
  144. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a60a6f908e1d257971c558b8c6db7ae5 +0 -0
  145. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a6b936ad9b28fb786d3135a007e5d5b8 +0 -0
  146. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a6eedf5e824ca04685c9da227f406b8f +0 -0
  147. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a759d4068225951d142110473dd6c8b3 +0 -0
  148. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/aae43c2efd29f832dccb299bfa566e44 +0 -0
  149. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/abafd28d094dec608d1a73ec02e75c34 +0 -0
  150. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ae3ffb8f5a8c49bb8253a13ef5d1d2a4 +0 -0
  151. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/af888b78046ad78708407984ecb3c8a6 +0 -0
  152. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b09cd2d5bea8a15151b6022c038dda5c +0 -0
  153. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b461b3c64042d0c6dbaf73e92275300e +0 -0
  154. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b4948b52a9f8e7cdd8a77902409545c0 +0 -0
  155. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c1de6e9cb5f12e4481b52b1cf8d38d31 +0 -0
  156. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c6698cd7d2263b8d2095648c2ac0fe79 +0 -0
  157. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c72957ff133a3fd942c3ab9960d1d423 +0 -0
  158. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c8c8162f2a41f8578ba98c9a1f37e46b +0 -0
  159. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c962852af3d1e3dc670690c90a7b070e +0 -0
  160. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ca13fe06919030ff6b989ec199d70a44 +0 -0
  161. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cb1fc3f2ce1b7f41695e590c097b311b +0 -0
  162. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cc6dcaa815625d7d4b57e3972e144bda +0 -0
  163. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ccbc9b9b1eb80fbb7865bc756ce55b87 +0 -0
  164. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ce5e8cfd00d9fb6c6fde000c5e03662d +0 -0
  165. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cfc55116cc6269b60cf1be77557f0fa0 +0 -0
  166. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d295569fa361346a1980638387ef138b +0 -0
  167. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d46eab415cde36a1cf5eace3991cf63a +0 -0
  168. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d7e88e6d648deff48df25b735ddc1826 +0 -0
  169. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/db631d9298c9a2f7e02011d47fd3ccca +0 -0
  170. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e1f04589fe51a214b3d97f4b9d693db2 +0 -0
  171. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e41a3d9a4ba0bd341c8da19fb9e53cca +0 -0
  172. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e574af4ac554c85b5795e56916e5264e +0 -0
  173. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e641d229c53e2926a5ed4ab6ce79eada +0 -0
  174. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e73b7841ac8e835c29aeb4fc4bf27e40 +0 -0
  175. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e88a13629d2c3498c801d061a01f6bf1 +0 -0
  176. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ed9f0de1b65ae8d7ef89087c83728461 +0 -0
  177. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f0f4cedded536278ec7f580408e6e60f +0 -0
  178. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f156de297b7d2034db1844f92f4f92ba +0 -0
  179. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f2f4ef8251bfbaced240dfbd93538a90 +0 -0
  180. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f655e2d083e4e5fc8b2c6a8064178998 +0 -0
  181. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f6667183705babbc5a9efea96e26953b +0 -0
  182. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f669eeb6c0059dbcab647979cad28c4b +0 -0
  183. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f985e5d99fd0dcf330b2a243b63c71f8 +0 -0
  184. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fa4cfa52c2f50e31e33e69d54e6694dc +0 -0
  185. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fb8b186d5bf0307f86f65fc787d2adeb +0 -0
  186. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fd2f0ae1c70d86cc45823b51d707e220 +0 -0
  187. data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ff328cfd9b51b215b0db24b8bb3c63f4 +0 -0
  188. data/spec/dummy/tmp/cache/assets/test/sprockets/01cc28ef6cf61e838f8df3854de4e76b +0 -0
  189. data/spec/dummy/tmp/cache/assets/test/sprockets/04815176b18d23ced953077cdab6c799 +0 -0
  190. data/spec/dummy/tmp/cache/assets/test/sprockets/05329eaf5e8ad8c55f7356cd6f1a208d +0 -0
  191. data/spec/dummy/tmp/cache/assets/test/sprockets/09b3ba6de4c7b276240b56d755d22193 +0 -0
  192. data/spec/dummy/tmp/cache/assets/test/sprockets/0c410be62a5a11fa5bd31553203370c9 +0 -0
  193. data/spec/dummy/tmp/cache/assets/test/sprockets/11666820d5c80bd008d64048ad423cf2 +0 -0
  194. data/spec/dummy/tmp/cache/assets/test/sprockets/153271d97599450d4419ff64c0096e7a +0 -0
  195. data/spec/dummy/tmp/cache/assets/test/sprockets/198ca7c8448aa0272e8b33c7c8f7f85b +0 -0
  196. data/spec/dummy/tmp/cache/assets/test/sprockets/1c328d420a3818d37452e98c6001b467 +0 -0
  197. data/spec/dummy/tmp/cache/assets/test/sprockets/1ce4a7570f4520b8014c358d0e417201 +0 -0
  198. data/spec/dummy/tmp/cache/assets/test/sprockets/1d7d77c0ef36a03c1a532428dc56fb43 +0 -0
  199. data/spec/dummy/tmp/cache/assets/test/sprockets/2469f5828ec5a821a8e3a1fa52f62ecc +0 -0
  200. data/spec/dummy/tmp/cache/assets/test/sprockets/280b1fab7672e0fd9bb4f1578ca14a9c +0 -0
  201. data/spec/dummy/tmp/cache/assets/test/sprockets/2894eb75de440448b3c40d69d7c3daf1 +0 -0
  202. data/spec/dummy/tmp/cache/assets/test/sprockets/2de35a92daa792d65be049f319e98640 +0 -0
  203. data/spec/dummy/tmp/cache/assets/test/sprockets/2e6efe9c42b17ddcbc206cb7029a6435 +0 -0
  204. data/spec/dummy/tmp/cache/assets/test/sprockets/37ac2b1140ba52b9c49281dfaaeb0a5c +0 -0
  205. data/spec/dummy/tmp/cache/assets/test/sprockets/39d5b668acdaf4ac39dfbec7998c6088 +0 -0
  206. data/spec/dummy/tmp/cache/assets/test/sprockets/3dbddfc04cc1ce845cea75a5d053eb78 +0 -0
  207. data/spec/dummy/tmp/cache/assets/test/sprockets/3f8d2b3750a2c4a35e2fc80119be599b +0 -0
  208. data/spec/dummy/tmp/cache/assets/test/sprockets/42599e7e19d0844f558bf6755147af8a +0 -0
  209. data/spec/dummy/tmp/cache/assets/test/sprockets/43f5bd66cd4b99ca8a25a3a3585dc10f +0 -0
  210. data/spec/dummy/tmp/cache/assets/test/sprockets/4806b0909dd0f9ef46c0f8529c16d0cb +0 -0
  211. data/spec/dummy/tmp/cache/assets/test/sprockets/49366e6a8a305846f3b6e35412b622be +0 -0
  212. data/spec/dummy/tmp/cache/assets/test/sprockets/4abf4453141fa8280d3e92b9d6f95893 +0 -0
  213. data/spec/dummy/tmp/cache/assets/test/sprockets/4e10e25ed23161425328c0e86fd2d964 +0 -0
  214. data/spec/dummy/tmp/cache/assets/test/sprockets/4f3ac0b41fcb58bba41dd8990f521960 +0 -0
  215. data/spec/dummy/tmp/cache/assets/test/sprockets/50868216b236752b04eac5d3ee00f04c +0 -0
  216. data/spec/dummy/tmp/cache/assets/test/sprockets/517db557c9ab037fe61fcc4135e67a97 +0 -0
  217. data/spec/dummy/tmp/cache/assets/test/sprockets/51a626ab0064c74348ca0076f2464081 +0 -0
  218. data/spec/dummy/tmp/cache/assets/test/sprockets/5248fc2c7af1008d55cc8c390c5aadfd +0 -0
  219. data/spec/dummy/tmp/cache/assets/test/sprockets/52ec38bf0b8162c3a0b60334179fd9d8 +0 -0
  220. data/spec/dummy/tmp/cache/assets/test/sprockets/542ba2c861120c117755b256e75fc931 +0 -0
  221. data/spec/dummy/tmp/cache/assets/test/sprockets/58242bae329210944c12eef4b21e74fc +0 -0
  222. data/spec/dummy/tmp/cache/assets/test/sprockets/586f47ea7b97a5a0c2864cafc7fa681a +0 -0
  223. data/spec/dummy/tmp/cache/assets/test/sprockets/59f28a7fdd955b2eb441b3ede79d6634 +0 -0
  224. data/spec/dummy/tmp/cache/assets/test/sprockets/5e5c38446431a684f7d95b931dd29845 +0 -0
  225. data/spec/dummy/tmp/cache/assets/test/sprockets/5e978a23006b9bf0e8cb8e01af6b830e +0 -0
  226. data/spec/dummy/tmp/cache/assets/test/sprockets/63f0e112cc9f52fcc19a660011424d4d +0 -0
  227. data/spec/dummy/tmp/cache/assets/test/sprockets/63f701be894a406a83f338a15dbbff5b +0 -0
  228. data/spec/dummy/tmp/cache/assets/test/sprockets/66ecbfb3aaaec21a5dd4da1c53b09474 +0 -0
  229. data/spec/dummy/tmp/cache/assets/test/sprockets/6e600d6b6e57393c380d4f34b7e462c1 +0 -0
  230. data/spec/dummy/tmp/cache/assets/test/sprockets/7058e63d0f91885601240f901d028889 +0 -0
  231. data/spec/dummy/tmp/cache/assets/test/sprockets/7863b5114d0b7761ee50ab47927118ee +0 -0
  232. data/spec/dummy/tmp/cache/assets/test/sprockets/79a9f34b9b567a41a3c023f6c31b6251 +0 -0
  233. data/spec/dummy/tmp/cache/assets/test/sprockets/7aa6ca65af176c54e4e7c93c8eee5a7f +0 -0
  234. data/spec/dummy/tmp/cache/assets/test/sprockets/7f8b2599f8306c1dc7d1e3e5b9deded8 +0 -0
  235. data/spec/dummy/tmp/cache/assets/test/sprockets/81dd6767e418fdc1ab0263c94cd79d8b +0 -0
  236. data/spec/dummy/tmp/cache/assets/test/sprockets/8247e64103aa55a761ab0f354ff45c16 +0 -0
  237. data/spec/dummy/tmp/cache/assets/test/sprockets/82a8bc708c97f88caaf13018bf6b279d +0 -0
  238. data/spec/dummy/tmp/cache/assets/test/sprockets/83054e22209abf270f4394486dd2629b +0 -0
  239. data/spec/dummy/tmp/cache/assets/test/sprockets/833571bbb8aac2c2d7ead0bb6c360747 +0 -0
  240. data/spec/dummy/tmp/cache/assets/test/sprockets/8546b8d3c7ef5ea3e50ac4a872f661cb +0 -0
  241. data/spec/dummy/tmp/cache/assets/test/sprockets/857ecd2092cee11f740b3cf2e373ad2a +0 -0
  242. data/spec/dummy/tmp/cache/assets/test/sprockets/8636ac646366920af1a3b008b51ceed1 +0 -0
  243. data/spec/dummy/tmp/cache/assets/test/sprockets/870b072c21a14943e77df52a2cda1b73 +0 -0
  244. data/spec/dummy/tmp/cache/assets/test/sprockets/8811d2e446647a23d3edf4b867ad0c02 +0 -0
  245. data/spec/dummy/tmp/cache/assets/test/sprockets/88197c7050fe981f868afc887b2ce0ba +0 -0
  246. data/spec/dummy/tmp/cache/assets/test/sprockets/887d9abab3188ec82c44b8c157617ca7 +0 -0
  247. data/spec/dummy/tmp/cache/assets/test/sprockets/88887cda2e4b689f7b1af350c003d0d2 +0 -0
  248. data/spec/dummy/tmp/cache/assets/test/sprockets/88b9d244297285b4704261b08355377c +0 -0
  249. data/spec/dummy/tmp/cache/assets/test/sprockets/8a7d09231ebe79adabff0fbb009fea25 +0 -0
  250. data/spec/dummy/tmp/cache/assets/test/sprockets/8a88e7d4780f75cec7a24872a705b76b +0 -0
  251. data/spec/dummy/tmp/cache/assets/test/sprockets/8bd0b3620014ec125304f9605c337077 +0 -0
  252. data/spec/dummy/tmp/cache/assets/test/sprockets/8d39cc657ceec60e0d5ea1fa37e5e1a0 +0 -0
  253. data/spec/dummy/tmp/cache/assets/test/sprockets/8f2e727a35967938c7f3368ad0e1fd17 +0 -0
  254. data/spec/dummy/tmp/cache/assets/test/sprockets/9181c05dfda585ad6bf9ddb219eb15a1 +0 -0
  255. data/spec/dummy/tmp/cache/assets/test/sprockets/921e258c04378d5f0ecf0f3ee547195e +0 -0
  256. data/spec/dummy/tmp/cache/assets/test/sprockets/95682c5bcf707ffdac00772b90de8e9d +0 -0
  257. data/spec/dummy/tmp/cache/assets/test/sprockets/963d3f2d23c24941fe0b9c0231b8849d +0 -0
  258. data/spec/dummy/tmp/cache/assets/test/sprockets/99f0365331f36952dca860bcc6e8fd4a +0 -0
  259. data/spec/dummy/tmp/cache/assets/test/sprockets/9b9cde87d5e9f732acdc4fb18077c71d +0 -0
  260. data/spec/dummy/tmp/cache/assets/test/sprockets/9ba436ceb3644f8f052f05eeff94a880 +0 -0
  261. data/spec/dummy/tmp/cache/assets/test/sprockets/9f495611485125fd9772059d732fd3ec +0 -0
  262. data/spec/dummy/tmp/cache/assets/test/sprockets/a6b936ad9b28fb786d3135a007e5d5b8 +0 -0
  263. data/spec/dummy/tmp/cache/assets/test/sprockets/a6eedf5e824ca04685c9da227f406b8f +0 -0
  264. data/spec/dummy/tmp/cache/assets/test/sprockets/a759d4068225951d142110473dd6c8b3 +0 -0
  265. data/spec/dummy/tmp/cache/assets/test/sprockets/aae43c2efd29f832dccb299bfa566e44 +0 -0
  266. data/spec/dummy/tmp/cache/assets/test/sprockets/abafd28d094dec608d1a73ec02e75c34 +0 -0
  267. data/spec/dummy/tmp/cache/assets/test/sprockets/ae3ffb8f5a8c49bb8253a13ef5d1d2a4 +0 -0
  268. data/spec/dummy/tmp/cache/assets/test/sprockets/af888b78046ad78708407984ecb3c8a6 +0 -0
  269. data/spec/dummy/tmp/cache/assets/test/sprockets/b09cd2d5bea8a15151b6022c038dda5c +0 -0
  270. data/spec/dummy/tmp/cache/assets/test/sprockets/b461b3c64042d0c6dbaf73e92275300e +0 -0
  271. data/spec/dummy/tmp/cache/assets/test/sprockets/b4948b52a9f8e7cdd8a77902409545c0 +0 -0
  272. data/spec/dummy/tmp/cache/assets/test/sprockets/c1de6e9cb5f12e4481b52b1cf8d38d31 +0 -0
  273. data/spec/dummy/tmp/cache/assets/test/sprockets/c6698cd7d2263b8d2095648c2ac0fe79 +0 -0
  274. data/spec/dummy/tmp/cache/assets/test/sprockets/c72957ff133a3fd942c3ab9960d1d423 +0 -0
  275. data/spec/dummy/tmp/cache/assets/test/sprockets/c8c8162f2a41f8578ba98c9a1f37e46b +0 -0
  276. data/spec/dummy/tmp/cache/assets/test/sprockets/c962852af3d1e3dc670690c90a7b070e +0 -0
  277. data/spec/dummy/tmp/cache/assets/test/sprockets/ca13fe06919030ff6b989ec199d70a44 +0 -0
  278. data/spec/dummy/tmp/cache/assets/test/sprockets/cb1fc3f2ce1b7f41695e590c097b311b +0 -0
  279. data/spec/dummy/tmp/cache/assets/test/sprockets/cc6dcaa815625d7d4b57e3972e144bda +0 -0
  280. data/spec/dummy/tmp/cache/assets/test/sprockets/ccbc9b9b1eb80fbb7865bc756ce55b87 +0 -0
  281. data/spec/dummy/tmp/cache/assets/test/sprockets/ce5e8cfd00d9fb6c6fde000c5e03662d +0 -0
  282. data/spec/dummy/tmp/cache/assets/test/sprockets/cfc55116cc6269b60cf1be77557f0fa0 +0 -0
  283. data/spec/dummy/tmp/cache/assets/test/sprockets/d295569fa361346a1980638387ef138b +0 -0
  284. data/spec/dummy/tmp/cache/assets/test/sprockets/d46eab415cde36a1cf5eace3991cf63a +0 -0
  285. data/spec/dummy/tmp/cache/assets/test/sprockets/d7e88e6d648deff48df25b735ddc1826 +0 -0
  286. data/spec/dummy/tmp/cache/assets/test/sprockets/db631d9298c9a2f7e02011d47fd3ccca +0 -0
  287. data/spec/dummy/tmp/cache/assets/test/sprockets/e1f04589fe51a214b3d97f4b9d693db2 +0 -0
  288. data/spec/dummy/tmp/cache/assets/test/sprockets/e41a3d9a4ba0bd341c8da19fb9e53cca +0 -0
  289. data/spec/dummy/tmp/cache/assets/test/sprockets/e574af4ac554c85b5795e56916e5264e +0 -0
  290. data/spec/dummy/tmp/cache/assets/test/sprockets/e641d229c53e2926a5ed4ab6ce79eada +0 -0
  291. data/spec/dummy/tmp/cache/assets/test/sprockets/e73b7841ac8e835c29aeb4fc4bf27e40 +0 -0
  292. data/spec/dummy/tmp/cache/assets/test/sprockets/e88a13629d2c3498c801d061a01f6bf1 +0 -0
  293. data/spec/dummy/tmp/cache/assets/test/sprockets/ed9f0de1b65ae8d7ef89087c83728461 +0 -0
  294. data/spec/dummy/tmp/cache/assets/test/sprockets/f0f4cedded536278ec7f580408e6e60f +0 -0
  295. data/spec/dummy/tmp/cache/assets/test/sprockets/f156de297b7d2034db1844f92f4f92ba +0 -0
  296. data/spec/dummy/tmp/cache/assets/test/sprockets/f2f4ef8251bfbaced240dfbd93538a90 +0 -0
  297. data/spec/dummy/tmp/cache/assets/test/sprockets/f655e2d083e4e5fc8b2c6a8064178998 +0 -0
  298. data/spec/dummy/tmp/cache/assets/test/sprockets/f6667183705babbc5a9efea96e26953b +0 -0
  299. data/spec/dummy/tmp/cache/assets/test/sprockets/f669eeb6c0059dbcab647979cad28c4b +0 -0
  300. data/spec/dummy/tmp/cache/assets/test/sprockets/f985e5d99fd0dcf330b2a243b63c71f8 +0 -0
  301. data/spec/dummy/tmp/cache/assets/test/sprockets/fa4cfa52c2f50e31e33e69d54e6694dc +0 -0
  302. data/spec/dummy/tmp/cache/assets/test/sprockets/fb8b186d5bf0307f86f65fc787d2adeb +0 -0
  303. data/spec/dummy/tmp/cache/assets/test/sprockets/fd2f0ae1c70d86cc45823b51d707e220 +0 -0
  304. data/spec/dummy/tmp/cache/assets/test/sprockets/ff328cfd9b51b215b0db24b8bb3c63f4 +0 -0
  305. data/spec/dummy/tmp/capybara/capybara-201406201333154448559003.html +40 -0
  306. data/spec/dummy/tmp/capybara/capybara-201406201334471332489322.html +40 -0
  307. data/spec/dummy/tmp/capybara/capybara-20140620133457504347654.html +40 -0
  308. data/spec/dummy/tmp/capybara/capybara-201406201339146009119774.html +40 -0
  309. data/spec/dummy/tmp/capybara/capybara-201406201435033322913505.html +46 -0
  310. data/spec/dummy/tmp/capybara/capybara-201406201436161732509467.html +13 -0
  311. data/spec/dummy/tmp/capybara/capybara-201406201437066148983056.html +75 -0
  312. data/spec/factories.rb +7 -0
  313. data/spec/features/post_jcrop_feature_spec.rb +15 -0
  314. data/spec/images/example.jpeg +0 -0
  315. data/spec/spec_helper.rb +112 -0
  316. data/spec/support/active_record.rb +12 -0
  317. data/spec/support/carrierwave.rb +23 -0
  318. data/spec/support/uploads/post/image/7/example.jpeg +0 -0
  319. data/spec/support/uploads/post/image/7/thumb_example.jpeg +0 -0
  320. data/vendor/assets/images/active_admin_jcrop/Jcrop.gif +0 -0
  321. data/vendor/assets/javascripts/active_admin_jcrop/jquery.Jcrop.js +1699 -0
  322. data/vendor/assets/javascripts/active_admin_jcrop/jquery.Jcrop.min.js +22 -0
  323. data/vendor/assets/javascripts/active_admin_jcrop/jquery.color.js +661 -0
  324. data/vendor/assets/stylesheets/active_admin_jcrop/Jcrop.gif +0 -0
  325. data/vendor/assets/stylesheets/active_admin_jcrop/jquery.Jcrop.css +165 -0
  326. data/vendor/assets/stylesheets/active_admin_jcrop/jquery.Jcrop.min.css +29 -0
  327. metadata +718 -391
  328. data/test/active_admin_jcrop_test.rb +0 -7
  329. data/test/dummy/app/admin/admin_user.rb +0 -28
  330. data/test/dummy/app/models/admin_user.rb +0 -6
  331. data/test/dummy/config/initializers/devise.rb +0 -256
  332. data/test/dummy/public/uploads/post/image/1/thumb_caminhao.jpeg +0 -0
  333. data/test/dummy/test/fixtures/admin_users.yml +0 -11
  334. data/test/dummy/test/fixtures/posts.yml +0 -9
  335. data/test/dummy/test/models/admin_user_test.rb +0 -7
  336. data/test/dummy/test/models/post_test.rb +0 -7
  337. data/test/test_helper.rb +0 -15
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c3e39b5e60f43769fbff60750d0b856f7af024e
4
- data.tar.gz: 7d3377bb521eb54528316a9dfd3d2bb7a6972b86
3
+ metadata.gz: 23619ce0000019ca6ef936c1a8472f9be269b48d
4
+ data.tar.gz: a132a00e351f8c837ac1c3f5c50508df65ecc254
5
5
  SHA512:
6
- metadata.gz: 8c094344e92da72037c6887a8a6bd79a6e695ea10bdcf3e8bb7239fa97b59b1e9375c0bbe84245d1b15dee53e4144748938cd455e80a609f44a3b48e9e8b9d32
7
- data.tar.gz: 7205d7d0e048a19552a64805edf4fe5740a70ddfef19f56aa2639e412a448949c5a42dbb66262dfd389012a4087c623598ae23d2519aab71a72e586181bda751
6
+ metadata.gz: 4b7982601aabcf777662c767d00fc970f7d870539ed36fac7b656571e7811020b199bf285b89534919897e3defcaf02aaaa71c507ea8cc8d5957bcbd0e8bbd3a
7
+ data.tar.gz: ac1f7bf3442a140abadc439a9ef3c9884557c347821b8c74072b9667179604486fe8d43e6f12dac5f496d366ba71e363b2776bf55e5ea6d1db3abef53c01b7a2
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminJcrop
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -7,6 +7,7 @@ require "active_admin_jcrop"
7
7
 
8
8
  module Dummy
9
9
  class Application < Rails::Application
10
+
10
11
  # Settings in config/environments/* take precedence over those specified here.
11
12
  # Application configuration should go into files in config/initializers
12
13
  # -- all .rb files in that directory are automatically loaded.
@@ -19,5 +20,4 @@ module Dummy
19
20
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
20
21
  # config.i18n.default_locale = :de
21
22
  end
22
- end
23
-
23
+ end
@@ -2,4 +2,4 @@
2
2
  ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../../../Gemfile', __FILE__)
3
3
 
4
4
  require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
5
- $LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
5
+ $LOAD_PATH.unshift File.expand_path('../../../../lib', __FILE__)
File without changes
File without changes
@@ -5,7 +5,7 @@ Rails.application.configure do
5
5
  # test suite. You never need to work with it otherwise. Remember that
6
6
  # your test database is "scratch space" for the test suite and is wiped
7
7
  # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
8
+ config.cache_classes = false
9
9
 
10
10
  # Do not eager load code on boot. This avoids loading your whole application
11
11
  # just for the purpose of running a single test. If you are using a tool that
@@ -16,13 +16,20 @@ Rails.application.configure do
16
16
  config.serve_static_assets = true
17
17
  config.static_cache_control = 'public, max-age=3600'
18
18
 
19
+ # Show full error reports and disable caching.
19
20
  # Show full error reports and disable caching.
20
21
  config.consider_all_requests_local = true
21
22
  config.action_controller.perform_caching = false
22
-
23
- # Raise exceptions instead of rendering exception templates.
23
+
24
24
  config.action_dispatch.show_exceptions = false
25
+ # Don't care if the mailer can't send.
26
+ config.action_mailer.raise_delivery_errors = false
27
+
28
+ # Print deprecation notices to the Rails logger.
29
+ config.active_support.deprecation = :log
25
30
 
31
+ # Raise an error on page load if there are pending migrations.
32
+ config.active_record.migration_error = :page_load
26
33
  # Disable request forgery protection in test environment.
27
34
  config.action_controller.allow_forgery_protection = false
28
35
 
@@ -55,7 +55,7 @@ ActiveAdmin.setup do |config|
55
55
  #
56
56
  # This setting changes the method which Active Admin calls
57
57
  # within the application controller.
58
- config.authentication_method = :authenticate_admin_user!
58
+ #config.authentication_method = :authenticate_admin_user!
59
59
 
60
60
  # == User Authorization
61
61
  #
@@ -82,7 +82,7 @@ ActiveAdmin.setup do |config|
82
82
  #
83
83
  # This setting changes the method which Active Admin calls
84
84
  # (within the application controller) to return the currently logged in user.
85
- config.current_user_method = :current_admin_user
85
+ # config.current_user_method = :current_admin_user
86
86
 
87
87
 
88
88
  # == Logging Out
File without changes
File without changes
@@ -1,11 +1,13 @@
1
1
  Rails.application.routes.draw do
2
- devise_for :admin_users, ActiveAdmin::Devise.config
2
+
3
+ root to: "admin/dashboard#index"
4
+
3
5
  ActiveAdmin.routes(self)
4
6
  # The priority is based upon order of creation: first created -> highest priority.
5
7
  # See how all your routes lay out with "rake routes".
6
8
 
7
9
  # You can have the root of your site routed with "root"
8
- # root 'welcome#index'
10
+
9
11
 
10
12
  # Example of regular route:
11
13
  # get 'products/:id' => 'catalog#view'
File without changes
@@ -2,7 +2,7 @@ class DeviseCreateAdminUsers < ActiveRecord::Migration
2
2
  def migrate(direction)
3
3
  super
4
4
  # Create a default user
5
- AdminUser.create!(email: 'admin@example.com', password: 'password', password_confirmation: 'password') if direction == :up
5
+ #AdminUser.create!(email: 'admin@example.com', password: 'password', password_confirmation: 'password') if direction == :up
6
6
  end
7
7
 
8
8
  def change
@@ -0,0 +1,5 @@
1
+ class DropAdminUserTable < ActiveRecord::Migration
2
+ def change
3
+ drop_table :admin_users
4
+ end
5
+ end
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended that you check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(version: 20140609202215) do
14
+ ActiveRecord::Schema.define(version: 20140619201236) do
15
15
 
16
16
  create_table "active_admin_comments", force: true do |t|
17
17
  t.string "namespace"
@@ -28,24 +28,6 @@ ActiveRecord::Schema.define(version: 20140609202215) do
28
28
  add_index "active_admin_comments", ["namespace"], name: "index_active_admin_comments_on_namespace", using: :btree
29
29
  add_index "active_admin_comments", ["resource_type", "resource_id"], name: "index_active_admin_comments_on_resource_type_and_resource_id", using: :btree
30
30
 
31
- create_table "admin_users", force: true do |t|
32
- t.string "email", default: "", null: false
33
- t.string "encrypted_password", default: "", null: false
34
- t.string "reset_password_token"
35
- t.datetime "reset_password_sent_at"
36
- t.datetime "remember_created_at"
37
- t.integer "sign_in_count", default: 0, null: false
38
- t.datetime "current_sign_in_at"
39
- t.datetime "last_sign_in_at"
40
- t.string "current_sign_in_ip"
41
- t.string "last_sign_in_ip"
42
- t.datetime "created_at"
43
- t.datetime "updated_at"
44
- end
45
-
46
- add_index "admin_users", ["email"], name: "index_admin_users_on_email", unique: true, using: :btree
47
- add_index "admin_users", ["reset_password_token"], name: "index_admin_users_on_reset_password_token", unique: true, using: :btree
48
-
49
31
  create_table "posts", force: true do |t|
50
32
  t.string "name"
51
33
  t.string "image"
@@ -39234,3 +39234,3406 @@ Processing by Admin::PostsController#jcropper as */*
39234
39234
  AdminUser Load (0.2ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
39235
39235
  Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
39236
39236
  Completed 200 OK in 416ms (Views: 0.3ms | ActiveRecord: 0.3ms)
39237
+
39238
+
39239
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-18 11:06:12 -0300
39240
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
39241
+ Processing by Admin::PostsController#edit as HTML
39242
+ Parameters: {"id"=>"1"}
39243
+ AdminUser Load (0.1ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
39244
+  (0.2ms) BEGIN
39245
+ SQL (0.4ms) UPDATE `admin_users` SET `current_sign_in_at` = '2014-06-18 14:06:13', `last_sign_in_at` = '2014-06-16 16:06:33', `sign_in_count` = 6, `updated_at` = '2014-06-18 14:06:13' WHERE `admin_users`.`id` = 1
39246
+  (0.2ms) COMMIT
39247
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
39248
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
39249
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.1ms)
39250
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (665.7ms)
39251
+ Completed 200 OK in 785ms (Views: 677.3ms | ActiveRecord: 7.3ms)
39252
+
39253
+
39254
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-18 11:06:13 -0300
39255
+
39256
+
39257
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-18 11:06:13 -0300
39258
+
39259
+
39260
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-18 11:06:13 -0300
39261
+
39262
+
39263
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-18 11:06:13 -0300
39264
+
39265
+
39266
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:13 -0300
39267
+
39268
+
39269
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:13 -0300
39270
+
39271
+
39272
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39273
+
39274
+
39275
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39276
+
39277
+
39278
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39279
+
39280
+
39281
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39282
+
39283
+
39284
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39285
+
39286
+
39287
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39288
+
39289
+
39290
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39291
+
39292
+
39293
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39294
+
39295
+
39296
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39297
+
39298
+
39299
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39300
+
39301
+
39302
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39303
+
39304
+
39305
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39306
+
39307
+
39308
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39309
+
39310
+
39311
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39312
+
39313
+
39314
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39315
+
39316
+
39317
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39318
+
39319
+
39320
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39321
+
39322
+
39323
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39324
+
39325
+
39326
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39327
+
39328
+
39329
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39330
+
39331
+
39332
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39333
+
39334
+
39335
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39336
+
39337
+
39338
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39339
+
39340
+
39341
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39342
+
39343
+
39344
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-18 11:06:14 -0300
39345
+
39346
+
39347
+ Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-18 11:06:15 -0300
39348
+
39349
+
39350
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-18 11:06:31 -0300
39351
+ Processing by Admin::PostsController#edit as HTML
39352
+ Parameters: {"id"=>"1"}
39353
+ AdminUser Load (0.3ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
39354
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
39355
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
39356
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (30427.3ms)
39357
+ Completed 401 Unauthorized in 30460ms
39358
+
39359
+
39360
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 16:27:44 -0300
39361
+ ActiveRecord::SchemaMigration Load (56.5ms) SELECT `schema_migrations`.* FROM `schema_migrations`
39362
+ Processing by Admin::DashboardController#index as HTML
39363
+ AdminUser Load (0.4ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
39364
+  (0.1ms) BEGIN
39365
+ SQL (0.3ms) UPDATE `admin_users` SET `current_sign_in_at` = '2014-06-19 19:27:45', `last_sign_in_at` = '2014-06-18 14:06:13', `sign_in_count` = 7, `updated_at` = '2014-06-19 19:27:45' WHERE `admin_users`.`id` = 1
39366
+  (0.2ms) COMMIT
39367
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (1131.6ms)
39368
+ Completed 200 OK in 1436ms (Views: 1207.9ms | ActiveRecord: 47.2ms)
39369
+
39370
+
39371
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39372
+
39373
+
39374
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39375
+
39376
+
39377
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39378
+
39379
+
39380
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39381
+
39382
+
39383
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39384
+
39385
+
39386
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39387
+
39388
+
39389
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39390
+
39391
+
39392
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39393
+
39394
+
39395
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39396
+
39397
+
39398
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39399
+
39400
+
39401
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39402
+
39403
+
39404
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39405
+
39406
+
39407
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39408
+
39409
+
39410
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39411
+
39412
+
39413
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39414
+
39415
+
39416
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39417
+
39418
+
39419
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39420
+
39421
+
39422
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39423
+
39424
+
39425
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39426
+
39427
+
39428
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39429
+
39430
+
39431
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39432
+
39433
+
39434
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39435
+
39436
+
39437
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39438
+
39439
+
39440
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39441
+
39442
+
39443
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39444
+
39445
+
39446
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39447
+
39448
+
39449
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39450
+
39451
+
39452
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39453
+
39454
+
39455
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39456
+
39457
+
39458
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39459
+
39460
+
39461
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 16:27:46 -0300
39462
+
39463
+
39464
+ Started GET "/admin/logout" for 127.0.0.1 at 2014-06-19 16:27:47 -0300
39465
+ Processing by ActiveAdmin::Devise::SessionsController#destroy as HTML
39466
+ Parameters: {"authenticity_token"=>"/msOZYDeSHXqG15L62qsjKtEgUDOb3A3NffK6ORy3FU="}
39467
+ AdminUser Load (0.3ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 ORDER BY `admin_users`.`id` ASC LIMIT 1
39468
+  (0.1ms) BEGIN
39469
+ SQL (22.3ms) UPDATE `admin_users` SET `remember_created_at` = NULL, `updated_at` = '2014-06-19 19:27:47' WHERE `admin_users`.`id` = 1
39470
+  (0.2ms) COMMIT
39471
+ Redirected to http://localhost:3000/admin
39472
+ Completed 302 Found in 28ms (ActiveRecord: 22.9ms)
39473
+
39474
+
39475
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 16:27:48 -0300
39476
+ Processing by Admin::DashboardController#index as HTML
39477
+ Completed 401 Unauthorized in 1ms
39478
+
39479
+
39480
+ Started GET "/admin/login" for 127.0.0.1 at 2014-06-19 16:27:48 -0300
39481
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
39482
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/devise/shared/_links.erb (1.4ms)
39483
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (263.6ms)
39484
+ Completed 200 OK in 333ms (Views: 302.9ms | ActiveRecord: 0.0ms)
39485
+
39486
+
39487
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:06:00 -0300
39488
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
39489
+ Processing by Admin::DashboardController#index as HTML
39490
+ Completed 401 Unauthorized in 13ms
39491
+
39492
+
39493
+ Started GET "/admin/login" for 127.0.0.1 at 2014-06-19 17:06:00 -0300
39494
+ Processing by ActiveAdmin::Devise::SessionsController#new as HTML
39495
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/devise/shared/_links.erb (1.3ms)
39496
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/devise/sessions/new.html.erb within layouts/active_admin_logged_out (72.0ms)
39497
+ Completed 200 OK in 699ms (Views: 685.9ms | ActiveRecord: 2.0ms)
39498
+
39499
+
39500
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39501
+
39502
+
39503
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39504
+
39505
+
39506
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39507
+
39508
+
39509
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39510
+
39511
+
39512
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39513
+
39514
+
39515
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39516
+
39517
+
39518
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39519
+
39520
+
39521
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39522
+
39523
+
39524
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39525
+
39526
+
39527
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39528
+
39529
+
39530
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39531
+
39532
+
39533
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39534
+
39535
+
39536
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39537
+
39538
+
39539
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39540
+
39541
+
39542
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39543
+
39544
+
39545
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39546
+
39547
+
39548
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39549
+
39550
+
39551
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39552
+
39553
+
39554
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39555
+
39556
+
39557
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39558
+
39559
+
39560
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39561
+
39562
+
39563
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39564
+
39565
+
39566
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39567
+
39568
+
39569
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39570
+
39571
+
39572
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39573
+
39574
+
39575
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39576
+
39577
+
39578
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39579
+
39580
+
39581
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39582
+
39583
+
39584
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39585
+
39586
+
39587
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39588
+
39589
+
39590
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:06:01 -0300
39591
+
39592
+
39593
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:10:38 -0300
39594
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
39595
+ Processing by Admin::DashboardController#index as HTML
39596
+ Completed 500 Internal Server Error in 2ms
39597
+
39598
+ NoMethodError (undefined method `authenticate_admin_user!' for #<Admin::DashboardController:0x007fd954a7c490>):
39599
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller.rb:40:in `authenticate_active_admin_user'
39600
+ activesupport (4.1.1) lib/active_support/callbacks.rb:424:in `block in make_lambda'
39601
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `call'
39602
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `block in halting'
39603
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39604
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39605
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
39606
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
39607
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39608
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39609
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
39610
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
39611
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
39612
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
39613
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
39614
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
39615
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
39616
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
39617
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
39618
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
39619
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
39620
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
39621
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
39622
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
39623
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
39624
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
39625
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
39626
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
39627
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
39628
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
39629
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
39630
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
39631
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
39632
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
39633
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
39634
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
39635
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
39636
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
39637
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
39638
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
39639
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
39640
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
39641
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
39642
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
39643
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
39644
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
39645
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
39646
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
39647
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
39648
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
39649
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
39650
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
39651
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
39652
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
39653
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
39654
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
39655
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
39656
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
39657
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
39658
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
39659
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
39660
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39661
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
39662
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
39663
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
39664
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
39665
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39666
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
39667
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
39668
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
39669
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
39670
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
39671
+
39672
+
39673
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
39674
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
39675
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.1ms)
39676
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.3ms)
39677
+
39678
+
39679
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:11:03 -0300
39680
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
39681
+ Processing by Admin::DashboardController#index as HTML
39682
+ Completed 500 Internal Server Error in 5ms
39683
+
39684
+ NoMethodError (undefined method `current_admin_user' for #<Admin::DashboardController:0x007f88a88e3888>):
39685
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller.rb:44:in `current_active_admin_user'
39686
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:93:in `active_admin_authorization'
39687
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:56:in `authorized?'
39688
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:73:in `authorize!'
39689
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/page_controller.rb:25:in `authorize_access!'
39690
+ activesupport (4.1.1) lib/active_support/callbacks.rb:424:in `block in make_lambda'
39691
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `call'
39692
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `block in halting'
39693
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39694
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39695
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39696
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39697
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39698
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39699
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
39700
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
39701
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39702
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39703
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
39704
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
39705
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
39706
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
39707
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
39708
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
39709
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
39710
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
39711
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
39712
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
39713
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
39714
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
39715
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
39716
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
39717
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
39718
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
39719
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
39720
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
39721
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
39722
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
39723
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
39724
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
39725
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
39726
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
39727
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
39728
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
39729
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
39730
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
39731
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
39732
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
39733
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
39734
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
39735
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
39736
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
39737
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
39738
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
39739
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
39740
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
39741
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
39742
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
39743
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
39744
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
39745
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
39746
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
39747
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
39748
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
39749
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
39750
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
39751
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
39752
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
39753
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
39754
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39755
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
39756
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
39757
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
39758
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
39759
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39760
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
39761
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
39762
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
39763
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
39764
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
39765
+
39766
+
39767
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
39768
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
39769
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.8ms)
39770
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.5ms)
39771
+
39772
+
39773
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:11:04 -0300
39774
+ Processing by Admin::DashboardController#index as HTML
39775
+ Completed 500 Internal Server Error in 2ms
39776
+
39777
+ NoMethodError (undefined method `current_admin_user' for #<Admin::DashboardController:0x007f88a4527810>):
39778
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller.rb:44:in `current_active_admin_user'
39779
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:93:in `active_admin_authorization'
39780
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:56:in `authorized?'
39781
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:73:in `authorize!'
39782
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/page_controller.rb:25:in `authorize_access!'
39783
+ activesupport (4.1.1) lib/active_support/callbacks.rb:424:in `block in make_lambda'
39784
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `call'
39785
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `block in halting'
39786
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39787
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39788
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39789
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39790
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39791
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39792
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
39793
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
39794
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39795
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39796
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
39797
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
39798
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
39799
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
39800
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
39801
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
39802
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
39803
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
39804
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
39805
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
39806
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
39807
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
39808
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
39809
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
39810
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
39811
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
39812
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
39813
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
39814
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
39815
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
39816
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
39817
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
39818
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
39819
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
39820
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
39821
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
39822
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
39823
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
39824
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
39825
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
39826
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
39827
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
39828
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
39829
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
39830
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
39831
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
39832
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
39833
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
39834
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
39835
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
39836
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
39837
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
39838
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
39839
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
39840
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
39841
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
39842
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
39843
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
39844
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
39845
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
39846
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
39847
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39848
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
39849
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
39850
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
39851
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
39852
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39853
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
39854
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
39855
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
39856
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
39857
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
39858
+
39859
+
39860
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms)
39861
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
39862
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
39863
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.4ms)
39864
+
39865
+
39866
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:11:05 -0300
39867
+ Processing by Admin::DashboardController#index as HTML
39868
+ Completed 500 Internal Server Error in 2ms
39869
+
39870
+ NoMethodError (undefined method `current_admin_user' for #<Admin::DashboardController:0x007f88a3dd2330>):
39871
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller.rb:44:in `current_active_admin_user'
39872
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:93:in `active_admin_authorization'
39873
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:56:in `authorized?'
39874
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:73:in `authorize!'
39875
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/page_controller.rb:25:in `authorize_access!'
39876
+ activesupport (4.1.1) lib/active_support/callbacks.rb:424:in `block in make_lambda'
39877
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `call'
39878
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `block in halting'
39879
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39880
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39881
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39882
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39883
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39884
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39885
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
39886
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
39887
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39888
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39889
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
39890
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
39891
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
39892
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
39893
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
39894
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
39895
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
39896
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
39897
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
39898
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
39899
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
39900
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
39901
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
39902
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
39903
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
39904
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
39905
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
39906
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
39907
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
39908
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
39909
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
39910
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
39911
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
39912
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
39913
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
39914
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
39915
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
39916
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
39917
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
39918
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
39919
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
39920
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
39921
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
39922
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
39923
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
39924
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
39925
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
39926
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
39927
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
39928
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
39929
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
39930
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
39931
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
39932
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
39933
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
39934
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
39935
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
39936
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
39937
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
39938
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
39939
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
39940
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39941
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
39942
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
39943
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
39944
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
39945
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
39946
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
39947
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
39948
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
39949
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
39950
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
39951
+
39952
+
39953
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
39954
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
39955
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
39956
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.2ms)
39957
+
39958
+
39959
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:11:06 -0300
39960
+ Processing by Admin::DashboardController#index as HTML
39961
+ Completed 500 Internal Server Error in 2ms
39962
+
39963
+ NoMethodError (undefined method `current_admin_user' for #<Admin::DashboardController:0x007f88a33d9540>):
39964
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller.rb:44:in `current_active_admin_user'
39965
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:93:in `active_admin_authorization'
39966
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:56:in `authorized?'
39967
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/base_controller/authorization.rb:73:in `authorize!'
39968
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/page_controller.rb:25:in `authorize_access!'
39969
+ activesupport (4.1.1) lib/active_support/callbacks.rb:424:in `block in make_lambda'
39970
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `call'
39971
+ activesupport (4.1.1) lib/active_support/callbacks.rb:160:in `block in halting'
39972
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39973
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39974
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39975
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39976
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39977
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39978
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
39979
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
39980
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
39981
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
39982
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
39983
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
39984
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
39985
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
39986
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
39987
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
39988
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
39989
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
39990
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
39991
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
39992
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
39993
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
39994
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
39995
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
39996
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
39997
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
39998
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
39999
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
40000
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
40001
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
40002
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
40003
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
40004
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
40005
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
40006
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
40007
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
40008
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
40009
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
40010
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
40011
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
40012
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
40013
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
40014
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
40015
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
40016
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
40017
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
40018
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
40019
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
40020
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
40021
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
40022
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
40023
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
40024
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
40025
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
40026
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
40027
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
40028
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
40029
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
40030
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
40031
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
40032
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
40033
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
40034
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
40035
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
40036
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
40037
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
40038
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
40039
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
40040
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
40041
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
40042
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
40043
+ /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
40044
+
40045
+
40046
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
40047
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
40048
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
40049
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.8ms)
40050
+
40051
+
40052
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:11:31 -0300
40053
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
40054
+ Processing by Admin::DashboardController#index as HTML
40055
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (627.4ms)
40056
+ Completed 200 OK in 639ms (Views: 636.0ms | ActiveRecord: 0.0ms)
40057
+
40058
+
40059
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40060
+
40061
+
40062
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40063
+
40064
+
40065
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40066
+
40067
+
40068
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40069
+
40070
+
40071
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40072
+
40073
+
40074
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40075
+
40076
+
40077
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40078
+
40079
+
40080
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40081
+
40082
+
40083
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40084
+
40085
+
40086
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40087
+
40088
+
40089
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40090
+
40091
+
40092
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40093
+
40094
+
40095
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40096
+
40097
+
40098
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40099
+
40100
+
40101
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40102
+
40103
+
40104
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40105
+
40106
+
40107
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40108
+
40109
+
40110
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40111
+
40112
+
40113
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40114
+
40115
+
40116
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40117
+
40118
+
40119
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40120
+
40121
+
40122
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40123
+
40124
+
40125
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40126
+
40127
+
40128
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40129
+
40130
+
40131
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40132
+
40133
+
40134
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40135
+
40136
+
40137
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40138
+
40139
+
40140
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40141
+
40142
+
40143
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40144
+
40145
+
40146
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40147
+
40148
+
40149
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:32 -0300
40150
+
40151
+
40152
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 17:11:34 -0300
40153
+ Processing by Admin::PostsController#index as HTML
40154
+  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40155
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40156
+  (0.2ms) SELECT COUNT(*) FROM `posts`
40157
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40158
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
40159
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (92.2ms)
40160
+ Completed 200 OK in 170ms (Views: 95.8ms | ActiveRecord: 46.7ms)
40161
+
40162
+
40163
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40164
+
40165
+
40166
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40167
+
40168
+
40169
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40170
+
40171
+
40172
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40173
+
40174
+
40175
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40176
+
40177
+
40178
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40179
+
40180
+
40181
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40182
+
40183
+
40184
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40185
+
40186
+
40187
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40188
+
40189
+
40190
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40191
+
40192
+
40193
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40194
+
40195
+
40196
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40197
+
40198
+
40199
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40200
+
40201
+
40202
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40203
+
40204
+
40205
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40206
+
40207
+
40208
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40209
+
40210
+
40211
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40212
+
40213
+
40214
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40215
+
40216
+
40217
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40218
+
40219
+
40220
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40221
+
40222
+
40223
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40224
+
40225
+
40226
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40227
+
40228
+
40229
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40230
+
40231
+
40232
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40233
+
40234
+
40235
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40236
+
40237
+
40238
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40239
+
40240
+
40241
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40242
+
40243
+
40244
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40245
+
40246
+
40247
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40248
+
40249
+
40250
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40251
+
40252
+
40253
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40254
+
40255
+
40256
+ Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40257
+
40258
+
40259
+ Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-19 17:11:35 -0300
40260
+
40261
+
40262
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40263
+ Processing by Admin::PostsController#edit as HTML
40264
+ Parameters: {"id"=>"1"}
40265
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40266
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40267
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.8ms)
40268
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (93.5ms)
40269
+ Completed 200 OK in 98ms (Views: 96.7ms | ActiveRecord: 0.5ms)
40270
+
40271
+
40272
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40273
+
40274
+
40275
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40276
+
40277
+
40278
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40279
+
40280
+
40281
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40282
+
40283
+
40284
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40285
+
40286
+
40287
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40288
+
40289
+
40290
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40291
+
40292
+
40293
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40294
+
40295
+
40296
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40297
+
40298
+
40299
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40300
+
40301
+
40302
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40303
+
40304
+
40305
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40306
+
40307
+
40308
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40309
+
40310
+
40311
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40312
+
40313
+
40314
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40315
+
40316
+
40317
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40318
+
40319
+
40320
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40321
+
40322
+
40323
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40324
+
40325
+
40326
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40327
+
40328
+
40329
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40330
+
40331
+
40332
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40333
+
40334
+
40335
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40336
+
40337
+
40338
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40339
+
40340
+
40341
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40342
+
40343
+
40344
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40345
+
40346
+
40347
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40348
+
40349
+
40350
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40351
+
40352
+
40353
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40354
+
40355
+
40356
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40357
+
40358
+
40359
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40360
+
40361
+
40362
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:11:37 -0300
40363
+
40364
+
40365
+ Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-19 17:11:38 -0300
40366
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
40367
+ Migrating to DropAdminUserTable (20140619201236)
40368
+  (191.8ms) DROP TABLE `admin_users`
40369
+  (0.1ms) BEGIN
40370
+ SQL (65.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20140619201236')
40371
+  (24.7ms) COMMIT
40372
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
40373
+
40374
+
40375
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40376
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
40377
+ Processing by Admin::DashboardController#index as HTML
40378
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (602.2ms)
40379
+ Completed 200 OK in 614ms (Views: 610.8ms | ActiveRecord: 0.0ms)
40380
+
40381
+
40382
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40383
+
40384
+
40385
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40386
+
40387
+
40388
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40389
+
40390
+
40391
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40392
+
40393
+
40394
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40395
+
40396
+
40397
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40398
+
40399
+
40400
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40401
+
40402
+
40403
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40404
+
40405
+
40406
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40407
+
40408
+
40409
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:35 -0300
40410
+
40411
+
40412
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40413
+
40414
+
40415
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40416
+
40417
+
40418
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40419
+
40420
+
40421
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40422
+
40423
+
40424
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40425
+
40426
+
40427
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40428
+
40429
+
40430
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40431
+
40432
+
40433
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40434
+
40435
+
40436
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40437
+ Processing by Admin::DashboardController#index as HTML
40438
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (17.2ms)
40439
+ Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.0ms)
40440
+
40441
+
40442
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40443
+
40444
+
40445
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40446
+
40447
+
40448
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40449
+
40450
+
40451
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40452
+
40453
+
40454
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40455
+
40456
+
40457
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40458
+
40459
+
40460
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40461
+
40462
+
40463
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40464
+
40465
+
40466
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40467
+
40468
+
40469
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40470
+
40471
+
40472
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40473
+
40474
+
40475
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40476
+
40477
+
40478
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40479
+
40480
+
40481
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40482
+
40483
+
40484
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40485
+
40486
+
40487
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40488
+
40489
+
40490
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40491
+
40492
+
40493
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40494
+
40495
+
40496
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40497
+
40498
+
40499
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40500
+
40501
+
40502
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40503
+
40504
+
40505
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40506
+
40507
+
40508
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40509
+
40510
+
40511
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40512
+
40513
+
40514
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40515
+
40516
+
40517
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40518
+
40519
+
40520
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40521
+
40522
+
40523
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40524
+
40525
+
40526
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40527
+
40528
+
40529
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40530
+
40531
+
40532
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:36 -0300
40533
+
40534
+
40535
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40536
+ Processing by Admin::PostsController#index as HTML
40537
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40538
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40539
+  (0.1ms) SELECT COUNT(*) FROM `posts`
40540
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40541
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
40542
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (81.9ms)
40543
+ Completed 200 OK in 92ms (Views: 84.8ms | ActiveRecord: 2.8ms)
40544
+
40545
+
40546
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40547
+
40548
+
40549
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40550
+
40551
+
40552
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40553
+
40554
+
40555
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40556
+
40557
+
40558
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40559
+
40560
+
40561
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40562
+
40563
+
40564
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40565
+
40566
+
40567
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40568
+
40569
+
40570
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40571
+
40572
+
40573
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40574
+
40575
+
40576
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40577
+
40578
+
40579
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40580
+
40581
+
40582
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40583
+
40584
+
40585
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40586
+
40587
+
40588
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40589
+
40590
+
40591
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40592
+
40593
+
40594
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40595
+
40596
+
40597
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40598
+
40599
+
40600
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40601
+
40602
+
40603
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40604
+
40605
+
40606
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40607
+
40608
+
40609
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40610
+
40611
+
40612
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40613
+
40614
+
40615
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40616
+
40617
+
40618
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40619
+
40620
+
40621
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40622
+
40623
+
40624
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40625
+
40626
+
40627
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40628
+
40629
+
40630
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40631
+
40632
+
40633
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40634
+
40635
+
40636
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40637
+
40638
+
40639
+ Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40640
+
40641
+
40642
+ Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-19 17:39:38 -0300
40643
+
40644
+
40645
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40646
+ Processing by Admin::PostsController#edit as HTML
40647
+ Parameters: {"id"=>"1"}
40648
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40649
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40650
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.3ms)
40651
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (50.4ms)
40652
+ Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.3ms)
40653
+
40654
+
40655
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40656
+
40657
+
40658
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40659
+
40660
+
40661
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40662
+
40663
+
40664
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40665
+
40666
+
40667
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40668
+
40669
+
40670
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40671
+
40672
+
40673
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40674
+
40675
+
40676
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40677
+
40678
+
40679
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40680
+
40681
+
40682
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40683
+
40684
+
40685
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40686
+
40687
+
40688
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40689
+
40690
+
40691
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40692
+
40693
+
40694
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40695
+
40696
+
40697
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40698
+
40699
+
40700
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40701
+
40702
+
40703
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40704
+
40705
+
40706
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40707
+
40708
+
40709
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40710
+
40711
+
40712
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40713
+
40714
+
40715
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40716
+
40717
+
40718
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40719
+
40720
+
40721
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40722
+
40723
+
40724
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40725
+
40726
+
40727
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40728
+
40729
+
40730
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40731
+
40732
+
40733
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40734
+
40735
+
40736
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40737
+
40738
+
40739
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40740
+
40741
+
40742
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40743
+
40744
+
40745
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:39:40 -0300
40746
+
40747
+
40748
+ Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-19 17:39:42 -0300
40749
+
40750
+
40751
+ Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-19 17:39:45 -0300
40752
+ Processing by Admin::PostsController#jcropper as */*
40753
+ Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"108", "crop_y"=>"77", "crop_w"=>"100", "crop_h"=>"100"}, "id"=>"1"}
40754
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40755
+ Completed 200 OK in 505ms (Views: 0.3ms | ActiveRecord: 0.1ms)
40756
+
40757
+
40758
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:46:24 -0300
40759
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
40760
+ Processing by Admin::DashboardController#index as HTML
40761
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (1504.5ms)
40762
+ Completed 200 OK in 1545ms (Views: 1535.4ms | ActiveRecord: 0.0ms)
40763
+
40764
+
40765
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40766
+
40767
+
40768
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40769
+
40770
+
40771
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40772
+
40773
+
40774
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40775
+
40776
+
40777
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40778
+
40779
+
40780
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40781
+
40782
+
40783
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40784
+
40785
+
40786
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40787
+
40788
+
40789
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40790
+
40791
+
40792
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40793
+
40794
+
40795
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40796
+
40797
+
40798
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40799
+
40800
+
40801
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40802
+
40803
+
40804
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40805
+
40806
+
40807
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40808
+
40809
+
40810
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40811
+
40812
+
40813
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40814
+
40815
+
40816
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40817
+
40818
+
40819
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40820
+
40821
+
40822
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40823
+
40824
+
40825
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40826
+
40827
+
40828
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40829
+
40830
+
40831
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40832
+
40833
+
40834
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40835
+
40836
+
40837
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40838
+
40839
+
40840
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40841
+
40842
+
40843
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:26 -0300
40844
+
40845
+
40846
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:27 -0300
40847
+
40848
+
40849
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:27 -0300
40850
+
40851
+
40852
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:27 -0300
40853
+
40854
+
40855
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:27 -0300
40856
+
40857
+
40858
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 17:46:28 -0300
40859
+ Processing by Admin::PostsController#index as HTML
40860
+  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40861
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40862
+  (0.2ms) SELECT COUNT(*) FROM `posts`
40863
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
40864
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
40865
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (190.0ms)
40866
+ Completed 200 OK in 217ms (Views: 197.5ms | ActiveRecord: 7.7ms)
40867
+
40868
+
40869
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40870
+
40871
+
40872
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40873
+
40874
+
40875
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40876
+
40877
+
40878
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40879
+
40880
+
40881
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40882
+
40883
+
40884
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40885
+
40886
+
40887
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40888
+
40889
+
40890
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40891
+
40892
+
40893
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40894
+
40895
+
40896
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40897
+
40898
+
40899
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40900
+
40901
+
40902
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40903
+
40904
+
40905
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40906
+
40907
+
40908
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40909
+
40910
+
40911
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40912
+
40913
+
40914
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40915
+
40916
+
40917
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40918
+
40919
+
40920
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40921
+
40922
+
40923
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40924
+
40925
+
40926
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40927
+
40928
+
40929
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40930
+
40931
+
40932
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40933
+
40934
+
40935
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40936
+
40937
+
40938
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40939
+
40940
+
40941
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40942
+
40943
+
40944
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40945
+
40946
+
40947
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40948
+
40949
+
40950
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40951
+
40952
+
40953
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40954
+
40955
+
40956
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40957
+
40958
+
40959
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40960
+
40961
+
40962
+ Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40963
+
40964
+
40965
+ Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-19 17:46:29 -0300
40966
+
40967
+
40968
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40969
+ Processing by Admin::PostsController#edit as HTML
40970
+ Parameters: {"id"=>"1"}
40971
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40972
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
40973
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (4.3ms)
40974
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (108.0ms)
40975
+ Completed 200 OK in 118ms (Views: 115.3ms | ActiveRecord: 0.6ms)
40976
+
40977
+
40978
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40979
+
40980
+
40981
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40982
+
40983
+
40984
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40985
+
40986
+
40987
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40988
+
40989
+
40990
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40991
+
40992
+
40993
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40994
+
40995
+
40996
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
40997
+
40998
+
40999
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41000
+
41001
+
41002
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41003
+
41004
+
41005
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41006
+
41007
+
41008
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41009
+
41010
+
41011
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41012
+
41013
+
41014
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41015
+
41016
+
41017
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41018
+
41019
+
41020
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41021
+
41022
+
41023
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41024
+
41025
+
41026
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41027
+
41028
+
41029
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41030
+
41031
+
41032
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41033
+
41034
+
41035
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41036
+
41037
+
41038
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41039
+
41040
+
41041
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41042
+
41043
+
41044
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41045
+
41046
+
41047
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41048
+
41049
+
41050
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:31 -0300
41051
+
41052
+
41053
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:32 -0300
41054
+
41055
+
41056
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:32 -0300
41057
+
41058
+
41059
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:32 -0300
41060
+
41061
+
41062
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:32 -0300
41063
+
41064
+
41065
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:32 -0300
41066
+
41067
+
41068
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:46:32 -0300
41069
+
41070
+
41071
+ Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-19 17:46:33 -0300
41072
+
41073
+
41074
+ Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-19 17:46:49 -0300
41075
+ Processing by Admin::PostsController#jcropper as */*
41076
+ Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"177", "crop_y"=>"0", "crop_w"=>"100", "crop_h"=>"100"}, "id"=>"1"}
41077
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41078
+ Completed 200 OK in 406ms (Views: 0.5ms | ActiveRecord: 0.3ms)
41079
+
41080
+
41081
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41082
+ Processing by Admin::DashboardController#index as HTML
41083
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (46.7ms)
41084
+ Completed 200 OK in 53ms (Views: 52.1ms | ActiveRecord: 0.0ms)
41085
+
41086
+
41087
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41088
+
41089
+
41090
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41091
+
41092
+
41093
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41094
+
41095
+
41096
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41097
+
41098
+
41099
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41100
+
41101
+
41102
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41103
+
41104
+
41105
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41106
+
41107
+
41108
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41109
+
41110
+
41111
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41112
+
41113
+
41114
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41115
+
41116
+
41117
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41118
+
41119
+
41120
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41121
+
41122
+
41123
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41124
+
41125
+
41126
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41127
+
41128
+
41129
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:32 -0300
41130
+
41131
+
41132
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41133
+
41134
+
41135
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41136
+
41137
+
41138
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41139
+
41140
+
41141
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41142
+
41143
+
41144
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41145
+
41146
+
41147
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41148
+
41149
+
41150
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41151
+
41152
+
41153
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41154
+
41155
+
41156
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41157
+
41158
+
41159
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41160
+
41161
+
41162
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41163
+
41164
+
41165
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41166
+
41167
+
41168
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41169
+
41170
+
41171
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41172
+
41173
+
41174
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41175
+
41176
+
41177
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:33 -0300
41178
+
41179
+
41180
+ Started GET "/admin" for 127.0.0.1 at 2014-06-19 17:52:46 -0300
41181
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT `schema_migrations`.* FROM `schema_migrations`
41182
+ Processing by Admin::DashboardController#index as HTML
41183
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (1487.5ms)
41184
+ Completed 200 OK in 1515ms (Views: 1508.2ms | ActiveRecord: 0.0ms)
41185
+
41186
+
41187
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41188
+
41189
+
41190
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41191
+
41192
+
41193
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41194
+
41195
+
41196
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41197
+
41198
+
41199
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41200
+
41201
+
41202
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41203
+
41204
+
41205
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41206
+
41207
+
41208
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41209
+
41210
+
41211
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41212
+
41213
+
41214
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41215
+
41216
+
41217
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41218
+
41219
+
41220
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41221
+
41222
+
41223
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41224
+
41225
+
41226
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:48 -0300
41227
+
41228
+
41229
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41230
+
41231
+
41232
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41233
+
41234
+
41235
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41236
+
41237
+
41238
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41239
+
41240
+
41241
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41242
+
41243
+
41244
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41245
+
41246
+
41247
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41248
+
41249
+
41250
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41251
+
41252
+
41253
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41254
+
41255
+
41256
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41257
+
41258
+
41259
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41260
+
41261
+
41262
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41263
+
41264
+
41265
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41266
+
41267
+
41268
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41269
+
41270
+
41271
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41272
+
41273
+
41274
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41275
+
41276
+
41277
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:49 -0300
41278
+
41279
+
41280
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 17:52:50 -0300
41281
+ Processing by Admin::PostsController#index as HTML
41282
+  (0.3ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41283
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41284
+  (0.2ms) SELECT COUNT(*) FROM `posts`
41285
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41286
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
41287
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (199.3ms)
41288
+ Completed 200 OK in 226ms (Views: 206.7ms | ActiveRecord: 8.1ms)
41289
+
41290
+
41291
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41292
+
41293
+
41294
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41295
+
41296
+
41297
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41298
+
41299
+
41300
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41301
+
41302
+
41303
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41304
+
41305
+
41306
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41307
+
41308
+
41309
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41310
+
41311
+
41312
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41313
+
41314
+
41315
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41316
+
41317
+
41318
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41319
+
41320
+
41321
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41322
+
41323
+
41324
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41325
+
41326
+
41327
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41328
+
41329
+
41330
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41331
+
41332
+
41333
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41334
+
41335
+
41336
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41337
+
41338
+
41339
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41340
+
41341
+
41342
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41343
+
41344
+
41345
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41346
+
41347
+
41348
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41349
+
41350
+
41351
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41352
+
41353
+
41354
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41355
+
41356
+
41357
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41358
+
41359
+
41360
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41361
+
41362
+
41363
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41364
+
41365
+
41366
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41367
+
41368
+
41369
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41370
+
41371
+
41372
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41373
+
41374
+
41375
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41376
+
41377
+
41378
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41379
+
41380
+
41381
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41382
+
41383
+
41384
+ Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41385
+
41386
+
41387
+ Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-19 17:52:51 -0300
41388
+
41389
+
41390
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 17:52:53 -0300
41391
+ Processing by Admin::PostsController#edit as HTML
41392
+ Parameters: {"id"=>"1"}
41393
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41394
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41395
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (4.2ms)
41396
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (111.3ms)
41397
+ Completed 200 OK in 122ms (Views: 118.7ms | ActiveRecord: 0.6ms)
41398
+
41399
+
41400
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41401
+
41402
+
41403
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41404
+
41405
+
41406
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41407
+
41408
+
41409
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41410
+
41411
+
41412
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41413
+
41414
+
41415
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41416
+
41417
+
41418
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41419
+
41420
+
41421
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41422
+
41423
+
41424
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41425
+
41426
+
41427
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41428
+
41429
+
41430
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41431
+
41432
+
41433
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41434
+
41435
+
41436
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41437
+
41438
+
41439
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41440
+
41441
+
41442
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41443
+
41444
+
41445
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41446
+
41447
+
41448
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41449
+
41450
+
41451
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41452
+
41453
+
41454
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41455
+
41456
+
41457
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41458
+
41459
+
41460
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41461
+
41462
+
41463
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41464
+
41465
+
41466
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41467
+
41468
+
41469
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41470
+
41471
+
41472
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41473
+
41474
+
41475
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41476
+
41477
+
41478
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41479
+
41480
+
41481
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41482
+
41483
+
41484
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41485
+
41486
+
41487
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41488
+
41489
+
41490
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 17:52:54 -0300
41491
+
41492
+
41493
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 18:42:32 -0300
41494
+ Processing by Admin::PostsController#edit as HTML
41495
+ Parameters: {"id"=>"1"}
41496
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41497
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41498
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.9ms)
41499
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (110.2ms)
41500
+ Completed 200 OK in 239ms (Views: 189.1ms | ActiveRecord: 47.4ms)
41501
+
41502
+
41503
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41504
+
41505
+
41506
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41507
+
41508
+
41509
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41510
+
41511
+
41512
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41513
+
41514
+
41515
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41516
+
41517
+
41518
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41519
+
41520
+
41521
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41522
+
41523
+
41524
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41525
+
41526
+
41527
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:34 -0300
41528
+
41529
+
41530
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41531
+
41532
+
41533
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41534
+
41535
+
41536
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41537
+
41538
+
41539
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41540
+
41541
+
41542
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41543
+
41544
+
41545
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41546
+
41547
+
41548
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41549
+
41550
+
41551
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41552
+
41553
+
41554
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41555
+
41556
+
41557
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41558
+
41559
+
41560
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41561
+
41562
+
41563
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41564
+
41565
+
41566
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41567
+
41568
+
41569
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41570
+
41571
+
41572
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41573
+
41574
+
41575
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41576
+
41577
+
41578
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41579
+
41580
+
41581
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41582
+
41583
+
41584
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41585
+
41586
+
41587
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41588
+
41589
+
41590
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41591
+
41592
+
41593
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 18:42:35 -0300
41594
+
41595
+
41596
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 18:45:49 -0300
41597
+ Processing by Admin::PostsController#edit as HTML
41598
+ Parameters: {"id"=>"1"}
41599
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41600
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
41601
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (1.5ms)
41602
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (30.2ms)
41603
+ Completed 200 OK in 34ms (Views: 32.9ms | ActiveRecord: 0.3ms)
41604
+
41605
+
41606
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41607
+
41608
+
41609
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41610
+
41611
+
41612
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41613
+
41614
+
41615
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41616
+
41617
+
41618
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41619
+
41620
+
41621
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41622
+
41623
+
41624
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41625
+
41626
+
41627
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41628
+
41629
+
41630
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41631
+
41632
+
41633
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41634
+
41635
+
41636
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41637
+
41638
+
41639
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41640
+
41641
+
41642
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41643
+
41644
+
41645
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41646
+
41647
+
41648
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41649
+
41650
+
41651
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41652
+
41653
+
41654
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41655
+
41656
+
41657
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41658
+
41659
+
41660
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41661
+
41662
+
41663
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41664
+
41665
+
41666
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41667
+
41668
+
41669
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41670
+
41671
+
41672
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41673
+
41674
+
41675
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41676
+
41677
+
41678
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41679
+
41680
+
41681
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41682
+
41683
+
41684
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41685
+
41686
+
41687
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41688
+
41689
+
41690
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41691
+
41692
+
41693
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41694
+
41695
+
41696
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:50 -0300
41697
+
41698
+
41699
+ Started GET "/admin/dashboard" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41700
+ Processing by Admin::DashboardController#index as HTML
41701
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (18.8ms)
41702
+ Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.0ms)
41703
+
41704
+
41705
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41706
+
41707
+
41708
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41709
+
41710
+
41711
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41712
+
41713
+
41714
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41715
+
41716
+
41717
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41718
+
41719
+
41720
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41721
+
41722
+
41723
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41724
+
41725
+
41726
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41727
+
41728
+
41729
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41730
+
41731
+
41732
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41733
+
41734
+
41735
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41736
+
41737
+
41738
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41739
+
41740
+
41741
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41742
+
41743
+
41744
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41745
+
41746
+
41747
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41748
+
41749
+
41750
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41751
+
41752
+
41753
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41754
+
41755
+
41756
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41757
+
41758
+
41759
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41760
+
41761
+
41762
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41763
+
41764
+
41765
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41766
+
41767
+
41768
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41769
+
41770
+
41771
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41772
+
41773
+
41774
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41775
+
41776
+
41777
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41778
+
41779
+
41780
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41781
+
41782
+
41783
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41784
+
41785
+
41786
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41787
+
41788
+
41789
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41790
+
41791
+
41792
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41793
+
41794
+
41795
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 18:45:52 -0300
41796
+
41797
+
41798
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41799
+ Processing by Admin::PostsController#index as HTML
41800
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41801
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41802
+  (0.1ms) SELECT COUNT(*) FROM `posts`
41803
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41804
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
41805
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (71.6ms)
41806
+ Completed 200 OK in 109ms (Views: 107.3ms | ActiveRecord: 0.4ms)
41807
+
41808
+
41809
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41810
+
41811
+
41812
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41813
+
41814
+
41815
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41816
+
41817
+
41818
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41819
+
41820
+
41821
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41822
+
41823
+
41824
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41825
+
41826
+
41827
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41828
+
41829
+
41830
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41831
+
41832
+
41833
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41834
+
41835
+
41836
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41837
+
41838
+
41839
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41840
+
41841
+
41842
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41843
+
41844
+
41845
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41846
+
41847
+
41848
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41849
+
41850
+
41851
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41852
+
41853
+
41854
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41855
+
41856
+
41857
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41858
+
41859
+
41860
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41861
+
41862
+
41863
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41864
+
41865
+
41866
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41867
+
41868
+
41869
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41870
+
41871
+
41872
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41873
+
41874
+
41875
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41876
+
41877
+
41878
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41879
+
41880
+
41881
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41882
+
41883
+
41884
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41885
+
41886
+
41887
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41888
+
41889
+
41890
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41891
+
41892
+
41893
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41894
+
41895
+
41896
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41897
+
41898
+
41899
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:03 -0300
41900
+
41901
+
41902
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41903
+ Processing by Admin::PostsController#index as HTML
41904
+  (0.1ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41905
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41906
+  (0.1ms) SELECT COUNT(*) FROM `posts`
41907
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
41908
+ Post Load (0.2ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
41909
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (48.8ms)
41910
+ Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.5ms)
41911
+
41912
+
41913
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41914
+
41915
+
41916
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41917
+
41918
+
41919
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41920
+
41921
+
41922
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41923
+
41924
+
41925
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41926
+
41927
+
41928
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41929
+
41930
+
41931
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41932
+
41933
+
41934
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41935
+
41936
+
41937
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41938
+
41939
+
41940
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41941
+
41942
+
41943
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41944
+
41945
+
41946
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41947
+
41948
+
41949
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41950
+
41951
+
41952
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41953
+
41954
+
41955
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41956
+
41957
+
41958
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41959
+
41960
+
41961
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41962
+
41963
+
41964
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41965
+
41966
+
41967
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41968
+
41969
+
41970
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41971
+
41972
+
41973
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41974
+
41975
+
41976
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41977
+
41978
+
41979
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41980
+
41981
+
41982
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41983
+
41984
+
41985
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41986
+
41987
+
41988
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41989
+
41990
+
41991
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41992
+
41993
+
41994
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41995
+
41996
+
41997
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
41998
+
41999
+
42000
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
42001
+
42002
+
42003
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-19 18:53:05 -0300
42004
+
42005
+
42006
+ Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:39:44 -0300
42007
+ ActiveRecord::SchemaMigration Load (40.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
42008
+ Processing by Admin::DashboardController#index as HTML
42009
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (669.6ms)
42010
+ Completed 200 OK in 682ms (Views: 678.7ms | ActiveRecord: 0.0ms)
42011
+
42012
+
42013
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42014
+
42015
+
42016
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42017
+
42018
+
42019
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42020
+
42021
+
42022
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42023
+
42024
+
42025
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42026
+
42027
+
42028
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42029
+
42030
+
42031
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42032
+
42033
+
42034
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42035
+
42036
+
42037
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42038
+
42039
+
42040
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42041
+
42042
+
42043
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42044
+
42045
+
42046
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42047
+
42048
+
42049
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:45 -0300
42050
+
42051
+
42052
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42053
+
42054
+
42055
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42056
+
42057
+
42058
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42059
+
42060
+
42061
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42062
+
42063
+
42064
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42065
+
42066
+
42067
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42068
+
42069
+
42070
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42071
+
42072
+
42073
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42074
+
42075
+
42076
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42077
+
42078
+
42079
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42080
+
42081
+
42082
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42083
+
42084
+
42085
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42086
+
42087
+
42088
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42089
+
42090
+
42091
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42092
+
42093
+
42094
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42095
+
42096
+
42097
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42098
+
42099
+
42100
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42101
+
42102
+
42103
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:46 -0300
42104
+
42105
+
42106
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42107
+ Processing by Admin::PostsController#index as HTML
42108
+  (0.4ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
42109
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
42110
+  (0.2ms) SELECT COUNT(*) FROM `posts`
42111
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
42112
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
42113
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (96.0ms)
42114
+ Completed 200 OK in 146ms (Views: 99.5ms | ActiveRecord: 39.2ms)
42115
+
42116
+
42117
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42118
+
42119
+
42120
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42121
+
42122
+
42123
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42124
+
42125
+
42126
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42127
+
42128
+
42129
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42130
+
42131
+
42132
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42133
+
42134
+
42135
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42136
+
42137
+
42138
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42139
+
42140
+
42141
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42142
+
42143
+
42144
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42145
+
42146
+
42147
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42148
+
42149
+
42150
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42151
+
42152
+
42153
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42154
+
42155
+
42156
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42157
+
42158
+
42159
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42160
+
42161
+
42162
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42163
+
42164
+
42165
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42166
+
42167
+
42168
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42169
+
42170
+
42171
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42172
+
42173
+
42174
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42175
+
42176
+
42177
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42178
+
42179
+
42180
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42181
+
42182
+
42183
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42184
+
42185
+
42186
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42187
+
42188
+
42189
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42190
+
42191
+
42192
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42193
+
42194
+
42195
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42196
+
42197
+
42198
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42199
+
42200
+
42201
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42202
+
42203
+
42204
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42205
+
42206
+
42207
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42208
+
42209
+
42210
+ Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42211
+
42212
+
42213
+ Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-20 13:39:48 -0300
42214
+
42215
+
42216
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42217
+ Processing by Admin::PostsController#edit as HTML
42218
+ Parameters: {"id"=>"1"}
42219
+ Post Load (0.3ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
42220
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
42221
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.3ms)
42222
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (53.0ms)
42223
+ Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.4ms)
42224
+
42225
+
42226
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42227
+
42228
+
42229
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42230
+
42231
+
42232
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42233
+
42234
+
42235
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42236
+
42237
+
42238
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42239
+
42240
+
42241
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42242
+
42243
+
42244
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42245
+
42246
+
42247
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42248
+
42249
+
42250
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42251
+
42252
+
42253
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42254
+
42255
+
42256
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42257
+
42258
+
42259
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42260
+
42261
+
42262
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42263
+
42264
+
42265
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42266
+
42267
+
42268
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42269
+
42270
+
42271
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42272
+
42273
+
42274
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42275
+
42276
+
42277
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42278
+
42279
+
42280
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42281
+
42282
+
42283
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42284
+
42285
+
42286
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42287
+
42288
+
42289
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42290
+
42291
+
42292
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42293
+
42294
+
42295
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42296
+
42297
+
42298
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42299
+
42300
+
42301
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42302
+
42303
+
42304
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42305
+
42306
+
42307
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42308
+
42309
+
42310
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42311
+
42312
+
42313
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42314
+
42315
+
42316
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-20 13:39:50 -0300
42317
+
42318
+
42319
+ Started GET "/admin" for 127.0.0.1 at 2014-06-23 18:01:24 -0300
42320
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT `schema_migrations`.* FROM `schema_migrations`
42321
+ Processing by Admin::DashboardController#index as HTML
42322
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/page/index.html.arb (1186.9ms)
42323
+ Completed 200 OK in 1276ms (Views: 1252.2ms | ActiveRecord: 0.0ms)
42324
+
42325
+
42326
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42327
+
42328
+
42329
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42330
+
42331
+
42332
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42333
+
42334
+
42335
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42336
+
42337
+
42338
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42339
+
42340
+
42341
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42342
+
42343
+
42344
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42345
+
42346
+
42347
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42348
+
42349
+
42350
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42351
+
42352
+
42353
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42354
+
42355
+
42356
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42357
+
42358
+
42359
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42360
+
42361
+
42362
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42363
+
42364
+
42365
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42366
+
42367
+
42368
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42369
+
42370
+
42371
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42372
+
42373
+
42374
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42375
+
42376
+
42377
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42378
+
42379
+
42380
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42381
+
42382
+
42383
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42384
+
42385
+
42386
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42387
+
42388
+
42389
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42390
+
42391
+
42392
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42393
+
42394
+
42395
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42396
+
42397
+
42398
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42399
+
42400
+
42401
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42402
+
42403
+
42404
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42405
+
42406
+
42407
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42408
+
42409
+
42410
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42411
+
42412
+
42413
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42414
+
42415
+
42416
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:26 -0300
42417
+
42418
+
42419
+ Started GET "/admin/posts" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42420
+ Processing by Admin::PostsController#index as HTML
42421
+  (0.2ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
42422
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
42423
+  (0.1ms) SELECT COUNT(*) FROM `posts`
42424
+ CACHE (0.0ms) SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
42425
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
42426
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/index.html.arb (242.2ms)
42427
+ Completed 200 OK in 331ms (Views: 267.5ms | ActiveRecord: 3.1ms)
42428
+
42429
+
42430
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42431
+
42432
+
42433
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42434
+
42435
+
42436
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42437
+
42438
+
42439
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42440
+
42441
+
42442
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42443
+
42444
+
42445
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42446
+
42447
+
42448
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42449
+
42450
+
42451
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42452
+
42453
+
42454
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42455
+
42456
+
42457
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42458
+
42459
+
42460
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42461
+
42462
+
42463
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42464
+
42465
+
42466
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42467
+
42468
+
42469
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42470
+
42471
+
42472
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42473
+
42474
+
42475
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42476
+
42477
+
42478
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42479
+
42480
+
42481
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42482
+
42483
+
42484
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42485
+
42486
+
42487
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42488
+
42489
+
42490
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42491
+
42492
+
42493
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42494
+
42495
+
42496
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42497
+
42498
+
42499
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42500
+
42501
+
42502
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42503
+
42504
+
42505
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42506
+
42507
+
42508
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42509
+
42510
+
42511
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42512
+
42513
+
42514
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42515
+
42516
+
42517
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42518
+
42519
+
42520
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42521
+
42522
+
42523
+ Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42524
+
42525
+
42526
+ Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-23 18:01:28 -0300
42527
+
42528
+
42529
+ Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42530
+ Processing by Admin::PostsController#edit as HTML
42531
+ Parameters: {"id"=>"1"}
42532
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
42533
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
42534
+ Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.1ms)
42535
+ Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/edit.html.arb (131.3ms)
42536
+ Completed 200 OK in 158ms (Views: 156.8ms | ActiveRecord: 0.3ms)
42537
+
42538
+
42539
+ Started GET "/assets/active_admin.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42540
+
42541
+
42542
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42543
+
42544
+
42545
+ Started GET "/assets/active_admin/print.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42546
+
42547
+
42548
+ Started GET "/assets/active_admin_jcrop/crop_modal.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42549
+
42550
+
42551
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42552
+
42553
+
42554
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42555
+
42556
+
42557
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42558
+
42559
+
42560
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42561
+
42562
+
42563
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42564
+
42565
+
42566
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42567
+
42568
+
42569
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42570
+
42571
+
42572
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42573
+
42574
+
42575
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42576
+
42577
+
42578
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42579
+
42580
+
42581
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42582
+
42583
+
42584
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42585
+
42586
+
42587
+ Started GET "/assets/active_admin/base.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42588
+
42589
+
42590
+ Started GET "/assets/active_admin/lib/batch_actions.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42591
+
42592
+
42593
+ Started GET "/assets/active_admin/lib/checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42594
+
42595
+
42596
+ Started GET "/assets/active_admin/lib/dropdown-menu.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42597
+
42598
+
42599
+ Started GET "/assets/active_admin/lib/has_many.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42600
+
42601
+
42602
+ Started GET "/assets/active_admin/lib/modal_dialog.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42603
+
42604
+
42605
+ Started GET "/assets/active_admin/lib/popover.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42606
+
42607
+
42608
+ Started GET "/assets/active_admin/lib/table-checkbox-toggler.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42609
+
42610
+
42611
+ Started GET "/assets/active_admin/ext/jquery-ui.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42612
+
42613
+
42614
+ Started GET "/assets/active_admin/ext/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42615
+
42616
+
42617
+ Started GET "/assets/active_admin/application.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42618
+
42619
+
42620
+ Started GET "/assets/active_admin.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42621
+
42622
+
42623
+ Started GET "/assets/active_admin_jcrop/crop_modal.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42624
+
42625
+
42626
+ Started GET "/assets/active_admin_jcrop/jquery.color.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42627
+
42628
+
42629
+ Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js?body=1" for 127.0.0.1 at 2014-06-23 18:01:30 -0300
42630
+
42631
+
42632
+ Started GET "/assets/active_admin_jcrop/Jcrop.gif" for 127.0.0.1 at 2014-06-23 18:01:31 -0300
42633
+
42634
+
42635
+ Started PUT "/admin/posts/1/jcropper" for 127.0.0.1 at 2014-06-23 18:01:53 -0300
42636
+ Processing by Admin::PostsController#jcropper as */*
42637
+ Parameters: {"image_data"=>{"object_class"=>"post", "object_id"=>"1", "crop_field"=>"image", "jcropper_url"=>"/admin/posts/1/jcropper", "crop_x"=>"10", "crop_y"=>"133", "crop_w"=>"43", "crop_h"=>"43"}, "id"=>"1"}
42638
+ Post Load (0.1ms) SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
42639
+ Completed 200 OK in 573ms (Views: 0.2ms | ActiveRecord: 0.1ms)