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.
- checksums.yaml +4 -4
- data/lib/active_admin_jcrop/version.rb +1 -1
- data/{test → spec}/dummy/README.rdoc +0 -0
- data/{test → spec}/dummy/Rakefile +0 -0
- data/{test → spec}/dummy/app/admin/dashboard.rb +0 -0
- data/{test → spec}/dummy/app/admin/post.rb +0 -0
- data/{test → spec}/dummy/app/assets/javascripts/active_admin.js.coffee +0 -0
- data/{test → spec}/dummy/app/assets/javascripts/application.js +0 -0
- data/{test → spec}/dummy/app/assets/stylesheets/active_admin.css.scss +0 -0
- data/{test → spec}/dummy/app/assets/stylesheets/application.css +0 -0
- data/{test → spec}/dummy/app/controllers/application_controller.rb +0 -0
- data/{test → spec}/dummy/app/helpers/application_helper.rb +0 -0
- data/{test → spec}/dummy/app/models/post.rb +0 -0
- data/{test → spec}/dummy/app/uploaders/image_uploader.rb +0 -0
- data/{test → spec}/dummy/app/views/layouts/application.html.erb +0 -0
- data/{test → spec}/dummy/bin/bundle +0 -0
- data/{test → spec}/dummy/bin/rails +0 -0
- data/{test → spec}/dummy/bin/rake +0 -0
- data/{test → spec}/dummy/config.ru +0 -0
- data/{test → spec}/dummy/config/application.rb +2 -2
- data/{test → spec}/dummy/config/boot.rb +1 -1
- data/{test → spec}/dummy/config/database.yml +0 -0
- data/{test → spec}/dummy/config/environment.rb +0 -0
- data/{test → spec}/dummy/config/environments/development.rb +0 -0
- data/{test → spec}/dummy/config/environments/production.rb +0 -0
- data/{test → spec}/dummy/config/environments/test.rb +10 -3
- data/{test → spec}/dummy/config/initializers/active_admin.rb +2 -2
- data/{test → spec}/dummy/config/initializers/backtrace_silencers.rb +0 -0
- data/{test → spec}/dummy/config/initializers/cookies_serializer.rb +0 -0
- data/{test → spec}/dummy/config/initializers/filter_parameter_logging.rb +0 -0
- data/{test → spec}/dummy/config/initializers/inflections.rb +0 -0
- data/{test → spec}/dummy/config/initializers/mime_types.rb +0 -0
- data/{test → spec}/dummy/config/initializers/session_store.rb +0 -0
- data/{test → spec}/dummy/config/initializers/wrap_parameters.rb +0 -0
- data/{test → spec}/dummy/config/locales/devise.en.yml +0 -0
- data/{test → spec}/dummy/config/locales/en.yml +0 -0
- data/{test → spec}/dummy/config/routes.rb +4 -2
- data/{test → spec}/dummy/config/secrets.yml +0 -0
- data/{test → spec}/dummy/db/migrate/20140609195344_create_posts.rb +0 -0
- data/{test → spec}/dummy/db/migrate/20140609200814_create_active_admin_comments.rb +0 -0
- data/{test → spec}/dummy/db/migrate/20140609202215_devise_create_admin_users.rb +1 -1
- data/spec/dummy/db/migrate/20140619201236_drop_admin_user_table.rb +5 -0
- data/{test → spec}/dummy/db/schema.rb +1 -19
- data/{test → spec}/dummy/log/development.log +3403 -0
- data/spec/dummy/log/test.log +3948 -0
- data/{test → spec}/dummy/public/404.html +0 -0
- data/{test → spec}/dummy/public/422.html +0 -0
- data/{test → spec}/dummy/public/500.html +0 -0
- data/{test → spec}/dummy/public/favicon.ico +0 -0
- data/{test → spec}/dummy/public/uploads/post/image/1/caminhao.jpeg +0 -0
- data/spec/dummy/public/uploads/post/image/1/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402854070-53359-7950/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402854070-53359-7950/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402854510-53557-6949/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402854510-53557-6949/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402854728-53655-1717/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402854728-53655-1717/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402855138-53797-0268/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402855138-53797-0268/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402856174-54150-2897/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402856174-54150-2897/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402856561-54391-5701/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402856561-54391-5701/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402884860-59723-5663/caminhao.jpeg +0 -0
- data/{test → spec}/dummy/public/uploads/tmp/1402884860-59723-5663/thumb_caminhao.jpeg +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/01cc28ef6cf61e838f8df3854de4e76b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/04815176b18d23ced953077cdab6c799 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/05329eaf5e8ad8c55f7356cd6f1a208d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/09b3ba6de4c7b276240b56d755d22193 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/0c410be62a5a11fa5bd31553203370c9 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/11666820d5c80bd008d64048ad423cf2 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/153271d97599450d4419ff64c0096e7a +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/198ca7c8448aa0272e8b33c7c8f7f85b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1c328d420a3818d37452e98c6001b467 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1ce4a7570f4520b8014c358d0e417201 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1d7d77c0ef36a03c1a532428dc56fb43 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/1e7ffade48952c7cdfc8672bad4eb410 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2469f5828ec5a821a8e3a1fa52f62ecc +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/280b1fab7672e0fd9bb4f1578ca14a9c +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2894eb75de440448b3c40d69d7c3daf1 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2de35a92daa792d65be049f319e98640 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/2e6efe9c42b17ddcbc206cb7029a6435 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/37ac2b1140ba52b9c49281dfaaeb0a5c +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/39d5b668acdaf4ac39dfbec7998c6088 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3dbddfc04cc1ce845cea75a5d053eb78 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/3f8d2b3750a2c4a35e2fc80119be599b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4168e815a6e3b7f527bae1357a3b4a88 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/42599e7e19d0844f558bf6755147af8a +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/43f5bd66cd4b99ca8a25a3a3585dc10f +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4806b0909dd0f9ef46c0f8529c16d0cb +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/49366e6a8a305846f3b6e35412b622be +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4abf4453141fa8280d3e92b9d6f95893 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4e10e25ed23161425328c0e86fd2d964 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/4f3ac0b41fcb58bba41dd8990f521960 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/50868216b236752b04eac5d3ee00f04c +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/517db557c9ab037fe61fcc4135e67a97 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/51a626ab0064c74348ca0076f2464081 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5248fc2c7af1008d55cc8c390c5aadfd +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/52ec38bf0b8162c3a0b60334179fd9d8 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/542ba2c861120c117755b256e75fc931 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/58242bae329210944c12eef4b21e74fc +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/586f47ea7b97a5a0c2864cafc7fa681a +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/59f28a7fdd955b2eb441b3ede79d6634 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5e5c38446431a684f7d95b931dd29845 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/5e978a23006b9bf0e8cb8e01af6b830e +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/63f0e112cc9f52fcc19a660011424d4d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/63f701be894a406a83f338a15dbbff5b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/66ecbfb3aaaec21a5dd4da1c53b09474 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/6e600d6b6e57393c380d4f34b7e462c1 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7058e63d0f91885601240f901d028889 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7863b5114d0b7761ee50ab47927118ee +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/79a9f34b9b567a41a3c023f6c31b6251 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7aa6ca65af176c54e4e7c93c8eee5a7f +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/7f8b2599f8306c1dc7d1e3e5b9deded8 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/81dd6767e418fdc1ab0263c94cd79d8b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8247e64103aa55a761ab0f354ff45c16 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/82a4b11f94b10449d88fc04cf6df3a18 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/82a8bc708c97f88caaf13018bf6b279d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/83054e22209abf270f4394486dd2629b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/833571bbb8aac2c2d7ead0bb6c360747 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8546b8d3c7ef5ea3e50ac4a872f661cb +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/857ecd2092cee11f740b3cf2e373ad2a +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8636ac646366920af1a3b008b51ceed1 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/86a0e6da188e8b595d42390ae7c686d9 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/870b072c21a14943e77df52a2cda1b73 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8811d2e446647a23d3edf4b867ad0c02 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/88197c7050fe981f868afc887b2ce0ba +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/887d9abab3188ec82c44b8c157617ca7 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/88887cda2e4b689f7b1af350c003d0d2 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/88b9d244297285b4704261b08355377c +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8a7d09231ebe79adabff0fbb009fea25 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8a88e7d4780f75cec7a24872a705b76b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8bd0b3620014ec125304f9605c337077 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8d39cc657ceec60e0d5ea1fa37e5e1a0 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/8f2e727a35967938c7f3368ad0e1fd17 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9181c05dfda585ad6bf9ddb219eb15a1 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/921e258c04378d5f0ecf0f3ee547195e +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/95682c5bcf707ffdac00772b90de8e9d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/963d3f2d23c24941fe0b9c0231b8849d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/99f0365331f36952dca860bcc6e8fd4a +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9b9cde87d5e9f732acdc4fb18077c71d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9ba436ceb3644f8f052f05eeff94a880 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/9f495611485125fd9772059d732fd3ec +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a60a6f908e1d257971c558b8c6db7ae5 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a6b936ad9b28fb786d3135a007e5d5b8 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a6eedf5e824ca04685c9da227f406b8f +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/a759d4068225951d142110473dd6c8b3 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/aae43c2efd29f832dccb299bfa566e44 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/abafd28d094dec608d1a73ec02e75c34 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ae3ffb8f5a8c49bb8253a13ef5d1d2a4 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/af888b78046ad78708407984ecb3c8a6 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b09cd2d5bea8a15151b6022c038dda5c +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b461b3c64042d0c6dbaf73e92275300e +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/b4948b52a9f8e7cdd8a77902409545c0 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c1de6e9cb5f12e4481b52b1cf8d38d31 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c6698cd7d2263b8d2095648c2ac0fe79 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c72957ff133a3fd942c3ab9960d1d423 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c8c8162f2a41f8578ba98c9a1f37e46b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/c962852af3d1e3dc670690c90a7b070e +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ca13fe06919030ff6b989ec199d70a44 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cb1fc3f2ce1b7f41695e590c097b311b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cc6dcaa815625d7d4b57e3972e144bda +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ccbc9b9b1eb80fbb7865bc756ce55b87 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ce5e8cfd00d9fb6c6fde000c5e03662d +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/cfc55116cc6269b60cf1be77557f0fa0 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d295569fa361346a1980638387ef138b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d46eab415cde36a1cf5eace3991cf63a +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/d7e88e6d648deff48df25b735ddc1826 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/db631d9298c9a2f7e02011d47fd3ccca +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e1f04589fe51a214b3d97f4b9d693db2 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e41a3d9a4ba0bd341c8da19fb9e53cca +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e574af4ac554c85b5795e56916e5264e +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e641d229c53e2926a5ed4ab6ce79eada +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e73b7841ac8e835c29aeb4fc4bf27e40 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/e88a13629d2c3498c801d061a01f6bf1 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ed9f0de1b65ae8d7ef89087c83728461 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f0f4cedded536278ec7f580408e6e60f +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f156de297b7d2034db1844f92f4f92ba +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f2f4ef8251bfbaced240dfbd93538a90 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f655e2d083e4e5fc8b2c6a8064178998 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f6667183705babbc5a9efea96e26953b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f669eeb6c0059dbcab647979cad28c4b +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/f985e5d99fd0dcf330b2a243b63c71f8 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fa4cfa52c2f50e31e33e69d54e6694dc +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fb8b186d5bf0307f86f65fc787d2adeb +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/fd2f0ae1c70d86cc45823b51d707e220 +0 -0
- data/{test → spec}/dummy/tmp/cache/assets/development/sprockets/ff328cfd9b51b215b0db24b8bb3c63f4 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/01cc28ef6cf61e838f8df3854de4e76b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/04815176b18d23ced953077cdab6c799 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/05329eaf5e8ad8c55f7356cd6f1a208d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/09b3ba6de4c7b276240b56d755d22193 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/0c410be62a5a11fa5bd31553203370c9 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/11666820d5c80bd008d64048ad423cf2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/153271d97599450d4419ff64c0096e7a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/198ca7c8448aa0272e8b33c7c8f7f85b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1c328d420a3818d37452e98c6001b467 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1ce4a7570f4520b8014c358d0e417201 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1d7d77c0ef36a03c1a532428dc56fb43 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2469f5828ec5a821a8e3a1fa52f62ecc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/280b1fab7672e0fd9bb4f1578ca14a9c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2894eb75de440448b3c40d69d7c3daf1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2de35a92daa792d65be049f319e98640 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2e6efe9c42b17ddcbc206cb7029a6435 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/37ac2b1140ba52b9c49281dfaaeb0a5c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/39d5b668acdaf4ac39dfbec7998c6088 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/3dbddfc04cc1ce845cea75a5d053eb78 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/3f8d2b3750a2c4a35e2fc80119be599b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/42599e7e19d0844f558bf6755147af8a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/43f5bd66cd4b99ca8a25a3a3585dc10f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4806b0909dd0f9ef46c0f8529c16d0cb +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/49366e6a8a305846f3b6e35412b622be +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4abf4453141fa8280d3e92b9d6f95893 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4e10e25ed23161425328c0e86fd2d964 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/4f3ac0b41fcb58bba41dd8990f521960 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/50868216b236752b04eac5d3ee00f04c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/517db557c9ab037fe61fcc4135e67a97 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/51a626ab0064c74348ca0076f2464081 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5248fc2c7af1008d55cc8c390c5aadfd +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/52ec38bf0b8162c3a0b60334179fd9d8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/542ba2c861120c117755b256e75fc931 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/58242bae329210944c12eef4b21e74fc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/586f47ea7b97a5a0c2864cafc7fa681a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/59f28a7fdd955b2eb441b3ede79d6634 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5e5c38446431a684f7d95b931dd29845 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/5e978a23006b9bf0e8cb8e01af6b830e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/63f0e112cc9f52fcc19a660011424d4d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/63f701be894a406a83f338a15dbbff5b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/66ecbfb3aaaec21a5dd4da1c53b09474 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/6e600d6b6e57393c380d4f34b7e462c1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7058e63d0f91885601240f901d028889 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7863b5114d0b7761ee50ab47927118ee +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/79a9f34b9b567a41a3c023f6c31b6251 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7aa6ca65af176c54e4e7c93c8eee5a7f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/7f8b2599f8306c1dc7d1e3e5b9deded8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/81dd6767e418fdc1ab0263c94cd79d8b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8247e64103aa55a761ab0f354ff45c16 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/82a8bc708c97f88caaf13018bf6b279d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/83054e22209abf270f4394486dd2629b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/833571bbb8aac2c2d7ead0bb6c360747 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8546b8d3c7ef5ea3e50ac4a872f661cb +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/857ecd2092cee11f740b3cf2e373ad2a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8636ac646366920af1a3b008b51ceed1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/870b072c21a14943e77df52a2cda1b73 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8811d2e446647a23d3edf4b867ad0c02 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/88197c7050fe981f868afc887b2ce0ba +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/887d9abab3188ec82c44b8c157617ca7 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/88887cda2e4b689f7b1af350c003d0d2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/88b9d244297285b4704261b08355377c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8a7d09231ebe79adabff0fbb009fea25 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8a88e7d4780f75cec7a24872a705b76b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8bd0b3620014ec125304f9605c337077 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8d39cc657ceec60e0d5ea1fa37e5e1a0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/8f2e727a35967938c7f3368ad0e1fd17 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9181c05dfda585ad6bf9ddb219eb15a1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/921e258c04378d5f0ecf0f3ee547195e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/95682c5bcf707ffdac00772b90de8e9d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/963d3f2d23c24941fe0b9c0231b8849d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/99f0365331f36952dca860bcc6e8fd4a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9b9cde87d5e9f732acdc4fb18077c71d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9ba436ceb3644f8f052f05eeff94a880 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/9f495611485125fd9772059d732fd3ec +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a6b936ad9b28fb786d3135a007e5d5b8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a6eedf5e824ca04685c9da227f406b8f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a759d4068225951d142110473dd6c8b3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/aae43c2efd29f832dccb299bfa566e44 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/abafd28d094dec608d1a73ec02e75c34 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ae3ffb8f5a8c49bb8253a13ef5d1d2a4 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/af888b78046ad78708407984ecb3c8a6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b09cd2d5bea8a15151b6022c038dda5c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b461b3c64042d0c6dbaf73e92275300e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/b4948b52a9f8e7cdd8a77902409545c0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c1de6e9cb5f12e4481b52b1cf8d38d31 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c6698cd7d2263b8d2095648c2ac0fe79 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c72957ff133a3fd942c3ab9960d1d423 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c8c8162f2a41f8578ba98c9a1f37e46b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/c962852af3d1e3dc670690c90a7b070e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ca13fe06919030ff6b989ec199d70a44 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cb1fc3f2ce1b7f41695e590c097b311b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cc6dcaa815625d7d4b57e3972e144bda +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ccbc9b9b1eb80fbb7865bc756ce55b87 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ce5e8cfd00d9fb6c6fde000c5e03662d +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cfc55116cc6269b60cf1be77557f0fa0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d295569fa361346a1980638387ef138b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d46eab415cde36a1cf5eace3991cf63a +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d7e88e6d648deff48df25b735ddc1826 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/db631d9298c9a2f7e02011d47fd3ccca +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e1f04589fe51a214b3d97f4b9d693db2 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e41a3d9a4ba0bd341c8da19fb9e53cca +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e574af4ac554c85b5795e56916e5264e +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e641d229c53e2926a5ed4ab6ce79eada +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e73b7841ac8e835c29aeb4fc4bf27e40 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/e88a13629d2c3498c801d061a01f6bf1 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ed9f0de1b65ae8d7ef89087c83728461 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f0f4cedded536278ec7f580408e6e60f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f156de297b7d2034db1844f92f4f92ba +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f2f4ef8251bfbaced240dfbd93538a90 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f655e2d083e4e5fc8b2c6a8064178998 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f6667183705babbc5a9efea96e26953b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f669eeb6c0059dbcab647979cad28c4b +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f985e5d99fd0dcf330b2a243b63c71f8 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fa4cfa52c2f50e31e33e69d54e6694dc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fb8b186d5bf0307f86f65fc787d2adeb +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/fd2f0ae1c70d86cc45823b51d707e220 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ff328cfd9b51b215b0db24b8bb3c63f4 +0 -0
- data/spec/dummy/tmp/capybara/capybara-201406201333154448559003.html +40 -0
- data/spec/dummy/tmp/capybara/capybara-201406201334471332489322.html +40 -0
- data/spec/dummy/tmp/capybara/capybara-20140620133457504347654.html +40 -0
- data/spec/dummy/tmp/capybara/capybara-201406201339146009119774.html +40 -0
- data/spec/dummy/tmp/capybara/capybara-201406201435033322913505.html +46 -0
- data/spec/dummy/tmp/capybara/capybara-201406201436161732509467.html +13 -0
- data/spec/dummy/tmp/capybara/capybara-201406201437066148983056.html +75 -0
- data/spec/factories.rb +7 -0
- data/spec/features/post_jcrop_feature_spec.rb +15 -0
- data/spec/images/example.jpeg +0 -0
- data/spec/spec_helper.rb +112 -0
- data/spec/support/active_record.rb +12 -0
- data/spec/support/carrierwave.rb +23 -0
- data/spec/support/uploads/post/image/7/example.jpeg +0 -0
- data/spec/support/uploads/post/image/7/thumb_example.jpeg +0 -0
- data/vendor/assets/images/active_admin_jcrop/Jcrop.gif +0 -0
- data/vendor/assets/javascripts/active_admin_jcrop/jquery.Jcrop.js +1699 -0
- data/vendor/assets/javascripts/active_admin_jcrop/jquery.Jcrop.min.js +22 -0
- data/vendor/assets/javascripts/active_admin_jcrop/jquery.color.js +661 -0
- data/vendor/assets/stylesheets/active_admin_jcrop/Jcrop.gif +0 -0
- data/vendor/assets/stylesheets/active_admin_jcrop/jquery.Jcrop.css +165 -0
- data/vendor/assets/stylesheets/active_admin_jcrop/jquery.Jcrop.min.css +29 -0
- metadata +718 -391
- data/test/active_admin_jcrop_test.rb +0 -7
- data/test/dummy/app/admin/admin_user.rb +0 -28
- data/test/dummy/app/models/admin_user.rb +0 -6
- data/test/dummy/config/initializers/devise.rb +0 -256
- data/test/dummy/public/uploads/post/image/1/thumb_caminhao.jpeg +0 -0
- data/test/dummy/test/fixtures/admin_users.yml +0 -11
- data/test/dummy/test/fixtures/posts.yml +0 -9
- data/test/dummy/test/models/admin_user_test.rb +0 -7
- data/test/dummy/test/models/post_test.rb +0 -7
- data/test/test_helper.rb +0 -15
|
@@ -0,0 +1,3948 @@
|
|
|
1
|
+
[1m[36m (22.0ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
2
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
3
|
+
[1m[36m (6.4ms)[0m [1mSELECT DATABASE() as db[0m
|
|
4
|
+
[1m[35m (1.7ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
5
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
6
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
7
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
8
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
9
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
10
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
11
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
12
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
13
|
+
[1m[35m (1.7ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
14
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
15
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
16
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
17
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
18
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
19
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
20
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
21
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
22
|
+
[1m[35m (1.2ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
23
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
24
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
25
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
26
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
27
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
28
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
29
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
30
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
31
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
32
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
33
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
34
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
35
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
36
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
37
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
38
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
39
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
40
|
+
[1m[35m (1.4ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
41
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
42
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
43
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
44
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
45
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
46
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
47
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
48
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
49
|
+
[1m[35m (1.4ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
50
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
51
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
52
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
53
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
54
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
55
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
56
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
57
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
58
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
59
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
60
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
61
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
62
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
63
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
64
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
65
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
66
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
67
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
68
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
69
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
70
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
71
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
72
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
73
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
74
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
75
|
+
[1m[36m (0.2ms)[0m [1mSELECT DATABASE() as db[0m
|
|
76
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
77
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
78
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
79
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
80
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
81
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
82
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
83
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
84
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
85
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
86
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
87
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
88
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
89
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
90
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
91
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
92
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
93
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
94
|
+
[1m[35m (1.5ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
95
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
96
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
97
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
98
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
99
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
100
|
+
[1m[36m (0.3ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
101
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
102
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
103
|
+
[1m[35m (2.0ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
104
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
105
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
106
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
107
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
108
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
109
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
110
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
111
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
112
|
+
[1m[35m (1.4ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
113
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
114
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
115
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
116
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
117
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
118
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
119
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
120
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
121
|
+
[1m[35m (4.6ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
122
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
123
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
124
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
125
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
126
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
127
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
128
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
129
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
130
|
+
[1m[35m (1.6ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
131
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
132
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
133
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
134
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
135
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
136
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
137
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
138
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
139
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
140
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
141
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
142
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
143
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
144
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
145
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
146
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
147
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
148
|
+
[1m[35m (1.5ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
149
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
150
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
151
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
152
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
153
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
154
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
155
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
156
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
157
|
+
[1m[35m (1.6ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
158
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
159
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
160
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
161
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
162
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
163
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
164
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
165
|
+
[1m[35m (1.2ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
166
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
167
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
168
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
169
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
170
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
171
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
172
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
173
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
174
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
175
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
176
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
177
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
178
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
179
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
180
|
+
[1m[35m (0.3ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
181
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
182
|
+
[1m[35m (2.6ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
183
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
184
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
185
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
186
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
187
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
188
|
+
[1m[35m (0.3ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
189
|
+
[1m[36m (0.2ms)[0m [1mSELECT DATABASE() as db[0m
|
|
190
|
+
[1m[35m (2.9ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
191
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
192
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
193
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
194
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
195
|
+
[1m[35m (2.8ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
196
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
197
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
198
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
199
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
200
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
201
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
202
|
+
[1m[35m (0.3ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
203
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
204
|
+
[1m[35m (3.1ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
205
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
206
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
207
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
208
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
209
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
210
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
211
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
212
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
213
|
+
[1m[35m (3.1ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
214
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
215
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
216
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
217
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
218
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
219
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
220
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
221
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
222
|
+
[1m[35m (286.5ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
223
|
+
[1m[36m (0.3ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
224
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
225
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
226
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
227
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
228
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
229
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
230
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
231
|
+
[1m[35m (2.8ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
232
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
233
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
234
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
235
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
236
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
237
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
238
|
+
[1m[35m (0.3ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
239
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
240
|
+
[1m[35m (2.9ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
241
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
242
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
243
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
244
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
245
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
246
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
247
|
+
[1m[35m (0.3ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
248
|
+
[1m[36m (0.4ms)[0m [1mSELECT DATABASE() as db[0m
|
|
249
|
+
[1m[35m (49.4ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
250
|
+
[1m[36m (0.3ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
251
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
252
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
253
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
254
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
255
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
256
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
257
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
258
|
+
[1m[35m (2.8ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
259
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
260
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
261
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
262
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
263
|
+
Mysql2::Error: Table 'active_admin_jcrop_test.posts' doesn't exist: SHOW FULL FIELDS FROM `posts`
|
|
264
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
265
|
+
[1m[36m (0.4ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
266
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
267
|
+
[1m[36m (0.3ms)[0m [1mSELECT DATABASE() as db[0m
|
|
268
|
+
[1m[35m (2.8ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
269
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
270
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
271
|
+
[1m[36m (0.2ms)[0m [1mCOMMIT[0m
|
|
272
|
+
[1m[35m (0.2ms)[0m BEGIN
|
|
273
|
+
Mysql2::Error: Table 'active_admin_jcrop_test.posts' doesn't exist: SHOW FULL FIELDS FROM `posts`
|
|
274
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
275
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
276
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
277
|
+
[1m[36m (0.2ms)[0m [1mSELECT DATABASE() as db[0m
|
|
278
|
+
[1m[35m (1.6ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
279
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
280
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
281
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
282
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
283
|
+
Mysql2::Error: Table 'active_admin_jcrop_test.posts' doesn't exist: SHOW FULL FIELDS FROM `posts`
|
|
284
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
285
|
+
[1m[36m (488.5ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
|
286
|
+
[1m[35m (961.9ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
|
287
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
288
|
+
Migrating to CreatePosts (20140609195344)
|
|
289
|
+
[1m[35m (124.8ms)[0m CREATE TABLE `posts` (`id` int(11) auto_increment PRIMARY KEY, `name` varchar(255), `image` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
|
|
290
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
291
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20140609195344')
|
|
292
|
+
[1m[36m (19.1ms)[0m [1mCOMMIT[0m
|
|
293
|
+
Migrating to CreateActiveAdminComments (20140609200814)
|
|
294
|
+
[1m[35m (220.5ms)[0m CREATE TABLE `active_admin_comments` (`id` int(11) auto_increment PRIMARY KEY, `namespace` varchar(255), `body` text, `resource_id` varchar(255) NOT NULL, `resource_type` varchar(255) NOT NULL, `author_id` int(11), `author_type` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
|
|
295
|
+
[1m[36m (199.7ms)[0m [1mCREATE INDEX `index_active_admin_comments_on_namespace` ON `active_admin_comments` (`namespace`) [0m
|
|
296
|
+
[1m[35m (155.9ms)[0m CREATE INDEX `index_active_admin_comments_on_author_type_and_author_id` ON `active_admin_comments` (`author_type`, `author_id`)
|
|
297
|
+
[1m[36m (294.0ms)[0m [1mCREATE INDEX `index_active_admin_comments_on_resource_type_and_resource_id` ON `active_admin_comments` (`resource_type`, `resource_id`) [0m
|
|
298
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
299
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `schema_migrations` (`version`) VALUES ('20140609200814')[0m
|
|
300
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
301
|
+
Migrating to DeviseCreateAdminUsers (20140609202215)
|
|
302
|
+
[1m[36m (172.7ms)[0m [1mCREATE TABLE `admin_users` (`id` int(11) auto_increment PRIMARY KEY, `email` varchar(255) DEFAULT '' NOT NULL, `encrypted_password` varchar(255) DEFAULT '' NOT NULL, `reset_password_token` varchar(255), `reset_password_sent_at` datetime, `remember_created_at` datetime, `sign_in_count` int(11) DEFAULT 0 NOT NULL, `current_sign_in_at` datetime, `last_sign_in_at` datetime, `current_sign_in_ip` varchar(255), `last_sign_in_ip` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB[0m
|
|
303
|
+
[1m[35m (190.2ms)[0m CREATE UNIQUE INDEX `index_admin_users_on_email` ON `admin_users` (`email`)
|
|
304
|
+
[1m[36m (159.8ms)[0m [1mCREATE UNIQUE INDEX `index_admin_users_on_reset_password_token` ON `admin_users` (`reset_password_token`) [0m
|
|
305
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
306
|
+
Migrating to DeviseCreateAdminUsers (20140609202215)
|
|
307
|
+
[1m[35m (0.5ms)[0m CREATE TABLE `admin_users` (`id` int(11) auto_increment PRIMARY KEY, `email` varchar(255) DEFAULT '' NOT NULL, `encrypted_password` varchar(255) DEFAULT '' NOT NULL, `reset_password_token` varchar(255), `reset_password_sent_at` datetime, `remember_created_at` datetime, `sign_in_count` int(11) DEFAULT 0 NOT NULL, `current_sign_in_at` datetime, `last_sign_in_at` datetime, `current_sign_in_ip` varchar(255), `last_sign_in_ip` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
|
|
308
|
+
Mysql2::Error: Table 'admin_users' already exists: CREATE TABLE `admin_users` (`id` int(11) auto_increment PRIMARY KEY, `email` varchar(255) DEFAULT '' NOT NULL, `encrypted_password` varchar(255) DEFAULT '' NOT NULL, `reset_password_token` varchar(255), `reset_password_sent_at` datetime, `remember_created_at` datetime, `sign_in_count` int(11) DEFAULT 0 NOT NULL, `current_sign_in_at` datetime, `last_sign_in_at` datetime, `current_sign_in_ip` varchar(255), `last_sign_in_ip` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
|
|
309
|
+
[1m[36m (140.6ms)[0m [1mDROP DATABASE IF EXISTS `active_admin_jcrop_test`[0m
|
|
310
|
+
[1m[35m (0.5ms)[0m CREATE DATABASE `active_admin_jcrop_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
|
311
|
+
[1m[36m (124.2ms)[0m [1mCREATE TABLE `active_admin_comments` (`id` int(11) auto_increment PRIMARY KEY, `namespace` varchar(255), `body` text, `resource_id` varchar(255) NOT NULL, `resource_type` varchar(255) NOT NULL, `author_id` int(11), `author_type` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB[0m
|
|
312
|
+
[1m[35m (250.1ms)[0m CREATE INDEX `index_active_admin_comments_on_author_type_and_author_id` USING btree ON `active_admin_comments` (`author_type`, `author_id`)
|
|
313
|
+
[1m[36m (182.1ms)[0m [1mCREATE INDEX `index_active_admin_comments_on_namespace` USING btree ON `active_admin_comments` (`namespace`) [0m
|
|
314
|
+
[1m[35m (167.9ms)[0m CREATE INDEX `index_active_admin_comments_on_resource_type_and_resource_id` USING btree ON `active_admin_comments` (`resource_type`, `resource_id`)
|
|
315
|
+
[1m[36m (175.8ms)[0m [1mCREATE TABLE `posts` (`id` int(11) auto_increment PRIMARY KEY, `name` varchar(255), `image` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB[0m
|
|
316
|
+
[1m[35m (182.7ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
|
317
|
+
[1m[36m (151.6ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`) [0m
|
|
318
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
|
319
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20140619201236')[0m
|
|
320
|
+
[1m[35m (0.2ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20140609195344')
|
|
321
|
+
[1m[36m (0.2ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20140609200814')[0m
|
|
322
|
+
[1m[35m (0.2ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20140609202215')
|
|
323
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
324
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
325
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT `schema_migrations`.* FROM `schema_migrations`
|
|
326
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
327
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
328
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
329
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
330
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
331
|
+
[1m[35m (85.2ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
332
|
+
[1m[36m (5.0ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
333
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
334
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
335
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
336
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
337
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
338
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 21:42:15', 'Name of Post', '2014-06-19 21:42:15')[0m
|
|
339
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
340
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 18:42:15 -0300
|
|
341
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
342
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
343
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
344
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
345
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
346
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
347
|
+
[1m[35m (25.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
348
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
349
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
350
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
351
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
352
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
353
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
354
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
355
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
356
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
357
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
358
|
+
[1m[36m (1.7ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
359
|
+
[1m[35m (30.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
360
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
361
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
362
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
363
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
364
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
365
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
366
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 21:43:01', 'Name of Post', '2014-06-19 21:43:01')[0m
|
|
367
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
368
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 18:43:01 -0300
|
|
369
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
370
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
371
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
372
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
373
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
374
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
375
|
+
[1m[35m (30.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
376
|
+
[1m[36m (3.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
377
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
378
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
379
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
380
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
381
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
382
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 21:43:26', 'Name of Post', '2014-06-19 21:43:26')[0m
|
|
383
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
384
|
+
Started GET "/." for 127.0.0.1 at 2014-06-19 18:43:30 -0300
|
|
385
|
+
Started GET "/" for 127.0.0.1 at 2014-06-19 18:43:32 -0300
|
|
386
|
+
Started GET "/" for 127.0.0.1 at 2014-06-19 18:43:34 -0300
|
|
387
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 18:45:34 -0300
|
|
388
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
389
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
390
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
391
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
392
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
393
|
+
[1m[35m (27.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
394
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
395
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
396
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
397
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
398
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
399
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
400
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
401
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
402
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
403
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
404
|
+
[1m[36m (1.8ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
405
|
+
[1m[35m (30.2ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
406
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
407
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
408
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
409
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
410
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
411
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
412
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 21:54:20', 'Name of Post', '2014-06-19 21:54:20')[0m
|
|
413
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
414
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 18:54:20 -0300
|
|
415
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
416
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
417
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
418
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
419
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
420
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
421
|
+
[1m[35m (65.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
422
|
+
[1m[36m (4.3ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
423
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
424
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
425
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
426
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
427
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
428
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:01:47', 'Name of Post', '2014-06-19 22:01:47')[0m
|
|
429
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
430
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 19:01:47 -0300
|
|
431
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
432
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
433
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
434
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
435
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
436
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
437
|
+
[1m[35m (24.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
438
|
+
[1m[36m (3.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
439
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
440
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
441
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
442
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
443
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
444
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:02:00', 'Name of Post', '2014-06-19 22:02:00')[0m
|
|
445
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
446
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 19:02:00 -0300
|
|
447
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
448
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
449
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
450
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
451
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
452
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
453
|
+
[1m[35m (25.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
454
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
455
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
456
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
457
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
458
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
459
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
460
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:02:20', 'Name of Post', '2014-06-19 22:02:20')[0m
|
|
461
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
462
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:02:36 -0300
|
|
463
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:02:49 -0300
|
|
464
|
+
Processing by Admin::CommentsController#index as HTML
|
|
465
|
+
Warning. Error encountered while saving cache 8ca8f7a638205d5886848af939066716d99c047f/active_admin.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
466
|
+
|
|
467
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/_mixins.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
468
|
+
|
|
469
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_all.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
470
|
+
|
|
471
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_variables.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
472
|
+
|
|
473
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_reset.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
474
|
+
|
|
475
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_gradients.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
476
|
+
|
|
477
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_shadows.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
478
|
+
|
|
479
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_icons.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
480
|
+
|
|
481
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_rounded.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
482
|
+
|
|
483
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_buttons.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
484
|
+
|
|
485
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_sections.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
486
|
+
|
|
487
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_utilities.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
488
|
+
|
|
489
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_typography.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
490
|
+
|
|
491
|
+
Warning. Error encountered while saving cache 4e646070cb08c758d7e5fa1cb35576549b89bbf9/_bourbon.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
492
|
+
|
|
493
|
+
Warning. Error encountered while saving cache 5253f18123759b30c125f97ae72f629fa6e03c0a/_prefixer.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
494
|
+
|
|
495
|
+
Warning. Error encountered while saving cache 5253f18123759b30c125f97ae72f629fa6e03c0a/_px-to-em.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
496
|
+
|
|
497
|
+
Warning. Error encountered while saving cache 5253f18123759b30c125f97ae72f629fa6e03c0a/_asset-pipeline.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
498
|
+
|
|
499
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_convert-units.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
500
|
+
|
|
501
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_gradient-positions-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
502
|
+
|
|
503
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_is-num.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
504
|
+
|
|
505
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_linear-angle-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
506
|
+
|
|
507
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_linear-gradient-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
508
|
+
|
|
509
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_linear-positions-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
510
|
+
|
|
511
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_linear-side-corner-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
512
|
+
|
|
513
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_radial-arg-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
514
|
+
|
|
515
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_radial-positions-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
516
|
+
|
|
517
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_radial-gradient-parser.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
518
|
+
|
|
519
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_render-gradients.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
520
|
+
|
|
521
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_shape-size-stripper.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
522
|
+
|
|
523
|
+
Warning. Error encountered while saving cache e3c2fef3d151d3467d15656b882dae317536f020/_str-to-num.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
524
|
+
|
|
525
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_assign.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
526
|
+
|
|
527
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_color-lightness.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
528
|
+
|
|
529
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_flex-grid.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
530
|
+
|
|
531
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_golden-ratio.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
532
|
+
|
|
533
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_grid-width.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
534
|
+
|
|
535
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_modular-scale.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
536
|
+
|
|
537
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_px-to-em.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
538
|
+
|
|
539
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_px-to-rem.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
540
|
+
|
|
541
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_strip-units.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
542
|
+
|
|
543
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_tint-shade.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
544
|
+
|
|
545
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_transition-property-name.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
546
|
+
|
|
547
|
+
Warning. Error encountered while saving cache fe02723a9390788caff72bbc12fd457e78bc7bb6/_unpack.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
548
|
+
|
|
549
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_animation.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
550
|
+
|
|
551
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_appearance.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
552
|
+
|
|
553
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_backface-visibility.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
554
|
+
|
|
555
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_background.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
556
|
+
|
|
557
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_background-image.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
558
|
+
|
|
559
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_border-image.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
560
|
+
|
|
561
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_border-radius.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
562
|
+
|
|
563
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_box-sizing.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
564
|
+
|
|
565
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_calc.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
566
|
+
|
|
567
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_columns.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
568
|
+
|
|
569
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_filter.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
570
|
+
|
|
571
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_flex-box.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
572
|
+
|
|
573
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_font-face.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
574
|
+
|
|
575
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_font-feature-settings.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
576
|
+
|
|
577
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_hyphens.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
578
|
+
|
|
579
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_hidpi-media-query.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
580
|
+
|
|
581
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_image-rendering.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
582
|
+
|
|
583
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_keyframes.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
584
|
+
|
|
585
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_linear-gradient.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
586
|
+
|
|
587
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_perspective.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
588
|
+
|
|
589
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_radial-gradient.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
590
|
+
|
|
591
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_transform.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
592
|
+
|
|
593
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_transition.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
594
|
+
|
|
595
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_user-select.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
596
|
+
|
|
597
|
+
Warning. Error encountered while saving cache fc078d44f359a57d2e1ab6d5c38dad587f6db915/_placeholder.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
598
|
+
|
|
599
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_button.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
600
|
+
|
|
601
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_clearfix.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
602
|
+
|
|
603
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_directional-values.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
604
|
+
|
|
605
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_ellipsis.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
606
|
+
|
|
607
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_font-family.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
608
|
+
|
|
609
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_hide-text.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
610
|
+
|
|
611
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_html5-input-types.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
612
|
+
|
|
613
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_position.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
614
|
+
|
|
615
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_prefixer.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
616
|
+
|
|
617
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_retina-image.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
618
|
+
|
|
619
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_size.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
620
|
+
|
|
621
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_timing-functions.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
622
|
+
|
|
623
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_triangle.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
624
|
+
|
|
625
|
+
Warning. Error encountered while saving cache ad1d53b275d2770e5fe0a6a70c533b37c7ea99a7/_word-wrap.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
626
|
+
|
|
627
|
+
Warning. Error encountered while saving cache 4e646070cb08c758d7e5fa1cb35576549b89bbf9/_bourbon-deprecated-upcoming.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
628
|
+
|
|
629
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/_base.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
630
|
+
|
|
631
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/_typography.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
632
|
+
|
|
633
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/_header.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
634
|
+
|
|
635
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/_forms.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
636
|
+
|
|
637
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_comments.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
638
|
+
|
|
639
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_flash_messages.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
640
|
+
|
|
641
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_date_picker.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
642
|
+
|
|
643
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_popovers.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
644
|
+
|
|
645
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_tables.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
646
|
+
|
|
647
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_batch_actions.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
648
|
+
|
|
649
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_modal_dialog.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
650
|
+
|
|
651
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_blank_slates.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
652
|
+
|
|
653
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_breadcrumbs.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
654
|
+
|
|
655
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_dropdown_menu.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
656
|
+
|
|
657
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_buttons.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
658
|
+
|
|
659
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_grid.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
660
|
+
|
|
661
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_links.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
662
|
+
|
|
663
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_pagination.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
664
|
+
|
|
665
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_panels.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
666
|
+
|
|
667
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_columns.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
668
|
+
|
|
669
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_scopes.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
670
|
+
|
|
671
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_status_tags.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
672
|
+
|
|
673
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_table_tools.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
674
|
+
|
|
675
|
+
Warning. Error encountered while saving cache 8374866e226986c1cca3b362fb705071d06b7ccb/_index_list.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
676
|
+
|
|
677
|
+
Warning. Error encountered while saving cache d3b04f0ec254813d79787b9c97a0d134bb208dfd/_logged_out.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
678
|
+
|
|
679
|
+
Warning. Error encountered while saving cache 43118875331ea23b0cd46cd1f61ea32ef4de900b/_footer.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
680
|
+
|
|
681
|
+
Warning. Error encountered while saving cache 43118875331ea23b0cd46cd1f61ea32ef4de900b/_main_structure.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
682
|
+
|
|
683
|
+
Warning. Error encountered while saving cache 43118875331ea23b0cd46cd1f61ea32ef4de900b/_title_bar.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
684
|
+
|
|
685
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/print.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
686
|
+
|
|
687
|
+
Warning. Error encountered while saving cache 82553c3ababa84e8ee6c51ef527d7bcdbe793637/_reset.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
688
|
+
|
|
689
|
+
Warning. Error encountered while saving cache d06475be9f53a5cfd58a77333ab28d748f675a21/_typography.css.scssc: can't dump anonymous class #<Class:0x007fbcdadd5e48>
|
|
690
|
+
|
|
691
|
+
[1m[36m (9.0ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'[0m
|
|
692
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin' LIMIT 30 OFFSET 0) subquery_for_count
|
|
693
|
+
[1m[36m (0.4ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc[0m
|
|
694
|
+
[1m[35m (0.4ms)[0m SELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc
|
|
695
|
+
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 (6582.8ms)
|
|
696
|
+
Completed 200 OK in 6767ms (Views: 6609.0ms | ActiveRecord: 12.9ms)
|
|
697
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:06:06 -0300
|
|
698
|
+
Processing by Admin::CommentsController#index as HTML
|
|
699
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'[0m
|
|
700
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin' LIMIT 30 OFFSET 0) subquery_for_count
|
|
701
|
+
[1m[36m (0.2ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc[0m
|
|
702
|
+
[1m[35m (0.2ms)[0m SELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc
|
|
703
|
+
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 (44.1ms)
|
|
704
|
+
Completed 200 OK in 47ms (Views: 44.1ms | ActiveRecord: 0.7ms)
|
|
705
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
706
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
707
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
708
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
709
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
710
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
711
|
+
[1m[35m (32.6ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
712
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
713
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
714
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
715
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
716
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
717
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
718
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:06:15', 'Name of Post', '2014-06-19 22:06:15')[0m
|
|
719
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
720
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:06:18 -0300
|
|
721
|
+
Processing by Admin::CommentsController#index as HTML
|
|
722
|
+
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 (317.2ms)
|
|
723
|
+
Completed 500 Internal Server Error in 349ms
|
|
724
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:06:29 -0300
|
|
725
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
726
|
+
[1m[35m (0.3ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
727
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
728
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
729
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
730
|
+
[1m[35m (22.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
731
|
+
[1m[36m (4.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
732
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
733
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
734
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
735
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
736
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
737
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:06:52', 'Name of Post', '2014-06-19 22:06:52')[0m
|
|
738
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
739
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:06:55 -0300
|
|
740
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:07:12 -0300
|
|
741
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
742
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
743
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
744
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
745
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
746
|
+
[1m[35m (35.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
747
|
+
[1m[36m (33.5ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
748
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
749
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
750
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
751
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
752
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
753
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:08:52', 'Name of Post', '2014-06-19 22:08:52')[0m
|
|
754
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
755
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:09:11 -0300
|
|
756
|
+
Processing by Admin::CommentsController#index as HTML
|
|
757
|
+
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 (281.9ms)
|
|
758
|
+
Completed 500 Internal Server Error in 314ms
|
|
759
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:10:22 -0300
|
|
760
|
+
Processing by Admin::CommentsController#index as HTML
|
|
761
|
+
Completed 500 Internal Server Error in 1ms
|
|
762
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
763
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
764
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
765
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
766
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
767
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
768
|
+
[1m[35m (32.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
769
|
+
[1m[36m (4.1ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
770
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
771
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
772
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
773
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
774
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
775
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:12:31', 'Name of Post', '2014-06-19 22:12:31')[0m
|
|
776
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
777
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:13:10 -0300
|
|
778
|
+
Processing by Admin::CommentsController#index as HTML
|
|
779
|
+
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 (289.3ms)
|
|
780
|
+
Completed 500 Internal Server Error in 319ms
|
|
781
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:13:19 -0300
|
|
782
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
783
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
784
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
785
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
786
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
787
|
+
[1m[35m (26.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
788
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
789
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
790
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
791
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
792
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
793
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
794
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:16:03', 'Name of Post', '2014-06-19 22:16:03')[0m
|
|
795
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
796
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:16:05 -0300
|
|
797
|
+
|
|
798
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
799
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
800
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
801
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
802
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
803
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
804
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
805
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
806
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
807
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
808
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
809
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
810
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
811
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
812
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
813
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
814
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
815
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
816
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
817
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
818
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
819
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
820
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
821
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
822
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
823
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
824
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
825
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
826
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
827
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
828
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
829
|
+
(pry):1:in `block (3 levels) in <top (required)>'
|
|
830
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
831
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
832
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
833
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
834
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
835
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
836
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
837
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
838
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
839
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
840
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
841
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
842
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
843
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
844
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
845
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
846
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
847
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
848
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
849
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
850
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
851
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
852
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
853
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
854
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
855
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
856
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
857
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
858
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
859
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
860
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
861
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
862
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
863
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
864
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
865
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
866
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
867
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
868
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
869
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
870
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
871
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
872
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
873
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
874
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
875
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
876
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
877
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
878
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
879
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
880
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
881
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
882
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
883
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
884
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
885
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
886
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
887
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
888
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
889
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
890
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
891
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
892
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:16:07 -0300
|
|
896
|
+
Processing by Admin::CommentsController#index as HTML
|
|
897
|
+
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 (291.1ms)
|
|
898
|
+
Completed 500 Internal Server Error in 324ms
|
|
899
|
+
|
|
900
|
+
ActionView::Template::Error (undefined method `admin_posts_path' for #<Module:0x007fd23bc9b318>):
|
|
901
|
+
1: insert_tag renderer_for(:index)
|
|
902
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/routes.rb:42:in `public_send'
|
|
903
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/routes.rb:42:in `collection_path'
|
|
904
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/routes.rb:8:in `route_collection_path'
|
|
905
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/menu.rb:29:in `block in default_menu_options'
|
|
906
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/view_helpers/method_or_proc_helper.rb:86:in `instance_exec'
|
|
907
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/view_helpers/method_or_proc_helper.rb:86:in `render_in_context'
|
|
908
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu_item.rb:71:in `url'
|
|
909
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu_item.rb:92:in `real_url?'
|
|
910
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu_item.rb:78:in `display?'
|
|
911
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu.rb:73:in `block in items'
|
|
912
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu.rb:73:in `select'
|
|
913
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu.rb:73:in `items'
|
|
914
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/tabbed_navigation.rb:27:in `menu_items'
|
|
915
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/tabbed_navigation.rb:37:in `build_menu'
|
|
916
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/tabbed_navigation.rb:22:in `build'
|
|
917
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
|
918
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
919
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
920
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
921
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
922
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/header.rb:23:in `build_global_navigation'
|
|
923
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/header.rb:13:in `build'
|
|
924
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
|
925
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
926
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
927
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
928
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
929
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:54:in `build_header'
|
|
930
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:45:in `block (2 levels) in build_page'
|
|
931
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag'
|
|
932
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
933
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
934
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
935
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
936
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:14:in `div'
|
|
937
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:44:in `block in build_page'
|
|
938
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
939
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
940
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:43:in `build_page'
|
|
941
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:10:in `build'
|
|
942
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
|
943
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
944
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
945
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
946
|
+
/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:1:in `block in ___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_index_html_arb___931846703974488100_70270531034740'
|
|
947
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval'
|
|
948
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `initialize'
|
|
949
|
+
/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:1:in `new'
|
|
950
|
+
/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:1:in `___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_index_html_arb___931846703974488100_70270531034740'
|
|
951
|
+
actionview (4.1.1) lib/action_view/template.rb:145:in `block in render'
|
|
952
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument'
|
|
953
|
+
actionview (4.1.1) lib/action_view/template.rb:339:in `instrument'
|
|
954
|
+
actionview (4.1.1) lib/action_view/template.rb:143:in `render'
|
|
955
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
|
956
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
|
957
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
|
958
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
959
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
|
960
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
|
961
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
|
962
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
|
963
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
|
964
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
|
965
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
966
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
967
|
+
actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template'
|
|
968
|
+
actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
969
|
+
actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body'
|
|
970
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
|
971
|
+
actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
|
972
|
+
actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
|
|
973
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
974
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
|
975
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
976
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
|
977
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
978
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
|
979
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
|
980
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
|
981
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
|
982
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
983
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:238:in `default_render'
|
|
984
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:165:in `to_html'
|
|
985
|
+
responders (1.1.0) lib/responders/flash_responder.rb:107:in `to_html'
|
|
986
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:158:in `respond'
|
|
987
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:151:in `call'
|
|
988
|
+
actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
|
|
989
|
+
inherited_resources (1.5.0) lib/inherited_resources/actions.rb:7:in `index'
|
|
990
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource_controller/streaming.rb:12:in `index'
|
|
991
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
992
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
|
|
993
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
994
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
995
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
|
996
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
|
997
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
998
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
|
999
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1000
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
|
1001
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1002
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
|
|
1003
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
|
|
1004
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
|
1005
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1006
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
|
|
1007
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
|
1008
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
1009
|
+
actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1010
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
|
1011
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
|
1012
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1013
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
|
1014
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
1015
|
+
actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
1016
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1017
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
|
|
1018
|
+
actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
|
|
1019
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
|
|
1020
|
+
actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
1021
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
|
|
1022
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
|
1023
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
|
1024
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
|
1025
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
|
1026
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
|
1027
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
|
1028
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
|
1029
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
|
1030
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
|
1031
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
|
1032
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
1033
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
|
1034
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
|
1035
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
|
1036
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
1037
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
|
1038
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
|
1039
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
1040
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
|
1041
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1042
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
|
1043
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
1044
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1045
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1046
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1047
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1048
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1049
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1050
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1051
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1052
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1053
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1054
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1055
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1056
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1057
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1058
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1059
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1060
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1061
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1062
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1063
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1064
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1065
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1066
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1067
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1068
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1069
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1070
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1071
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1072
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1073
|
+
(pry):2:in `block (3 levels) in <top (required)>'
|
|
1074
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1075
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1076
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1077
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1078
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1079
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1080
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1081
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1082
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1083
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1084
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1085
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1086
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1087
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1088
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1089
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1090
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1091
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1092
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1093
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1094
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1095
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1096
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1097
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1098
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1099
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1100
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1101
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1102
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1103
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1104
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1105
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1106
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1107
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1108
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1109
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1110
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1111
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1112
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1113
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1114
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1115
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1116
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1117
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1118
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1119
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1120
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1121
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1122
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1123
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1124
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1125
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1126
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1127
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1128
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1129
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1130
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1131
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1132
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1133
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1134
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1135
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1136
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
Started GET "/" for 127.0.0.1 at 2014-06-19 19:16:26 -0300
|
|
1140
|
+
|
|
1141
|
+
ActionController::RoutingError (uninitialized constant Admin::DashboardController):
|
|
1142
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `const_get'
|
|
1143
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `block in constantize'
|
|
1144
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `each'
|
|
1145
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `inject'
|
|
1146
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `constantize'
|
|
1147
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
|
|
1148
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:66:in `controller'
|
|
1149
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:44:in `call'
|
|
1150
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
|
1151
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
|
1152
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
|
1153
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
|
1154
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
|
1155
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
|
1156
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
|
1157
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
1158
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
|
1159
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
|
1160
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
|
1161
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
1162
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
|
1163
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
|
1164
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
1165
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
|
1166
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1167
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
|
1168
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
1169
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1170
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1171
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1172
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1173
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1174
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1175
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1176
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1177
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1178
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1179
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1180
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1181
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1182
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1183
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1184
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1185
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1186
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1187
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1188
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1189
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1190
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1191
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1192
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1193
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1194
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1195
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1196
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1197
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1198
|
+
(pry):8:in `block (3 levels) in <top (required)>'
|
|
1199
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1200
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1201
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1202
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1203
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1204
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1205
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1206
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1207
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1208
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1209
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1210
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1211
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1212
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1213
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1214
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1215
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1216
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1217
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1218
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1219
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1220
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1221
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1222
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1223
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1224
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1225
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1226
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1227
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1228
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1229
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1230
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1231
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1232
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1233
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1234
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1235
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1236
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1237
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1238
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1239
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1240
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1241
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1242
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1243
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1244
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1245
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1246
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1247
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1248
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1249
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1250
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1251
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1252
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1253
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1254
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1255
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1256
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1257
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1258
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1259
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1260
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1261
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:16:39 -0300
|
|
1265
|
+
|
|
1266
|
+
ActionController::RoutingError (uninitialized constant Admin::DashboardController):
|
|
1267
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `const_get'
|
|
1268
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `block in constantize'
|
|
1269
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `each'
|
|
1270
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `inject'
|
|
1271
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `constantize'
|
|
1272
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
|
|
1273
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:66:in `controller'
|
|
1274
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:44:in `call'
|
|
1275
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
|
1276
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
|
1277
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
|
1278
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
|
1279
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
|
1280
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
|
1281
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
|
1282
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
1283
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
|
1284
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
|
1285
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
|
1286
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
1287
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
|
1288
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
|
1289
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
1290
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
|
1291
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1292
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
|
1293
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
1294
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1295
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1296
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1297
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1298
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1299
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1300
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1301
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1302
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1303
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1304
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1305
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1306
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1307
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1308
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1309
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1310
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1311
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1312
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1313
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1314
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1315
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1316
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1317
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1318
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1319
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1320
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1321
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1322
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1323
|
+
(pry):11:in `block (3 levels) in <top (required)>'
|
|
1324
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1325
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1326
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1327
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1328
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1329
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1330
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1331
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1332
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1333
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1334
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1335
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1336
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1337
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1338
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1339
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1340
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1341
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1342
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1343
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1344
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1345
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1346
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1347
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1348
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1349
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1350
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1351
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1352
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1353
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1354
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1355
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1356
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1357
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1358
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1359
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1360
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1361
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1362
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1363
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1364
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1365
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1366
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1367
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1368
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1369
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1370
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1371
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1372
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1373
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1374
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1375
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1376
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1377
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1378
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1379
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1380
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1381
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1382
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1383
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1384
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1385
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1386
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:16:48 -0300
|
|
1390
|
+
|
|
1391
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
1392
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1393
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1394
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1395
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1396
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1397
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1398
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1399
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1400
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1401
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1402
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1403
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1404
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1405
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1406
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1407
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1408
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1409
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1410
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1411
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1412
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1413
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1414
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1415
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1416
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1417
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1418
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1419
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1420
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1421
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1422
|
+
(pry):13:in `block (3 levels) in <top (required)>'
|
|
1423
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1424
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1425
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1426
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1427
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1428
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1429
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1430
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1431
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1432
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1433
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1434
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1435
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1436
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1437
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1438
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1439
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1440
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1441
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1442
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1443
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1444
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1445
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1446
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1447
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1448
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1449
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1450
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1451
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1452
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1453
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1454
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1455
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1456
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1457
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1458
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1459
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1460
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1461
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1462
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1463
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1464
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1465
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1466
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1467
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1468
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1469
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1470
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1471
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1472
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1473
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1474
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1475
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1476
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1477
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1478
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1479
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1480
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1481
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1482
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1483
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1484
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1485
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:16:57 -0300
|
|
1489
|
+
|
|
1490
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
1491
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
1492
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1493
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1494
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1495
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1496
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1497
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1498
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1499
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1500
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1501
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1502
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1503
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1504
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1505
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1506
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1507
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1508
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1509
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1510
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1511
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1512
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1513
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1514
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1515
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1516
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1517
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1518
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1519
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1520
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1521
|
+
(pry):15:in `block (3 levels) in <top (required)>'
|
|
1522
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1523
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1524
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1525
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1526
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1527
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1528
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1529
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1530
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1531
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1532
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1533
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1534
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1535
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1536
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1537
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1538
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1539
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1540
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1541
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1542
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1543
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1544
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1545
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1546
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1547
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1548
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1549
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1550
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1551
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1552
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1553
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1554
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1555
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1556
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1557
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1558
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1559
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1560
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1561
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1562
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1563
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1564
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1565
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1566
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1567
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1568
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1569
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1570
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1571
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1572
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1573
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1574
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1575
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1576
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1577
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1578
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1579
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1580
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1581
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1582
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1583
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1584
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:17:10 -0300
|
|
1588
|
+
|
|
1589
|
+
ActionController::RoutingError (uninitialized constant Admin::DashboardController):
|
|
1590
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `const_get'
|
|
1591
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:240:in `block in constantize'
|
|
1592
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `each'
|
|
1593
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `inject'
|
|
1594
|
+
activesupport (4.1.1) lib/active_support/inflector/methods.rb:236:in `constantize'
|
|
1595
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference'
|
|
1596
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:66:in `controller'
|
|
1597
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:44:in `call'
|
|
1598
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
|
1599
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
|
1600
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
|
1601
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
|
1602
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
|
1603
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
|
1604
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
|
1605
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
1606
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
|
1607
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
|
1608
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
|
1609
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
1610
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
|
1611
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
|
1612
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
1613
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
|
1614
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1615
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
|
1616
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
1617
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1618
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1619
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1620
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1621
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1622
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1623
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1624
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1625
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1626
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1627
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1628
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1629
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1630
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1631
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1632
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1633
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1634
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1635
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1636
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1637
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1638
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1639
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1640
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1641
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1642
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1643
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1644
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1645
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1646
|
+
(pry):19:in `block (3 levels) in <top (required)>'
|
|
1647
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1648
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1649
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1650
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1651
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1652
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1653
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1654
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1655
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1656
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1657
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1658
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1659
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1660
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1661
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1662
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1663
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1664
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1665
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1666
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1667
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1668
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1669
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1670
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1671
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1672
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1673
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1674
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1675
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1676
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1677
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1678
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1679
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1680
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1681
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1682
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1683
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1684
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1685
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1686
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1687
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1688
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1689
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1690
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1691
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1692
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1693
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1694
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1695
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1696
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1697
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1698
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1699
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1700
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1701
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1702
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1703
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1704
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1705
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1706
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1707
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1708
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1709
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
1713
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
1714
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
1715
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
1716
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
1717
|
+
[1m[35m (32.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
1718
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
1719
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
1720
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1721
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
1722
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1723
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1724
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:17:55', 'Name of Post', '2014-06-19 22:17:55')[0m
|
|
1725
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1726
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:18:20 -0300
|
|
1727
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:18:46 -0300
|
|
1728
|
+
Processing by Admin::CommentsController#index as HTML
|
|
1729
|
+
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 (283.6ms)
|
|
1730
|
+
Completed 500 Internal Server Error in 316ms
|
|
1731
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
1732
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
1733
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
1734
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
1735
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
1736
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
1737
|
+
[1m[35m (29.5ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
1738
|
+
[1m[36m (5.0ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
1739
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
1740
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1741
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
1742
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
1743
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
1744
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:21:14', 'Name of Post', '2014-06-19 22:21:14')[0m
|
|
1745
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
1746
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-19 19:21:17 -0300
|
|
1747
|
+
Processing by Admin::CommentsController#index as HTML
|
|
1748
|
+
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 (691.6ms)
|
|
1749
|
+
Completed 500 Internal Server Error in 723ms
|
|
1750
|
+
|
|
1751
|
+
ActionView::Template::Error (undefined method `admin_posts_path' for #<Module:0x007fb21a51c998>):
|
|
1752
|
+
1: insert_tag renderer_for(:index)
|
|
1753
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/routes.rb:42:in `public_send'
|
|
1754
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/routes.rb:42:in `collection_path'
|
|
1755
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/routes.rb:8:in `route_collection_path'
|
|
1756
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource/menu.rb:29:in `block in default_menu_options'
|
|
1757
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/view_helpers/method_or_proc_helper.rb:86:in `instance_exec'
|
|
1758
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/view_helpers/method_or_proc_helper.rb:86:in `render_in_context'
|
|
1759
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu_item.rb:71:in `url'
|
|
1760
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu_item.rb:92:in `real_url?'
|
|
1761
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu_item.rb:78:in `display?'
|
|
1762
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu.rb:73:in `block in items'
|
|
1763
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu.rb:73:in `select'
|
|
1764
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/menu.rb:73:in `items'
|
|
1765
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/tabbed_navigation.rb:27:in `menu_items'
|
|
1766
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/tabbed_navigation.rb:37:in `build_menu'
|
|
1767
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/tabbed_navigation.rb:22:in `build'
|
|
1768
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
|
1769
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
1770
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
1771
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
1772
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
1773
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/header.rb:23:in `build_global_navigation'
|
|
1774
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/header.rb:13:in `build'
|
|
1775
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
|
1776
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
1777
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
1778
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
1779
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
1780
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:54:in `build_header'
|
|
1781
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:45:in `block (2 levels) in build_page'
|
|
1782
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:31:in `block in build_tag'
|
|
1783
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
1784
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
1785
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
1786
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
1787
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:14:in `div'
|
|
1788
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:44:in `block in build_page'
|
|
1789
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
1790
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:49:in `with_current_arbre_element'
|
|
1791
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:43:in `build_page'
|
|
1792
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/views/pages/base.rb:10:in `build'
|
|
1793
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:30:in `block in build_tag'
|
|
1794
|
+
arbre (1.0.1) lib/arbre/context.rb:92:in `with_current_arbre_element'
|
|
1795
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:26:in `build_tag'
|
|
1796
|
+
arbre (1.0.1) lib/arbre/element/builder_methods.rb:39:in `insert_tag'
|
|
1797
|
+
/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:1:in `block in ___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_index_html_arb__1160817108606050565_70201519223440'
|
|
1798
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `instance_eval'
|
|
1799
|
+
arbre (1.0.1) lib/arbre/context.rb:45:in `initialize'
|
|
1800
|
+
/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:1:in `new'
|
|
1801
|
+
/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:1:in `___sers_ricardonacif__rbenv_versions_______lib_ruby_gems_______bundler_gems_active_admin__f___b__c__b_app_views_active_admin_resource_index_html_arb__1160817108606050565_70201519223440'
|
|
1802
|
+
actionview (4.1.1) lib/action_view/template.rb:145:in `block in render'
|
|
1803
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument'
|
|
1804
|
+
actionview (4.1.1) lib/action_view/template.rb:339:in `instrument'
|
|
1805
|
+
actionview (4.1.1) lib/action_view/template.rb:143:in `render'
|
|
1806
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
|
1807
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
|
1808
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
|
1809
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1810
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
|
1811
|
+
actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
|
1812
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
|
1813
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
|
1814
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
|
1815
|
+
actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
|
1816
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
|
1817
|
+
actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render'
|
|
1818
|
+
actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template'
|
|
1819
|
+
actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
|
1820
|
+
actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body'
|
|
1821
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
|
1822
|
+
actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
|
1823
|
+
actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
|
|
1824
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
|
|
1825
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
|
1826
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
|
1827
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
|
1828
|
+
activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
|
1829
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
|
1830
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
|
1831
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
|
1832
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
|
1833
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
|
1834
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:238:in `default_render'
|
|
1835
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:165:in `to_html'
|
|
1836
|
+
responders (1.1.0) lib/responders/flash_responder.rb:107:in `to_html'
|
|
1837
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:158:in `respond'
|
|
1838
|
+
actionpack (4.1.1) lib/action_controller/metal/responder.rb:151:in `call'
|
|
1839
|
+
actionpack (4.1.1) lib/action_controller/metal/mime_responds.rb:400:in `respond_with'
|
|
1840
|
+
inherited_resources (1.5.0) lib/inherited_resources/actions.rb:7:in `index'
|
|
1841
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/lib/active_admin/resource_controller/streaming.rb:12:in `index'
|
|
1842
|
+
actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
|
1843
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
|
|
1844
|
+
actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
|
1845
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
|
1846
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
|
1847
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
|
|
1848
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1849
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
|
1850
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1851
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
|
1852
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1853
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `call'
|
|
1854
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
|
|
1855
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
|
|
1856
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
|
|
1857
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
|
|
1858
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
|
1859
|
+
actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
|
1860
|
+
actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
|
1861
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
|
1862
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
|
|
1863
|
+
activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
|
1864
|
+
activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
|
|
1865
|
+
actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
|
1866
|
+
actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
|
1867
|
+
activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
|
1868
|
+
actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
|
|
1869
|
+
actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
|
|
1870
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
|
|
1871
|
+
actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
|
1872
|
+
actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
|
|
1873
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
|
1874
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
|
1875
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
|
1876
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
|
1877
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
|
|
1878
|
+
actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
|
|
1879
|
+
actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
|
1880
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
|
1881
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
|
1882
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
|
1883
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
|
1884
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
|
1885
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
|
1886
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
|
1887
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
|
1888
|
+
activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
|
|
1889
|
+
activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
|
1890
|
+
activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
|
|
1891
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
|
1892
|
+
activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
|
1893
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
|
1894
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
|
1895
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
|
1896
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
|
1897
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
1898
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
1899
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
1900
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
1901
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
1902
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
1903
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
1904
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
1905
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
1906
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
1907
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
1908
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
1909
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
1910
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
1911
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
1912
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
1913
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
1914
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
1915
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
1916
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
1917
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
1918
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
1919
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
1920
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
1921
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
1922
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
1923
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
1924
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
1925
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
1926
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
1927
|
+
(pry):1:in `block (3 levels) in <top (required)>'
|
|
1928
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
1929
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
1930
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
1931
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
1932
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
1933
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
1934
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
1935
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
1936
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
1937
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
1938
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
1939
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
1940
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
1941
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
1942
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
1943
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
1944
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
1945
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
1946
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
1947
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
1948
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1949
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1950
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
1951
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1952
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1953
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
1954
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1955
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1956
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1957
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1958
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
1959
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
1960
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
1961
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
1962
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
1963
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
1964
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
1965
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
1966
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
1967
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
1968
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
1969
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
1970
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
1971
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
1972
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
1973
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
1974
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
1975
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
1976
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
1977
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
1978
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
1979
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
1980
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
1981
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
1982
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
1983
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
1984
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
1985
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
1986
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
1987
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
1988
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
1989
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
1990
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
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.9ms)
|
|
1994
|
+
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 (0.8ms)
|
|
1995
|
+
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/template_error.html.erb within rescues/layout (21.6ms)
|
|
1996
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:21:30 -0300
|
|
1997
|
+
|
|
1998
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
1999
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2000
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
2001
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
2002
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
2003
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
2004
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2005
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
2006
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
2007
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
2008
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
2009
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
2010
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
2011
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
2012
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
2013
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
2014
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
2015
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
2016
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
2017
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
2018
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
2019
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
2020
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
2021
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
2022
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
2023
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
2024
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
2025
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
2026
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
2027
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
2028
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
2029
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
2030
|
+
(pry):4:in `block (3 levels) in <top (required)>'
|
|
2031
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
2032
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
2033
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
2034
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
2035
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
2036
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
2037
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
2038
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
2039
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
2040
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
2041
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
2042
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
2043
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
2044
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
2045
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
2046
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
2047
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
2048
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
2049
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
2050
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
2051
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2052
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2053
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
2054
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2055
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2056
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
2057
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2058
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2059
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2060
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2061
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2062
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2063
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
2064
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
2065
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
2066
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
2067
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
2068
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
2069
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
2070
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2071
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2072
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2073
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2074
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
2075
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
2076
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2077
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
2078
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
2079
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
2080
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
2081
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
2082
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
2083
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
2084
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
2085
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
2086
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
2087
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
2088
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
2089
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
2090
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
2091
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
2092
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
2093
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
2094
|
+
|
|
2095
|
+
|
|
2096
|
+
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.3ms)
|
|
2097
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
|
|
2098
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.6ms)
|
|
2099
|
+
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/routing_error.html.erb within rescues/layout (78.5ms)
|
|
2100
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2101
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2102
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2103
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2104
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2105
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2106
|
+
[1m[35m (27.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2107
|
+
[1m[36m (5.1ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2108
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2109
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2110
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2111
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2112
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2113
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:23:06', 'Name of Post', '2014-06-19 22:23:06')[0m
|
|
2114
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2115
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:23:10 -0300
|
|
2116
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2117
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2118
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2119
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2120
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2121
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2122
|
+
[1m[35m (30.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2123
|
+
[1m[36m (4.4ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2124
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2125
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2126
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2127
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2128
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2129
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:24:37', 'Name of Post', '2014-06-19 22:24:37')[0m
|
|
2130
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2131
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:24:39 -0300
|
|
2132
|
+
|
|
2133
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
2134
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2135
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
2136
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
2137
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
2138
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
2139
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2140
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
2141
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
2142
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
2143
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
2144
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
2145
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
2146
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
2147
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
2148
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
2149
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
2150
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
2151
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
2152
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
2153
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
2154
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
2155
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
2156
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
2157
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
2158
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
2159
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
2160
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
2161
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
2162
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
2163
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
2164
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
2165
|
+
(pry):1:in `block (3 levels) in <top (required)>'
|
|
2166
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
2167
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
2168
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
2169
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
2170
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
2171
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
2172
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
2173
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
2174
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
2175
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
2176
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
2177
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
2178
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
2179
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
2180
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
2181
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
2182
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
2183
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
2184
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
2185
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
2186
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2187
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2188
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
2189
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2190
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2191
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
2192
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2193
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2194
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2195
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2196
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2197
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2198
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
2199
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
2200
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
2201
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
2202
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
2203
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
2204
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
2205
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2206
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2207
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2208
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2209
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
2210
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
2211
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2212
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
2213
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
2214
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
2215
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
2216
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
2217
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
2218
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
2219
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
2220
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
2221
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
2222
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
2223
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
2224
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
2225
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
2226
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
2227
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
2228
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
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.4ms)
|
|
2232
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
|
|
2233
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.3ms)
|
|
2234
|
+
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/routing_error.html.erb within rescues/layout (39.3ms)
|
|
2235
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2236
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2237
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2238
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2239
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2240
|
+
[1m[35m (30.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2241
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2242
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2243
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2244
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2245
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2246
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2247
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:25:24', 'Name of Post', '2014-06-19 22:25:24')[0m
|
|
2248
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2249
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2250
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2251
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2252
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2253
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2254
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2255
|
+
[1m[35m (7.2ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2256
|
+
[1m[36m (4.0ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2257
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2258
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2259
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2260
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2261
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2262
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:25:37', 'Name of Post', '2014-06-19 22:25:37')[0m
|
|
2263
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2264
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:25:39 -0300
|
|
2265
|
+
|
|
2266
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
2267
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2268
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
2269
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
2270
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
2271
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
2272
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2273
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
2274
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
2275
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
2276
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
2277
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
2278
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
2279
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
2280
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
2281
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
2282
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
2283
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
2284
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
2285
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
2286
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
2287
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
2288
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
2289
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
2290
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
2291
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
2292
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
2293
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
2294
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
2295
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
2296
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
2297
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
2298
|
+
(pry):1:in `block (3 levels) in <top (required)>'
|
|
2299
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
2300
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
2301
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
2302
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
2303
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
2304
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
2305
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
2306
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
2307
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
2308
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
2309
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
2310
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
2311
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
2312
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
2313
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
2314
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
2315
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
2316
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
2317
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
2318
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
2319
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2320
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2321
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
2322
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2323
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2324
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
2325
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2326
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2327
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2328
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2329
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2330
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2331
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
2332
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
2333
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
2334
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
2335
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
2336
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
2337
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
2338
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2339
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2340
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2341
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2342
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
2343
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
2344
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2345
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
2346
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
2347
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
2348
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
2349
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
2350
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
2351
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
2352
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
2353
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
2354
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
2355
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
2356
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
2357
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
2358
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
2359
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
2360
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
2361
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
2362
|
+
|
|
2363
|
+
|
|
2364
|
+
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.7ms)
|
|
2365
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
|
|
2366
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.9ms)
|
|
2367
|
+
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/routing_error.html.erb within rescues/layout (43.2ms)
|
|
2368
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2369
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2370
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2371
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2372
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2373
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2374
|
+
[1m[35m (36.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2375
|
+
[1m[36m (4.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2376
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2377
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2378
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2379
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2380
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2381
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:26:17', 'Name of Post', '2014-06-19 22:26:17')[0m
|
|
2382
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2383
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 19:26:26 -0300
|
|
2384
|
+
|
|
2385
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts/1/edit"):
|
|
2386
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2387
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
2388
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
2389
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
2390
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
2391
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2392
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
2393
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
2394
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
2395
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
2396
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
2397
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
2398
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
2399
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
2400
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
2401
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
2402
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
2403
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
2404
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
2405
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
2406
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
2407
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
2408
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
2409
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
2410
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
2411
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
2412
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
2413
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
2414
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
2415
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
2416
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
2417
|
+
(pry):1:in `block (3 levels) in <top (required)>'
|
|
2418
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
2419
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
2420
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
2421
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
2422
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
2423
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
2424
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
2425
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
2426
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
2427
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
2428
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
2429
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
2430
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
2431
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
2432
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
2433
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
2434
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
2435
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
2436
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
2437
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
2438
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2439
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2440
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
2441
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2442
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2443
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
2444
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2445
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2446
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2447
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2448
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2449
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2450
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
2451
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
2452
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
2453
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
2454
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
2455
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
2456
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
2457
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2458
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2459
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2460
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2461
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
2462
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
2463
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2464
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
2465
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
2466
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
2467
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
2468
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
2469
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
2470
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
2471
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
2472
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
2473
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
2474
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
2475
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
2476
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
2477
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
2478
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
2479
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
2480
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
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.6ms)
|
|
2484
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
|
|
2485
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.1ms)
|
|
2486
|
+
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/routing_error.html.erb within rescues/layout (44.1ms)
|
|
2487
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2488
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2489
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2490
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2491
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2492
|
+
[1m[35m (26.6ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2493
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2494
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2495
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2496
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2497
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2498
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2499
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:26:43', 'Name of Post', '2014-06-19 22:26:43')[0m
|
|
2500
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2501
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 19:26:43 -0300
|
|
2502
|
+
|
|
2503
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts/1/edit"):
|
|
2504
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2505
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
2506
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
2507
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
2508
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
2509
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2510
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
2511
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
2512
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
2513
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
2514
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
2515
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
2516
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
2517
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
2518
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
2519
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
2520
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
2521
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
2522
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
2523
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
2524
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
2525
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
2526
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
2527
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
2528
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
2529
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
2530
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
2531
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
2532
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
2533
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
2534
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
2535
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:8:in `block (3 levels) in <top (required)>'
|
|
2536
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2537
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2538
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2539
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:21:in `run'
|
|
2540
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:85:in `block in run'
|
|
2541
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:85:in `each'
|
|
2542
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:85:in `run'
|
|
2543
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2544
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:467:in `run_before_each_hooks'
|
|
2545
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:293:in `run_before_each'
|
|
2546
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:115:in `block in run'
|
|
2547
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2548
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2549
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
2550
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2551
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2552
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2553
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2554
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2555
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2556
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
2557
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
2558
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
2559
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
2560
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
2561
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
2562
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
2563
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2564
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2565
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2566
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2567
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
2568
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
2569
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2570
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
2571
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
2572
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
2573
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
2574
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
2575
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
2576
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
2577
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
2578
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
2579
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
2580
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
2581
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
2582
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
2583
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
2584
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
2585
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
2586
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
2587
|
+
|
|
2588
|
+
|
|
2589
|
+
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.0ms)
|
|
2590
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
|
|
2591
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (8.7ms)
|
|
2592
|
+
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/routing_error.html.erb within rescues/layout (35.7ms)
|
|
2593
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-19 19:28:18 -0300
|
|
2594
|
+
|
|
2595
|
+
ActionController::RoutingError (No route matches [GET] "/admin/posts"):
|
|
2596
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
2597
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
|
2598
|
+
railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
|
|
2599
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
|
|
2600
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
|
2601
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
|
2602
|
+
activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
|
2603
|
+
railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
|
|
2604
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
|
2605
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
|
2606
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
|
2607
|
+
activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
|
2608
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
|
2609
|
+
actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
|
|
2610
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
|
2611
|
+
railties (4.1.1) lib/rails/engine.rb:514:in `call'
|
|
2612
|
+
railties (4.1.1) lib/rails/application.rb:144:in `call'
|
|
2613
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
|
2614
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
|
2615
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
|
2616
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
|
2617
|
+
rack-test (0.6.2) lib/rack/mock_session.rb:30:in `request'
|
|
2618
|
+
rack-test (0.6.2) lib/rack/test.rb:230:in `process_request'
|
|
2619
|
+
rack-test (0.6.2) lib/rack/test.rb:57:in `get'
|
|
2620
|
+
/Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/2.1.0/forwardable.rb:183:in `get'
|
|
2621
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:60:in `process'
|
|
2622
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:35:in `process_and_follow_redirects'
|
|
2623
|
+
capybara (2.3.0) lib/capybara/rack_test/browser.rb:21:in `visit'
|
|
2624
|
+
capybara (2.3.0) lib/capybara/rack_test/driver.rb:42:in `visit'
|
|
2625
|
+
capybara (2.3.0) lib/capybara/session.rb:223:in `visit'
|
|
2626
|
+
capybara (2.3.0) lib/capybara/dsl.rb:51:in `block (2 levels) in <module:DSL>'
|
|
2627
|
+
(pry):5:in `block (3 levels) in <top (required)>'
|
|
2628
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `eval'
|
|
2629
|
+
pry (0.10.0) lib/pry/pry_instance.rb:353:in `evaluate_ruby'
|
|
2630
|
+
pry (0.10.0) lib/pry/pry_instance.rb:321:in `handle_line'
|
|
2631
|
+
pry (0.10.0) lib/pry/pry_instance.rb:241:in `block (2 levels) in eval'
|
|
2632
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `catch'
|
|
2633
|
+
pry (0.10.0) lib/pry/pry_instance.rb:240:in `block in eval'
|
|
2634
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `catch'
|
|
2635
|
+
pry (0.10.0) lib/pry/pry_instance.rb:239:in `eval'
|
|
2636
|
+
pry (0.10.0) lib/pry/repl.rb:77:in `block in repl'
|
|
2637
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `loop'
|
|
2638
|
+
pry (0.10.0) lib/pry/repl.rb:67:in `repl'
|
|
2639
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `block in start'
|
|
2640
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `call'
|
|
2641
|
+
pry (0.10.0) lib/pry/input_lock.rb:61:in `__with_ownership'
|
|
2642
|
+
pry (0.10.0) lib/pry/input_lock.rb:79:in `with_ownership'
|
|
2643
|
+
pry (0.10.0) lib/pry/repl.rb:38:in `start'
|
|
2644
|
+
pry (0.10.0) lib/pry/repl.rb:15:in `start'
|
|
2645
|
+
pry (0.10.0) lib/pry/pry_class.rb:169:in `start'
|
|
2646
|
+
pry (0.10.0) lib/pry/core_extensions.rb:43:in `pry'
|
|
2647
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/features/post_jcrop_feature_spec.rb:12:in `block (3 levels) in <top (required)>'
|
|
2648
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2649
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2650
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:116:in `block in run'
|
|
2651
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2652
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2653
|
+
rspec-rails (2.99.0) lib/rspec/rails/adapters.rb:69:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
|
|
2654
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2655
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2656
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2657
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2658
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `call'
|
|
2659
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:183:in `run'
|
|
2660
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:76:in `block (3 levels) in <top (required)>'
|
|
2661
|
+
database_cleaner (1.3.0) lib/database_cleaner/generic/base.rb:15:in `cleaning'
|
|
2662
|
+
database_cleaner (1.3.0) lib/database_cleaner/base.rb:92:in `cleaning'
|
|
2663
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:86:in `block (2 levels) in cleaning'
|
|
2664
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `call'
|
|
2665
|
+
database_cleaner (1.3.0) lib/database_cleaner/configuration.rb:87:in `cleaning'
|
|
2666
|
+
/Users/ricardonacif/rails_projects/active_admin_jcrop/spec/spec_helper.rb:75:in `block (2 levels) in <top (required)>'
|
|
2667
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_exec'
|
|
2668
|
+
rspec-core (2.99.0) lib/rspec/core/extensions/instance_eval_with_args.rb:16:in `instance_eval_with_args'
|
|
2669
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:246:in `instance_eval_with_args'
|
|
2670
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:106:in `block (2 levels) in run'
|
|
2671
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `call'
|
|
2672
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:108:in `run'
|
|
2673
|
+
rspec-core (2.99.0) lib/rspec/core/hooks.rb:446:in `run_hook'
|
|
2674
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:462:in `run_around_each_hooks'
|
|
2675
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:255:in `with_around_each_hooks'
|
|
2676
|
+
rspec-core (2.99.0) lib/rspec/core/example.rb:113:in `run'
|
|
2677
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:514:in `block in run_examples'
|
|
2678
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `map'
|
|
2679
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:510:in `run_examples'
|
|
2680
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:495:in `run'
|
|
2681
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `block in run'
|
|
2682
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `map'
|
|
2683
|
+
rspec-core (2.99.0) lib/rspec/core/example_group.rb:496:in `run'
|
|
2684
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block (2 levels) in run'
|
|
2685
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `map'
|
|
2686
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:24:in `block in run'
|
|
2687
|
+
rspec-core (2.99.0) lib/rspec/core/reporter.rb:58:in `report'
|
|
2688
|
+
rspec-core (2.99.0) lib/rspec/core/command_line.rb:21:in `run'
|
|
2689
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:89:in `run'
|
|
2690
|
+
rspec-core (2.99.0) lib/rspec/core/runner.rb:17:in `block in autorun'
|
|
2691
|
+
|
|
2692
|
+
|
|
2693
|
+
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.4ms)
|
|
2694
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
|
|
2695
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
|
|
2696
|
+
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/routing_error.html.erb within rescues/layout (21.9ms)
|
|
2697
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2698
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2699
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2700
|
+
[1m[35m (0.2ms)[0m SELECT DATABASE() as db
|
|
2701
|
+
[1m[36m (1.8ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2702
|
+
[1m[35m (27.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2703
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2704
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2705
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2706
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2707
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2708
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2709
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:29:09', 'Name of Post', '2014-06-19 22:29:09')[0m
|
|
2710
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2711
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 19:29:09 -0300
|
|
2712
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2713
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2714
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2715
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2716
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2717
|
+
[1m[36m (1.7ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2718
|
+
[1m[35m (24.5ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2719
|
+
[1m[36m (4.4ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2720
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2721
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2722
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2723
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2724
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2725
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:30:31', 'Name of Post', '2014-06-19 22:30:31')[0m
|
|
2726
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2727
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:30:43 -0300
|
|
2728
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2729
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2730
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2731
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2732
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2733
|
+
[1m[35m (34.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2734
|
+
[1m[36m (36344.3ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2735
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2736
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2737
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2738
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2739
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2740
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:42:55', 'Name of Post', '2014-06-19 22:42:55')[0m
|
|
2741
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2742
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-19 19:42:55 -0300
|
|
2743
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2744
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2745
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2746
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2747
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2748
|
+
[1m[35m (21.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2749
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2750
|
+
[1m[36m (6963.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2751
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2752
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2753
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2754
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2755
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2756
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 22:43:09', 'Name of Post', '2014-06-19 22:43:09')[0m
|
|
2757
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2758
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2759
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2760
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2761
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2762
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2763
|
+
[1m[35m (34.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2764
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2765
|
+
[1m[36mActiveRecord::SchemaMigration Load (31.4ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2766
|
+
[1m[35m (0.3ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2767
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2768
|
+
[1m[35m (18.7ms)[0m SELECT DATABASE() as db
|
|
2769
|
+
[1m[36m (24.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2770
|
+
[1m[35m (97.8ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2771
|
+
[1m[36m (64.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2772
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2773
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
2774
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2775
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2776
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2777
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-19 23:13:00', 'Name of Post', '2014-06-19 23:13:00')[0m
|
|
2778
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2779
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-19 20:13:00 -0300
|
|
2780
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2781
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2782
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2783
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2784
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2785
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2786
|
+
[1m[35m (106.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2787
|
+
[1m[36m (27.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2788
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2789
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2790
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2791
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2792
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2793
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 15:29:07', 'Name of Post', '2014-06-20 15:29:07')[0m
|
|
2794
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2795
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 12:29:07 -0300
|
|
2796
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2797
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2798
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2799
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2800
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2801
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2802
|
+
[1m[35m (25.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2803
|
+
[1m[36m (5.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2804
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2805
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2806
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2807
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2808
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2809
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 15:35:44', 'Name of Post', '2014-06-20 15:35:44')[0m
|
|
2810
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2811
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2812
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2813
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2814
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2815
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2816
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2817
|
+
[1m[35m (26.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2818
|
+
[1m[36m (4.4ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2819
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2820
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2821
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2822
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2823
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2824
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 15:37:05', 'Name of Post', '2014-06-20 15:37:05')[0m
|
|
2825
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2826
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 12:37:12 -0300
|
|
2827
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 12:37:18 -0300
|
|
2828
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 12:38:06 -0300
|
|
2829
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 12:40:26 -0300
|
|
2830
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2831
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2832
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2833
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2834
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2835
|
+
[1m[35m (29.5ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2836
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2837
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2838
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2839
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2840
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2841
|
+
[1m[35m (29.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2842
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2843
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2844
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2845
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2846
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2847
|
+
[1m[35m (25.2ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2848
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2849
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2850
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2851
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2852
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2853
|
+
[1m[35m (26.2ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2854
|
+
[1m[36m (7121.0ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2855
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2856
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2857
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2858
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2859
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2860
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:00:00', 'Name of Post', '2014-06-20 16:00:00')[0m
|
|
2861
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2862
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:00:00 -0300
|
|
2863
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2864
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2865
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2866
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2867
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2868
|
+
[1m[36m (1.7ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2869
|
+
[1m[35m (30.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2870
|
+
[1m[36m (4.3ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2871
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2872
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2873
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2874
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2875
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2876
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:01:17', 'Name of Post', '2014-06-20 16:01:17')[0m
|
|
2877
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2878
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:01:17 -0300
|
|
2879
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2880
|
+
[1m[36m (50.4ms)[0m [1mDROP TABLE `active_admin_comments`[0m
|
|
2881
|
+
[1m[35m (214.0ms)[0m CREATE TABLE `active_admin_comments` (`id` int(11) auto_increment PRIMARY KEY, `namespace` varchar(255), `body` text, `resource_id` varchar(255) NOT NULL, `resource_type` varchar(255) NOT NULL, `author_id` int(11), `author_type` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB
|
|
2882
|
+
[1m[36m (301.8ms)[0m [1mCREATE INDEX `index_active_admin_comments_on_author_type_and_author_id` USING btree ON `active_admin_comments` (`author_type`, `author_id`) [0m
|
|
2883
|
+
[1m[35m (139.4ms)[0m CREATE INDEX `index_active_admin_comments_on_namespace` USING btree ON `active_admin_comments` (`namespace`)
|
|
2884
|
+
[1m[36m (232.3ms)[0m [1mCREATE INDEX `index_active_admin_comments_on_resource_type_and_resource_id` USING btree ON `active_admin_comments` (`resource_type`, `resource_id`) [0m
|
|
2885
|
+
[1m[35m (54.6ms)[0m DROP TABLE `posts`
|
|
2886
|
+
[1m[36m (166.5ms)[0m [1mCREATE TABLE `posts` (`id` int(11) auto_increment PRIMARY KEY, `name` varchar(255), `image` varchar(255), `created_at` datetime, `updated_at` datetime) ENGINE=InnoDB[0m
|
|
2887
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
|
2888
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2889
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT `schema_migrations`.* FROM `schema_migrations`
|
|
2890
|
+
[1m[36m (0.2ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
2891
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
2892
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
2893
|
+
[1m[35m (23.1ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
2894
|
+
[1m[36m (32.5ms)[0m [1mTRUNCATE TABLE `active_admin_comments`;[0m
|
|
2895
|
+
[1m[35m (5.1ms)[0m TRUNCATE TABLE `posts`;
|
|
2896
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
2897
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2898
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
2899
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2900
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
2901
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:02:01', 'Name of Post', '2014-06-20 16:02:01')
|
|
2902
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
2903
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:02:01 -0300
|
|
2904
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2905
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2906
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2907
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2908
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2909
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2910
|
+
[1m[35m (28.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2911
|
+
[1m[36m (4.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2912
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2913
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2914
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2915
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2916
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2917
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:02:20', 'Name of Post', '2014-06-20 16:02:20')[0m
|
|
2918
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2919
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:02:20 -0300
|
|
2920
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2921
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2922
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2923
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2924
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2925
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2926
|
+
[1m[35m (31.8ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2927
|
+
[1m[36m (43.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2928
|
+
[1m[35m (0.2ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2929
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2930
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2931
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2932
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2933
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2934
|
+
[1m[35m (0.3ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2935
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2936
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2937
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2938
|
+
[1m[35m (29.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2939
|
+
[1m[36m (3.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2940
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2941
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2942
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2943
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2944
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2945
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:04:06', 'Name of Post', '2014-06-20 16:04:06')[0m
|
|
2946
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2947
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:04:06 -0300
|
|
2948
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
2949
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2950
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2951
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2952
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2953
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2954
|
+
[1m[35m (31.5ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2955
|
+
[1m[36m (4.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2956
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2957
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2958
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2959
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2960
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2961
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:04:42', 'Name of Post', '2014-06-20 16:04:42')[0m
|
|
2962
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2963
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
2964
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2965
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2966
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2967
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
2968
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2969
|
+
[1m[35m (37.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2970
|
+
[1m[36m (4.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2971
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2972
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2973
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2974
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2975
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
2976
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:08:10', 'Name of Post', '2014-06-20 16:08:10')[0m
|
|
2977
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2978
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:08:20 -0300
|
|
2979
|
+
Processing by Admin::DashboardController#index as HTML
|
|
2980
|
+
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 (515.5ms)
|
|
2981
|
+
Completed 500 Internal Server Error in 576ms
|
|
2982
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
2983
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
2984
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
2985
|
+
[1m[35m (0.2ms)[0m SELECT DATABASE() as db
|
|
2986
|
+
[1m[36m (1.8ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
2987
|
+
[1m[35m (26.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
2988
|
+
[1m[36m (4.0ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
2989
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
2990
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2991
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
2992
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2993
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
2994
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:13:49', 'Name of Post', '2014-06-20 16:13:49')[0m
|
|
2995
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
2996
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:14:08 -0300
|
|
2997
|
+
Processing by Admin::DashboardController#index as HTML
|
|
2998
|
+
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 (317.2ms)
|
|
2999
|
+
Completed 500 Internal Server Error in 333ms
|
|
3000
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 13:14:13 -0300
|
|
3001
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 13:14:36 -0300
|
|
3002
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3003
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3004
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3005
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3006
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3007
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3008
|
+
[1m[35m (23.8ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3009
|
+
[1m[36m (4.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3010
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3011
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3012
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3013
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3014
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3015
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:17:49', 'Name of Post', '2014-06-20 16:17:49')[0m
|
|
3016
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3017
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:17:55 -0300
|
|
3018
|
+
Processing by Admin::DashboardController#index as HTML
|
|
3019
|
+
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 (273.0ms)
|
|
3020
|
+
Completed 500 Internal Server Error in 286ms
|
|
3021
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3022
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3023
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3024
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3025
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3026
|
+
[1m[36m (5.0ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3027
|
+
[1m[35m (88.8ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3028
|
+
[1m[36m (4.1ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3029
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3030
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3031
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3032
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3033
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3034
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:30:15', 'Name of Post', '2014-06-20 16:30:15')[0m
|
|
3035
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3036
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:30:15 -0300
|
|
3037
|
+
Processing by Admin::DashboardController#index as HTML
|
|
3038
|
+
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 (341.0ms)
|
|
3039
|
+
Completed 200 OK in 353ms (Views: 349.9ms | ActiveRecord: 0.0ms)
|
|
3040
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:30:23 -0300
|
|
3041
|
+
Processing by Admin::DashboardController#index as HTML
|
|
3042
|
+
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 (12.9ms)
|
|
3043
|
+
Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
|
|
3044
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 13:30:37 -0300
|
|
3045
|
+
Processing by Admin::PostsController#index as HTML
|
|
3046
|
+
[1m[36m (61.5ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3047
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3048
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
|
3049
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3050
|
+
[1m[36mPost Load (13.1ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0[0m
|
|
3051
|
+
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 (297.5ms)
|
|
3052
|
+
Completed 200 OK in 593ms (Views: 227.2ms | ActiveRecord: 75.0ms)
|
|
3053
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:30:57 -0300
|
|
3054
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3055
|
+
Parameters: {"id"=>"1"}
|
|
3056
|
+
[1m[35mPost Load (37.8ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3057
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3058
|
+
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 (84.5ms)
|
|
3059
|
+
Completed 200 OK in 127ms (Views: 87.5ms | ActiveRecord: 38.1ms)
|
|
3060
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3061
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3062
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3063
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3064
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3065
|
+
[1m[35m (29.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3066
|
+
[1m[36m (5.1ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3067
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3068
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3069
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3070
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3071
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3072
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:31:36', 'Name of Post', '2014-06-20 16:31:36')[0m
|
|
3073
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3074
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:31:36 -0300
|
|
3075
|
+
Processing by Admin::DashboardController#index as HTML
|
|
3076
|
+
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 (311.3ms)
|
|
3077
|
+
Completed 200 OK in 325ms (Views: 321.6ms | ActiveRecord: 0.0ms)
|
|
3078
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:31:38 -0300
|
|
3079
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3080
|
+
Parameters: {"id"=>"1"}
|
|
3081
|
+
[1m[36mPost Load (0.4ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3082
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3083
|
+
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 (54.3ms)
|
|
3084
|
+
Completed 200 OK in 61ms (Views: 57.8ms | ActiveRecord: 0.7ms)
|
|
3085
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3086
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3087
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3088
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3089
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3090
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3091
|
+
[1m[35m (37.8ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3092
|
+
[1m[36m (6.1ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3093
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3094
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3095
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3096
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3097
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3098
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:34:41', 'Name of Post', '2014-06-20 16:34:41')[0m
|
|
3099
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3100
|
+
Started GET "/admin" for 127.0.0.1 at 2014-06-20 13:34:41 -0300
|
|
3101
|
+
Processing by Admin::DashboardController#index as HTML
|
|
3102
|
+
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 (307.4ms)
|
|
3103
|
+
Completed 200 OK in 320ms (Views: 316.7ms | ActiveRecord: 0.0ms)
|
|
3104
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:34:56 -0300
|
|
3105
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3106
|
+
Parameters: {"id"=>"1"}
|
|
3107
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3108
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3109
|
+
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 (51.5ms)
|
|
3110
|
+
Completed 200 OK in 59ms (Views: 55.1ms | ActiveRecord: 0.7ms)
|
|
3111
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3112
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3113
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3114
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3115
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3116
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3117
|
+
[1m[35m (31.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3118
|
+
[1m[36m (4.2ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3119
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3120
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3121
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3122
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3123
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3124
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `name`, `updated_at`) VALUES ('2014-06-20 16:39:01', 'Name of Post', '2014-06-20 16:39:01')[0m
|
|
3125
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3126
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:39:01 -0300
|
|
3127
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3128
|
+
Parameters: {"id"=>"1"}
|
|
3129
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3130
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3131
|
+
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 (327.2ms)
|
|
3132
|
+
Completed 200 OK in 342ms (Views: 336.8ms | ActiveRecord: 0.6ms)
|
|
3133
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3134
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3135
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3136
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3137
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3138
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3139
|
+
[1m[35m (32.6ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3140
|
+
[1m[36m (3.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3141
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3142
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3143
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3144
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3145
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3146
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3147
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3148
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3149
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3150
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3151
|
+
[1m[35m (32.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3152
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3153
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3154
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3155
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3156
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3157
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3158
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3159
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3160
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3161
|
+
[1m[35m (0.2ms)[0m SELECT DATABASE() as db
|
|
3162
|
+
[1m[36m (1.7ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3163
|
+
[1m[35m (44.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3164
|
+
[1m[36m (5.4ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3165
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3166
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3167
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3168
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3169
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3170
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3171
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3172
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3173
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3174
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3175
|
+
[1m[35m (33.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3176
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3177
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3178
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
3179
|
+
[1m[35m (0.2ms)[0m COMMIT
|
|
3180
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3181
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3182
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3183
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3184
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3185
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3186
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3187
|
+
[1m[35m (21.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3188
|
+
[1m[36m (3.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3189
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3190
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3191
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3192
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3193
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3194
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3195
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3196
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3197
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3198
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3199
|
+
[1m[35m (33.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3200
|
+
[1m[36m (4.8ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3201
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3202
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3203
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3204
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3205
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3206
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3207
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3208
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3209
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3210
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3211
|
+
[1m[35m (29.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3212
|
+
[1m[36m (5.1ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3213
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3214
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3215
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3216
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3217
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
3218
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 16:52:32', 'example.jpeg', 'Name of Post', '2014-06-20 16:52:32')[0m
|
|
3219
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3220
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:52:32 -0300
|
|
3221
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3222
|
+
Parameters: {"id"=>"1"}
|
|
3223
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3224
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3225
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (34.0ms)
|
|
3226
|
+
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 (337.8ms)
|
|
3227
|
+
Completed 500 Internal Server Error in 353ms
|
|
3228
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3229
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3230
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3231
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3232
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3233
|
+
[1m[36m (1.8ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3234
|
+
[1m[35m (30.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3235
|
+
[1m[36m (5.2ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3236
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3237
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3238
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3239
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3240
|
+
[1m[35m (0.3ms)[0m SAVEPOINT active_record_1
|
|
3241
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 16:54:04', 'example.jpeg', 'Name of Post', '2014-06-20 16:54:04')[0m
|
|
3242
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3243
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 13:54:04 -0300
|
|
3244
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3245
|
+
Parameters: {"id"=>"1"}
|
|
3246
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3247
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3248
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (166441.7ms)
|
|
3249
|
+
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 (166744.9ms)
|
|
3250
|
+
Completed 500 Internal Server Error in 166760ms
|
|
3251
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3252
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3253
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3254
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3255
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3256
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3257
|
+
[1m[35m (40.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3258
|
+
[1m[36m (3.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3259
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3260
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3261
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3262
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3263
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3264
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:25:33', 'example.jpeg', 'Name of Post', '2014-06-20 17:25:33')[0m
|
|
3265
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3266
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:25:33 -0300
|
|
3267
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3268
|
+
Parameters: {"id"=>"1"}
|
|
3269
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3270
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3271
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (5.7ms)
|
|
3272
|
+
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 (428.2ms)
|
|
3273
|
+
Completed 500 Internal Server Error in 444ms
|
|
3274
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3275
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3276
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3277
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3278
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3279
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3280
|
+
[1m[35m (34.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3281
|
+
[1m[36m (4.2ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3282
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3283
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3284
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3285
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3286
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3287
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:27:39', 'example.jpeg', 'Name of Post', '2014-06-20 17:27:39')[0m
|
|
3288
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3289
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:27:39 -0300
|
|
3290
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3291
|
+
Parameters: {"id"=>"1"}
|
|
3292
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3293
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3294
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (4.4ms)
|
|
3295
|
+
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 (319.7ms)
|
|
3296
|
+
Completed 500 Internal Server Error in 335ms
|
|
3297
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3298
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3299
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3300
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3301
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3302
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3303
|
+
[1m[35m (25.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3304
|
+
[1m[36m (4.0ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3305
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3306
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3307
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3308
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3309
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3310
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:29:41', 'example.jpeg', 'Name of Post', '2014-06-20 17:29:41')[0m
|
|
3311
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3312
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:29:41 -0300
|
|
3313
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3314
|
+
Parameters: {"id"=>"1"}
|
|
3315
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3316
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3317
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (4.5ms)
|
|
3318
|
+
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 (314.7ms)
|
|
3319
|
+
Completed 500 Internal Server Error in 329ms
|
|
3320
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3321
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3322
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3323
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3324
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3325
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3326
|
+
[1m[35m (29.3ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3327
|
+
[1m[36m (4.5ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3328
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3329
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3330
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3331
|
+
[1m[36m (0.0ms)[0m [1mBEGIN[0m
|
|
3332
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3333
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:30:57', 'example.jpeg', 'Name of Post', '2014-06-20 17:30:57')[0m
|
|
3334
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3335
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:30:57 -0300
|
|
3336
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3337
|
+
Parameters: {"id"=>"1"}
|
|
3338
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3339
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3340
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (168301.9ms)
|
|
3341
|
+
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 (168625.2ms)
|
|
3342
|
+
Completed 500 Internal Server Error in 168640ms
|
|
3343
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3344
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3345
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3346
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3347
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3348
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3349
|
+
[1m[35m (34.0ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3350
|
+
[1m[36m (4.4ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3351
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3352
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3353
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3354
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3355
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3356
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:33:51', 'example.jpeg', 'Name of Post', '2014-06-20 17:33:51')[0m
|
|
3357
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3358
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:33:51 -0300
|
|
3359
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3360
|
+
Parameters: {"id"=>"1"}
|
|
3361
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3362
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3363
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (10016.6ms)
|
|
3364
|
+
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 (10341.8ms)
|
|
3365
|
+
Completed 200 OK in 10356ms (Views: 10350.9ms | ActiveRecord: 0.6ms)
|
|
3366
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK[0m
|
|
3367
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3368
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3369
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3370
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3371
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3372
|
+
[1m[35m (26.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3373
|
+
[1m[36m (3.6ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3374
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3375
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3376
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3377
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3378
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3379
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:35:51', 'example.jpeg', 'Name of Post', '2014-06-20 17:35:51')[0m
|
|
3380
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3381
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:35:56 -0300
|
|
3382
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3383
|
+
Parameters: {"id"=>"1"}
|
|
3384
|
+
[1m[36mPost Load (9.9ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3385
|
+
Completed 404 Not Found in 16ms
|
|
3386
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3387
|
+
Processing by Admin::PostsController#index as HTML
|
|
3388
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3389
|
+
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 (323.9ms)
|
|
3390
|
+
Completed 200 OK in 340ms (Views: 334.2ms | ActiveRecord: 0.4ms)
|
|
3391
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3392
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3393
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3394
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3395
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3396
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3397
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3398
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3399
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-20 14:36:48 -0300
|
|
3400
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3401
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3402
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3403
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3404
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3405
|
+
[1m[35m (43.1ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3406
|
+
[1m[36m (4.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3407
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3408
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3409
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3410
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3411
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3412
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:37:56', 'example.jpeg', 'Name of Post', '2014-06-20 17:37:56')[0m
|
|
3413
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3414
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:37:56 -0300
|
|
3415
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3416
|
+
Parameters: {"id"=>"1"}
|
|
3417
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3418
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3419
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.0ms)
|
|
3420
|
+
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 (320.5ms)
|
|
3421
|
+
Completed 200 OK in 336ms (Views: 330.7ms | ActiveRecord: 0.6ms)
|
|
3422
|
+
[1m[36m (0.3ms)[0m [1mROLLBACK[0m
|
|
3423
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3424
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3425
|
+
[1m[36m (0.2ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3426
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3427
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3428
|
+
[1m[35m (32.4ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3429
|
+
[1m[36m (4.2ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3430
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3431
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3432
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3433
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3434
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3435
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:38:44', 'example.jpeg', 'Name of Post', '2014-06-20 17:38:44')[0m
|
|
3436
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3437
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:38:48 -0300
|
|
3438
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3439
|
+
Parameters: {"id"=>"1"}
|
|
3440
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3441
|
+
Completed 404 Not Found in 6ms
|
|
3442
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:38:56 -0300
|
|
3443
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3444
|
+
Parameters: {"id"=>"1"}
|
|
3445
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3446
|
+
Completed 404 Not Found in 2ms
|
|
3447
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:38:58 -0300
|
|
3448
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3449
|
+
Parameters: {"id"=>"1"}
|
|
3450
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3451
|
+
Completed 404 Not Found in 1ms
|
|
3452
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:38:59 -0300
|
|
3453
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3454
|
+
Parameters: {"id"=>"1"}
|
|
3455
|
+
[1m[35mPost Load (0.4ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3456
|
+
Completed 404 Not Found in 1ms
|
|
3457
|
+
Started GET "/admin/posts/1" for 127.0.0.1 at 2014-06-20 14:39:02 -0300
|
|
3458
|
+
Processing by Admin::PostsController#show as HTML
|
|
3459
|
+
Parameters: {"id"=>"1"}
|
|
3460
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3461
|
+
Completed 404 Not Found in 1ms
|
|
3462
|
+
Started GET "/admin/" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3463
|
+
Processing by Admin::DashboardController#index as HTML
|
|
3464
|
+
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 (284.8ms)
|
|
3465
|
+
Completed 200 OK in 296ms (Views: 295.6ms | ActiveRecord: 0.0ms)
|
|
3466
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3467
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3468
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3469
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3470
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3471
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3472
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3473
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 14:39:05 -0300
|
|
3474
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 14:39:07 -0300
|
|
3475
|
+
Processing by Admin::PostsController#index as HTML
|
|
3476
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3477
|
+
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 (60.1ms)
|
|
3478
|
+
Completed 200 OK in 69ms (Views: 63.5ms | ActiveRecord: 0.4ms)
|
|
3479
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-20 14:39:07 -0300
|
|
3480
|
+
Started GET "/admin/posts/new" for 127.0.0.1 at 2014-06-20 14:39:09 -0300
|
|
3481
|
+
Processing by Admin::PostsController#new as HTML
|
|
3482
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/new.html.arb (27.1ms)
|
|
3483
|
+
Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.0ms)
|
|
3484
|
+
Started POST "/admin/posts" for 127.0.0.1 at 2014-06-20 14:39:11 -0300
|
|
3485
|
+
Processing by Admin::PostsController#create as HTML
|
|
3486
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Create Post"}
|
|
3487
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3488
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `posts` (`created_at`, `updated_at`) VALUES ('2014-06-20 17:39:11', '2014-06-20 17:39:11')
|
|
3489
|
+
[1m[36m (25.4ms)[0m [1mCOMMIT[0m
|
|
3490
|
+
Redirected to http://127.0.0.1:56368/admin/posts/2
|
|
3491
|
+
Completed 302 Found in 41ms (ActiveRecord: 25.9ms)
|
|
3492
|
+
Started GET "/admin/posts/2" for 127.0.0.1 at 2014-06-20 14:39:11 -0300
|
|
3493
|
+
Processing by Admin::PostsController#show as HTML
|
|
3494
|
+
Parameters: {"id"=>"2"}
|
|
3495
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1
|
|
3496
|
+
[1m[36m (43.2ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`resource_type` = 'Post' AND `active_admin_comments`.`resource_id` = '2' AND `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3497
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`resource_type` = 'Post' AND `active_admin_comments`.`resource_id` = '2' AND `active_admin_comments`.`namespace` = 'admin'
|
|
3498
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/show.html.arb (111.5ms)
|
|
3499
|
+
Completed 200 OK in 116ms (Views: 69.2ms | ActiveRecord: 45.8ms)
|
|
3500
|
+
Started GET "/admin/posts/2/edit" for 127.0.0.1 at 2014-06-20 14:39:13 -0300
|
|
3501
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3502
|
+
Parameters: {"id"=>"2"}
|
|
3503
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1[0m
|
|
3504
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1
|
|
3505
|
+
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 (49.4ms)
|
|
3506
|
+
Completed 200 OK in 54ms (Views: 23.9ms | ActiveRecord: 29.3ms)
|
|
3507
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:39:15 -0300
|
|
3508
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3509
|
+
Parameters: {"id"=>"1"}
|
|
3510
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3511
|
+
Completed 404 Not Found in 1ms
|
|
3512
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-20 14:39:22 -0300
|
|
3513
|
+
Processing by Admin::CommentsController#index as HTML
|
|
3514
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'
|
|
3515
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin' LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3516
|
+
[1m[35m (0.3ms)[0m SELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc
|
|
3517
|
+
[1m[36m (0.3ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc[0m
|
|
3518
|
+
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 (101.8ms)
|
|
3519
|
+
Completed 200 OK in 108ms (Views: 103.5ms | ActiveRecord: 1.3ms)
|
|
3520
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 14:39:22 -0300
|
|
3521
|
+
Processing by Admin::PostsController#index as HTML
|
|
3522
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3523
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3524
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `posts`
|
|
3525
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3526
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0
|
|
3527
|
+
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 (52.0ms)
|
|
3528
|
+
Completed 200 OK in 56ms (Views: 53.6ms | ActiveRecord: 0.9ms)
|
|
3529
|
+
Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-20 14:39:23 -0300
|
|
3530
|
+
Started GET "/admin/comments" for 127.0.0.1 at 2014-06-20 14:39:23 -0300
|
|
3531
|
+
Processing by Admin::CommentsController#index as HTML
|
|
3532
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3533
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin' LIMIT 30 OFFSET 0) subquery_for_count
|
|
3534
|
+
[1m[36m (0.1ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc[0m
|
|
3535
|
+
[1m[35m (0.1ms)[0m SELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc
|
|
3536
|
+
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 (35.1ms)
|
|
3537
|
+
Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.5ms)
|
|
3538
|
+
Started GET "/admin/comments?scope=admin" for 127.0.0.1 at 2014-06-20 14:39:24 -0300
|
|
3539
|
+
Processing by Admin::CommentsController#index as HTML
|
|
3540
|
+
Parameters: {"scope"=>"admin"}
|
|
3541
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3542
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin' LIMIT 30 OFFSET 0) subquery_for_count
|
|
3543
|
+
[1m[36m (0.1ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc[0m
|
|
3544
|
+
[1m[35m (0.1ms)[0m SELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc
|
|
3545
|
+
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 (35.2ms)
|
|
3546
|
+
Completed 200 OK in 39ms (Views: 37.4ms | ActiveRecord: 0.6ms)
|
|
3547
|
+
Started GET "/admin/comments?scope=all" for 127.0.0.1 at 2014-06-20 14:39:25 -0300
|
|
3548
|
+
Processing by Admin::CommentsController#index as HTML
|
|
3549
|
+
Parameters: {"scope"=>"all"}
|
|
3550
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3551
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3552
|
+
[1m[36m (0.1ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc[0m
|
|
3553
|
+
[1m[35m (0.1ms)[0m SELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc
|
|
3554
|
+
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 (37.2ms)
|
|
3555
|
+
Completed 200 OK in 41ms (Views: 39.4ms | ActiveRecord: 0.9ms)
|
|
3556
|
+
Started GET "/admin/comments?scope=admin" for 127.0.0.1 at 2014-06-20 14:39:25 -0300
|
|
3557
|
+
Processing by Admin::CommentsController#index as HTML
|
|
3558
|
+
Parameters: {"scope"=>"admin"}
|
|
3559
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3560
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `active_admin_comments` WHERE `active_admin_comments`.`namespace` = 'admin' LIMIT 30 OFFSET 0) subquery_for_count
|
|
3561
|
+
[1m[36m (0.1ms)[0m [1mSELECT DISTINCT `active_admin_comments`.`resource_type` FROM `active_admin_comments` ORDER BY resource_type asc[0m
|
|
3562
|
+
[1m[35m (0.1ms)[0m SELECT DISTINCT `active_admin_comments`.`author_type` FROM `active_admin_comments` ORDER BY author_type asc
|
|
3563
|
+
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 (38.7ms)
|
|
3564
|
+
Completed 200 OK in 43ms (Views: 41.1ms | ActiveRecord: 0.5ms)
|
|
3565
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 14:39:26 -0300
|
|
3566
|
+
Processing by Admin::PostsController#index as HTML
|
|
3567
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3568
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3569
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
|
3570
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3571
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0[0m
|
|
3572
|
+
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 (40.9ms)
|
|
3573
|
+
Completed 200 OK in 45ms (Views: 42.8ms | ActiveRecord: 0.8ms)
|
|
3574
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `posts`
|
|
3575
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` ASC LIMIT 1[0m
|
|
3576
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3577
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:40:28', 'example.jpeg', 'Name of Post', '2014-06-20 17:40:28')[0m
|
|
3578
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3579
|
+
Started GET "/admin/posts/3/edit" for 127.0.0.1 at 2014-06-20 14:40:29 -0300
|
|
3580
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3581
|
+
Parameters: {"id"=>"3"}
|
|
3582
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 3 LIMIT 1[0m
|
|
3583
|
+
Completed 404 Not Found in 1ms
|
|
3584
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3585
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3586
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3587
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3588
|
+
[1m[36m (1.6ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3589
|
+
[1m[35m (29.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3590
|
+
[1m[36m (4.2ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3591
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3592
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3593
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3594
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3595
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3596
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:44:35', 'example.jpeg', 'Name of Post', '2014-06-20 17:44:35')[0m
|
|
3597
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3598
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:44:40 -0300
|
|
3599
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3600
|
+
Parameters: {"id"=>"1"}
|
|
3601
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3602
|
+
Completed 404 Not Found in 6ms
|
|
3603
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3604
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3605
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3606
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3607
|
+
[1m[36m (1.2ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3608
|
+
[1m[35m (33.9ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3609
|
+
[1m[36m (4.9ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3610
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3611
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3612
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3613
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3614
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3615
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:44:53', 'example.jpeg', 'Name of Post', '2014-06-20 17:44:53')[0m
|
|
3616
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3617
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:44:58 -0300
|
|
3618
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3619
|
+
Parameters: {"id"=>"1"}
|
|
3620
|
+
[1m[36mPost Load (0.4ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3621
|
+
Completed 404 Not Found in 6ms
|
|
3622
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3623
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3624
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3625
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3626
|
+
[1m[36m (1.3ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3627
|
+
[1m[35m (28.5ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3628
|
+
[1m[36m (4.7ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3629
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3630
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3631
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3632
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3633
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3634
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:45:17', 'example.jpeg', 'Name of Post', '2014-06-20 17:45:17')[0m
|
|
3635
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3636
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:45:22 -0300
|
|
3637
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3638
|
+
Parameters: {"id"=>"1"}
|
|
3639
|
+
[1m[36mPost Load (0.4ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3640
|
+
Completed 404 Not Found in 6ms
|
|
3641
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
|
3642
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:45:49', 'example.jpeg', 'Name of Post', '2014-06-20 17:45:49')[0m
|
|
3643
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3644
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3645
|
+
[1m[35m (0.2ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3646
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3647
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3648
|
+
[1m[36m (1.4ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3649
|
+
[1m[35m (68.2ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3650
|
+
[1m[36m (4.5ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3651
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3652
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3653
|
+
[1m[35m (0.1ms)[0m COMMIT
|
|
3654
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3655
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
3656
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:47:47', 'example.jpeg', 'Name of Post', '2014-06-20 17:47:47')[0m
|
|
3657
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3658
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:47:53 -0300
|
|
3659
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3660
|
+
Parameters: {"id"=>"1"}
|
|
3661
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3662
|
+
Completed 404 Not Found in 6ms
|
|
3663
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3664
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3665
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3666
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3667
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3668
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:50:40', 'example.jpeg', 'Name of Post', '2014-06-20 17:50:40')
|
|
3669
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3670
|
+
Started GET "/admin/posts/2/edit" for 127.0.0.1 at 2014-06-20 14:50:46 -0300
|
|
3671
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3672
|
+
Parameters: {"id"=>"2"}
|
|
3673
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1
|
|
3674
|
+
Completed 404 Not Found in 6ms
|
|
3675
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
|
3676
|
+
[1m[35m (0.3ms)[0m SELECT @@FOREIGN_KEY_CHECKS
|
|
3677
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 0[0m
|
|
3678
|
+
[1m[35m (0.1ms)[0m SELECT DATABASE() as db
|
|
3679
|
+
[1m[36m (1.5ms)[0m [1mselect table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'[0m
|
|
3680
|
+
[1m[35m (54.7ms)[0m TRUNCATE TABLE `active_admin_comments`;
|
|
3681
|
+
[1m[36m (4.5ms)[0m [1mTRUNCATE TABLE `posts`;[0m
|
|
3682
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 1
|
|
3683
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3684
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3685
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3686
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3687
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3688
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:52:13', 'example.jpeg', 'Name of Post', '2014-06-20 17:52:13')
|
|
3689
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3690
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:52:16 -0300
|
|
3691
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3692
|
+
Parameters: {"id"=>"1"}
|
|
3693
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3694
|
+
Completed 404 Not Found in 6ms
|
|
3695
|
+
[1m[36m (0.3ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
3696
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
3697
|
+
[1m[36m (0.2ms)[0m [1mSELECT DATABASE() as db[0m
|
|
3698
|
+
[1m[35m (1.7ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
3699
|
+
[1m[36m (9.1ms)[0m [1mTRUNCATE TABLE `active_admin_comments`;[0m
|
|
3700
|
+
[1m[35m (4.0ms)[0m TRUNCATE TABLE `posts`;
|
|
3701
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
3702
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3703
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3704
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3705
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3706
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3707
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:52:29', 'example.jpeg', 'Name of Post', '2014-06-20 17:52:29')
|
|
3708
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
3709
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:52:33 -0300
|
|
3710
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3711
|
+
Parameters: {"id"=>"1"}
|
|
3712
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1
|
|
3713
|
+
Completed 404 Not Found in 6ms
|
|
3714
|
+
[1m[36m (0.3ms)[0m [1mSELECT @@FOREIGN_KEY_CHECKS[0m
|
|
3715
|
+
[1m[35m (0.1ms)[0m SET FOREIGN_KEY_CHECKS = 0
|
|
3716
|
+
[1m[36m (0.1ms)[0m [1mSELECT DATABASE() as db[0m
|
|
3717
|
+
[1m[35m (1.3ms)[0m select table_name from information_schema.views where table_schema = 'active_admin_jcrop_test'
|
|
3718
|
+
[1m[36m (62.8ms)[0m [1mTRUNCATE TABLE `active_admin_comments`;[0m
|
|
3719
|
+
[1m[35m (4.0ms)[0m TRUNCATE TABLE `posts`;
|
|
3720
|
+
[1m[36m (0.1ms)[0m [1mSET FOREIGN_KEY_CHECKS = 1[0m
|
|
3721
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3722
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3723
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3724
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3725
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3726
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3727
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3728
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3729
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:55:47', 'example.jpeg', 'Name of Post', '2014-06-20 17:55:47')[0m
|
|
3730
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3731
|
+
Started GET "/admin/posts/1/edit" for 127.0.0.1 at 2014-06-20 14:55:51 -0300
|
|
3732
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3733
|
+
Parameters: {"id"=>"1"}
|
|
3734
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 1 LIMIT 1[0m
|
|
3735
|
+
Completed 404 Not Found in 6ms
|
|
3736
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3737
|
+
Processing by Admin::PostsController#index as HTML
|
|
3738
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3739
|
+
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 (346.2ms)
|
|
3740
|
+
Completed 200 OK in 366ms (Views: 358.4ms | ActiveRecord: 0.4ms)
|
|
3741
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3742
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3743
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3744
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3745
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3746
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3747
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3748
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3749
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-20 14:55:59 -0300
|
|
3750
|
+
Started GET "/admin/posts/new" for 127.0.0.1 at 2014-06-20 14:56:01 -0300
|
|
3751
|
+
Processing by Admin::PostsController#new as HTML
|
|
3752
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/new.html.arb (27.1ms)
|
|
3753
|
+
Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.0ms)
|
|
3754
|
+
Started POST "/admin/posts" for 127.0.0.1 at 2014-06-20 14:56:02 -0300
|
|
3755
|
+
Processing by Admin::PostsController#create as HTML
|
|
3756
|
+
Parameters: {"utf8"=>"✓", "commit"=>"Create Post"}
|
|
3757
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
3758
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO `posts` (`created_at`, `updated_at`) VALUES ('2014-06-20 17:56:02', '2014-06-20 17:56:02')
|
|
3759
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3760
|
+
Redirected to http://127.0.0.1:56977/admin/posts/2
|
|
3761
|
+
Completed 302 Found in 14ms (ActiveRecord: 0.5ms)
|
|
3762
|
+
Started GET "/admin/posts/2" for 127.0.0.1 at 2014-06-20 14:56:02 -0300
|
|
3763
|
+
Processing by Admin::PostsController#show as HTML
|
|
3764
|
+
Parameters: {"id"=>"2"}
|
|
3765
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1
|
|
3766
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`resource_type` = 'Post' AND `active_admin_comments`.`resource_id` = '2' AND `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3767
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`resource_type` = 'Post' AND `active_admin_comments`.`resource_id` = '2' AND `active_admin_comments`.`namespace` = 'admin'
|
|
3768
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/show.html.arb (48.2ms)
|
|
3769
|
+
Completed 200 OK in 54ms (Views: 49.2ms | ActiveRecord: 3.4ms)
|
|
3770
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 14:56:04 -0300
|
|
3771
|
+
Processing by Admin::PostsController#index as HTML
|
|
3772
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3773
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3774
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
|
3775
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3776
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0[0m
|
|
3777
|
+
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 (50.1ms)
|
|
3778
|
+
Completed 200 OK in 54ms (Views: 52.0ms | ActiveRecord: 0.9ms)
|
|
3779
|
+
Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-20 14:56:04 -0300
|
|
3780
|
+
Started GET "/admin/posts/2" for 127.0.0.1 at 2014-06-20 14:56:11 -0300
|
|
3781
|
+
Processing by Admin::PostsController#show as HTML
|
|
3782
|
+
Parameters: {"id"=>"2"}
|
|
3783
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1
|
|
3784
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`resource_type` = 'Post' AND `active_admin_comments`.`resource_id` = '2' AND `active_admin_comments`.`namespace` = 'admin'[0m
|
|
3785
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM `active_admin_comments` WHERE `active_admin_comments`.`resource_type` = 'Post' AND `active_admin_comments`.`resource_id` = '2' AND `active_admin_comments`.`namespace` = 'admin'
|
|
3786
|
+
Rendered /Users/ricardonacif/.rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/bundler/gems/active_admin-4f445b51c22b/app/views/active_admin/resource/show.html.arb (27.3ms)
|
|
3787
|
+
Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.5ms)
|
|
3788
|
+
Started GET "/admin/posts/2/edit" for 127.0.0.1 at 2014-06-20 14:56:15 -0300
|
|
3789
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3790
|
+
Parameters: {"id"=>"2"}
|
|
3791
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1[0m
|
|
3792
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 2 LIMIT 1
|
|
3793
|
+
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 (38.0ms)
|
|
3794
|
+
Completed 200 OK in 43ms (Views: 34.7ms | ActiveRecord: 6.9ms)
|
|
3795
|
+
[1m[36m (23.5ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
3796
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3797
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3798
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3799
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3800
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3801
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3802
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3803
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3804
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:57:00', 'example.jpeg', 'Name of Post', '2014-06-20 17:57:00')[0m
|
|
3805
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3806
|
+
Started GET "/admin/posts/3/edit" for 127.0.0.1 at 2014-06-20 14:57:04 -0300
|
|
3807
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3808
|
+
Parameters: {"id"=>"3"}
|
|
3809
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 3 LIMIT 1[0m
|
|
3810
|
+
Completed 404 Not Found in 6ms
|
|
3811
|
+
[1m[35m (0.3ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
3812
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3813
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3814
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3815
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3816
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3817
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3818
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3819
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3820
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 17:57:18', 'example.jpeg', 'Name of Post', '2014-06-20 17:57:18')[0m
|
|
3821
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3822
|
+
Started GET "/admin/posts/4/edit" for 127.0.0.1 at 2014-06-20 14:57:21 -0300
|
|
3823
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3824
|
+
Parameters: {"id"=>"4"}
|
|
3825
|
+
[1m[36mPost Load (0.4ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 4 LIMIT 1[0m
|
|
3826
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 4 LIMIT 1
|
|
3827
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.8ms)
|
|
3828
|
+
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 (333.0ms)
|
|
3829
|
+
Completed 200 OK in 352ms (Views: 345.0ms | ActiveRecord: 0.7ms)
|
|
3830
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3831
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3832
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3833
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3834
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3835
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3836
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3837
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3838
|
+
Started GET "/post/image/4/example.jpeg" for 127.0.0.1 at 2014-06-20 14:57:22 -0300
|
|
3839
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3840
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3841
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3842
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3843
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3844
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3845
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3846
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3847
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 18:00:10', 'example.jpeg', 'Name of Post', '2014-06-20 18:00:10')[0m
|
|
3848
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3849
|
+
Started GET "/admin/posts/5/edit" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3850
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3851
|
+
Parameters: {"id"=>"5"}
|
|
3852
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 5 LIMIT 1[0m
|
|
3853
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 5 LIMIT 1
|
|
3854
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (3.0ms)
|
|
3855
|
+
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 (383.6ms)
|
|
3856
|
+
Completed 200 OK in 402ms (Views: 395.9ms | ActiveRecord: 0.6ms)
|
|
3857
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3858
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3859
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3860
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3861
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3862
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3863
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3864
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3865
|
+
Started GET "/post/image/5/example.jpeg" for 127.0.0.1 at 2014-06-20 15:00:14 -0300
|
|
3866
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
3867
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3868
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3869
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3870
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3871
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3872
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3873
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3874
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3875
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3876
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 18:01:22', 'example.jpeg', 'Name of Post', '2014-06-20 18:01:22')[0m
|
|
3877
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3878
|
+
Started GET "/admin/posts/6/edit" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3879
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3880
|
+
Parameters: {"id"=>"6"}
|
|
3881
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 6 LIMIT 1[0m
|
|
3882
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 6 LIMIT 1
|
|
3883
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.2ms)
|
|
3884
|
+
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 (393.1ms)
|
|
3885
|
+
Completed 200 OK in 411ms (Views: 404.2ms | ActiveRecord: 0.6ms)
|
|
3886
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3887
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3888
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3889
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3890
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3891
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3892
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3893
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3894
|
+
Started GET "/post/image/6/example.jpeg" for 127.0.0.1 at 2014-06-20 15:01:26 -0300
|
|
3895
|
+
[1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
|
3896
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
3897
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|
|
3898
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3899
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
|
3900
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3901
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3902
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
3903
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
3904
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_2
|
|
3905
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO `posts` (`created_at`, `image`, `name`, `updated_at`) VALUES ('2014-06-20 18:01:45', 'example.jpeg', 'Name of Post', '2014-06-20 18:01:45')[0m
|
|
3906
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_2
|
|
3907
|
+
Started GET "/admin/posts/7/edit" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3908
|
+
Processing by Admin::PostsController#edit as HTML
|
|
3909
|
+
Parameters: {"id"=>"7"}
|
|
3910
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 7 LIMIT 1[0m
|
|
3911
|
+
[1m[35mPost Load (0.3ms)[0m SELECT `posts`.* FROM `posts` WHERE `posts`.`id` = 7 LIMIT 1
|
|
3912
|
+
Rendered /Users/ricardonacif/rails_projects/active_admin_jcrop/app/views/active_admin_jcrop/_jcrop_modal.html.erb (2.8ms)
|
|
3913
|
+
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 (381.7ms)
|
|
3914
|
+
Completed 200 OK in 400ms (Views: 393.7ms | ActiveRecord: 0.6ms)
|
|
3915
|
+
Started GET "/assets/active_admin.css" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3916
|
+
Started GET "/assets/active_admin_jcrop/jquery.color.js" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3917
|
+
Started GET "/assets/active_admin/print.css" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3918
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.css" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3919
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.css" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3920
|
+
Started GET "/assets/active_admin.js" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3921
|
+
Started GET "/assets/active_admin_jcrop/crop_modal.js" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3922
|
+
Started GET "/assets/active_admin_jcrop/jquery.Jcrop.min.js" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3923
|
+
Started GET "/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:01:49 -0300
|
|
3924
|
+
Started GET "/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:13:11 -0300
|
|
3925
|
+
Started GET "/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:13:29 -0300
|
|
3926
|
+
Started GET "/admin/posts" for 127.0.0.1 at 2014-06-20 15:15:05 -0300
|
|
3927
|
+
Processing by Admin::PostsController#index as HTML
|
|
3928
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count[0m
|
|
3929
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3930
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `posts`[0m
|
|
3931
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(count_column) FROM (SELECT 1 AS count_column FROM `posts` LIMIT 30 OFFSET 0) subquery_for_count
|
|
3932
|
+
[1m[36mPost Load (0.3ms)[0m [1mSELECT `posts`.* FROM `posts` ORDER BY `posts`.`id` desc LIMIT 30 OFFSET 0[0m
|
|
3933
|
+
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 (73.1ms)
|
|
3934
|
+
Completed 200 OK in 82ms (Views: 75.7ms | ActiveRecord: 0.9ms)
|
|
3935
|
+
Started GET "/assets/active_admin/orderable.png" for 127.0.0.1 at 2014-06-20 15:15:05 -0300
|
|
3936
|
+
Started GET "/assets/active_admin/datepicker/datepicker-input-icon.png" for 127.0.0.1 at 2014-06-20 15:15:05 -0300
|
|
3937
|
+
Started GET "/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:15:15 -0300
|
|
3938
|
+
Started GET "/assets/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:15:19 -0300
|
|
3939
|
+
Started GET "/assets/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:15:34 -0300
|
|
3940
|
+
Started GET "/assets/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:15:40 -0300
|
|
3941
|
+
Started GET "/assets/uploads/post/image/7/example.jpeg" for 127.0.0.1 at 2014-06-20 15:15:51 -0300
|
|
3942
|
+
Started GET "/assets/uploads/post/image/7/" for 127.0.0.1 at 2014-06-20 15:19:47 -0300
|
|
3943
|
+
Started GET "/uploads/post/image/1/examplejpeg" for 127.0.0.1 at 2014-06-20 15:20:19 -0300
|
|
3944
|
+
Started GET "/uploads/post/image/2/examplejpeg" for 127.0.0.1 at 2014-06-20 15:20:21 -0300
|
|
3945
|
+
Started GET "/uploads/post/image/7/examplejpeg" for 127.0.0.1 at 2014-06-20 15:20:53 -0300
|
|
3946
|
+
Started GET "/uploads/post/image/7/examplejpeg" for 127.0.0.1 at 2014-06-20 15:20:57 -0300
|
|
3947
|
+
[1m[35m (0.2ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
|
3948
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT `schema_migrations`.* FROM `schema_migrations`[0m
|