test/dummy/log/test.log in ckeditor-3.7.0.rc3 vs test/dummy/log/test.log in ckeditor-3.7.0
- old
+ new
@@ -5623,5 +5623,7373 @@
Rendered posts/_form.html.erb (3.3ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms)
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.7ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.7ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.5ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.3ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.3ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (55.2ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:58 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:58 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbb383f4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-9343-4gqtjj>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 90ms (Views: 80.6ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbbb79c4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-9343-kk3vpq>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.4ms)
+Completed 200 OK in 68ms (Views: 66.6ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-1hl6e7q.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-1hl6e7q.png[0]' -resize "800>" '/tmp/rails20120514-9343-1hl6e7q20120514-9343-oxtjmt'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-1hl6e7q.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-1hl6e7q.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-1hl6e7q20120514-9343-fwh87q'
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbf2ed14 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-9343-j5443n>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-122bs8i.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-122bs8i.png[0]' -resize "800>" '/tmp/rails20120514-9343-122bs8i20120514-9343-ilez9k'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-122bs8i.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-122bs8i.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-122bs8i20120514-9343-1wzz2lc'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 86ms (Views: 0.8ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xba9fe74 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-9343-sgs3rh>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-x16ic5.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-x16ic5.png[0]' -resize "800>" '/tmp/rails20120514-9343-x16ic520120514-9343-hp3vaw'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-x16ic5.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-x16ic5.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-x16ic520120514-9343-15erg32'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 105ms (Views: 0.5ms | ActiveRecord: 0.5ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-1v64bi8.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-1v64bi8.png[0]' -resize "800>" '/tmp/rails20120514-9343-1v64bi820120514-9343-jpmdvu'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-1v64bi8.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-1v64bi8.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-1v64bi820120514-9343-pvdg1p'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 53ms (Views: 0.4ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-1dyekzt.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-1dyekzt.png[0]' -resize "800>" '/tmp/rails20120514-9343-1dyekzt20120514-9343-1s9s18m'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9343-1dyekzt.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9343-1dyekzt.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-1dyekzt20120514-9343-15523jm'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.7ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (46.9ms)
+Completed 200 OK in 103ms (Views: 102.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (5.8ms)
+Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.8ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:58 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:58 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbc07d5c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-9535-hbx7t3>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:58 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:58 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 50ms (Views: 41.0ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb333924 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-9535-1bgel7v>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (34.0ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms)
+Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-w22pn3.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-w22pn3.png[0]' -resize "800>" '/tmp/rails20120514-9535-w22pn320120514-9535-ms0rnp'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-w22pn3.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-w22pn3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-w22pn320120514-9535-1d54djn'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbffe410 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-9535-1wo8rcg>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-myrkpm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-myrkpm.png[0]' -resize "800>" '/tmp/rails20120514-9535-myrkpm20120514-9535-1cdm7ur'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-myrkpm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-myrkpm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-myrkpm20120514-9535-d136wb'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 66ms (Views: 0.9ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbb10534 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-9535-1fp5abj>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-11m7k4i.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-11m7k4i.png[0]' -resize "800>" '/tmp/rails20120514-9535-11m7k4i20120514-9535-1puxwdg'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-11m7k4i.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-11m7k4i.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-11m7k4i20120514-9535-8xdmg9'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 98ms (Views: 0.5ms | ActiveRecord: 0.6ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-1qpgq8f.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-1qpgq8f.png[0]' -resize "800>" '/tmp/rails20120514-9535-1qpgq8f20120514-9535-1ijdkyf'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-1qpgq8f.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-1qpgq8f.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-1qpgq8f20120514-9535-1x8huqz'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 72ms (Views: 0.5ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-x57e26.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-x57e26.png[0]' -resize "800>" '/tmp/rails20120514-9535-x57e2620120514-9535-gms8n0'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9535-x57e26.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9535-x57e26.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-x57e2620120514-9535-1spz28e'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.3ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (47.8ms)
+Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.3ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (4.8ms)
+Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (5.8ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (12.4ms)
+ Rendered posts/new.html.erb within layouts/application (19.8ms)
+Completed 200 OK in 58ms (Views: 57.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.0ms)
+Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (11.3ms)
+ Rendered posts/new.html.erb within layouts/application (16.8ms)
+Completed 200 OK in 55ms (Views: 54.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (2.9ms)
+Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.5ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (12.0ms)
+ Rendered posts/new.html.erb within layouts/application (18.0ms)
+Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.3ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.4ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.7ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (18.2ms)
+ Rendered posts/new.html.erb within layouts/application (27.9ms)
+Completed 200 OK in 73ms (Views: 72.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.5ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (11.5ms)
+ Rendered posts/new.html.erb within layouts/application (17.1ms)
+Completed 200 OK in 56ms (Views: 55.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.0ms)
+Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.7ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa29c9f8 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-9684-fphu75>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 49ms (Views: 41.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x95e3040 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-9684-lavt58>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms)
+Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-1uuqeaq.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-1uuqeaq.png[0]' -resize "800>" '/tmp/rails20120514-9684-1uuqeaq20120514-9684-659mrl'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-1uuqeaq.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-1uuqeaq.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-1uuqeaq20120514-9684-1ec93n0'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa694c18 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-9684-1iibys0>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-17jt6ay.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-17jt6ay.png[0]' -resize "800>" '/tmp/rails20120514-9684-17jt6ay20120514-9684-cx5mul'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-17jt6ay.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-17jt6ay.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-17jt6ay20120514-9684-2tt9oi'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 50ms (Views: 0.8ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa1923c8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-9684-57kpa0>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-1l1n2yf.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-1l1n2yf.png[0]' -resize "800>" '/tmp/rails20120514-9684-1l1n2yf20120514-9684-1v3gwpo'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-1l1n2yf.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-1l1n2yf.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-1l1n2yf20120514-9684-xgrdke'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 94ms (Views: 0.5ms | ActiveRecord: 0.6ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-b5neye.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-b5neye.png[0]' -resize "800>" '/tmp/rails20120514-9684-b5neye20120514-9684-dyl1q'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-b5neye.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-b5neye.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-b5neye20120514-9684-4nbyf1'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 69ms (Views: 0.6ms | ActiveRecord: 0.9ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-j2ux1q.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-j2ux1q.png[0]' -resize "800>" '/tmp/rails20120514-9684-j2ux1q20120514-9684-e4nzhv'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-9684-j2ux1q.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-9684-j2ux1q.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-j2ux1q20120514-9684-11hw5tg'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (49.9ms)
+Completed 200 OK in 56ms (Views: 54.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.4ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.2ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (5.2ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:23 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa80cb90 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12439-1twclm>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 53ms (Views: 44.1ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa294ce4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12439-1ru6k2d>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-1u3g88n.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-1u3g88n.png[0]' -resize "800>" '/tmp/rails20120514-12439-1u3g88n20120514-12439-12lnx42'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-1u3g88n.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-1u3g88n.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-1u3g88n20120514-12439-7b42to'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaa50118 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12439-u7kb5w>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-1v8xdo2.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-1v8xdo2.png[0]' -resize "800>" '/tmp/rails20120514-12439-1v8xdo220120514-12439-1qw5xf0'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-1v8xdo2.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-1v8xdo2.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-1v8xdo220120514-12439-152m17w'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 79ms (Views: 0.8ms | ActiveRecord: 1.1ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa26deb4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12439-dvh175>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-o68epm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-o68epm.png[0]' -resize "800>" '/tmp/rails20120514-12439-o68epm20120514-12439-1stio37'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-o68epm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-o68epm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-o68epm20120514-12439-5orpqk'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 111ms (Views: 0.6ms | ActiveRecord: 0.7ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-109ktg0.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-109ktg0.png[0]' -resize "800>" '/tmp/rails20120514-12439-109ktg020120514-12439-1aewmlm'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-109ktg0.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-109ktg0.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-109ktg020120514-12439-upm70i'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (1.9ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 72ms (Views: 0.5ms | ActiveRecord: 2.2ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-wac4af.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-wac4af.png[0]' -resize "800>" '/tmp/rails20120514-12439-wac4af20120514-12439-1xqpm22'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12439-wac4af.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12439-wac4af.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-wac4af20120514-12439-7qxd77'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (44.7ms)
+Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (123ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (5ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119acde2f1530ed000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:48 UTC, "updated_at"=>2012-05-14 14:41:48 UTC, "created_at"=>2012-05-14 14:41:48 UTC}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119acde2f1530ed000001')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119acde2f1530ed000001/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb7daacc @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12525-vxlpvq>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}])
+[paperclip] Saving attachments.
+ Rendered text template (0.0ms)
+Completed 200 OK in 94ms (Views: 46.7ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000002')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000002/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb7960d4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12525-17zgy35>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000003')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000003/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000004')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000004/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb119adde2f1530ed000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb119adde2f1530ed000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000005')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000005/rails_tar.gz
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 49ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 51ms (Views: 50.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-uioyzi.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-uioyzi.png[0]' -resize "800>" '/tmp/rails20120514-12525-uioyzi20120514-12525-dvqjj5'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-uioyzi.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-uioyzi.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-uioyzi20120514-12525-gu2szq'
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb6bcf14 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12525-1v611a0>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-is04l6.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-is04l6.png[0]' -resize "800>" '/tmp/rails20120514-12525-is04l620120514-12525-lye2ls'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-is04l6.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-is04l6.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-is04l620120514-12525-4x4n9q'
+Completed 500 Internal Server Error in 47ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb7f4878 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12525-aw114h>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-1ow67wj.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-1ow67wj.png[0]' -resize "800>" '/tmp/rails20120514-12525-1ow67wj20120514-12525-rl0ef3'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-1ow67wj.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-1ow67wj.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-1ow67wj20120514-12525-y1s7d9'
+Completed 500 Internal Server Error in 58ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-17ixqy7.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-17ixqy7.png[0]' -resize "800>" '/tmp/rails20120514-12525-17ixqy720120514-12525-cs0etm'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-17ixqy7.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-17ixqy7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-17ixqy720120514-12525-1kmq23'
+Completed 500 Internal Server Error in 67ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-juqevz.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-juqevz.png[0]' -resize "800>" '/tmp/rails20120514-12525-juqevz20120514-12525-19o74f3'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12525-juqevz.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12525-juqevz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-juqevz20120514-12525-955vwq'
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed00000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (5.0ms)
+Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed00000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119aede2f1530ed00000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119aede2f1530ed00000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119aede2f1530ed000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119aede2f1530ed000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119aede2f1530ed000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb119aede2f1530ed000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb119aede2f1530ed000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (3.6ms)
+Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119aede2f1530ed000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.5ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0x9fcac84 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12618-1fi880l>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 51ms (Views: 42.5ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x96bdf9c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12618-9dcoky>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (33.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms)
+Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-wum328.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-wum328.png[0]' -resize "800>" '/tmp/rails20120514-12618-wum32820120514-12618-zgjm98'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-wum328.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-wum328.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-wum32820120514-12618-1k7s19m'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa514208 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12618-a8lzp3>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-fozqe4.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-fozqe4.png[0]' -resize "800>" '/tmp/rails20120514-12618-fozqe420120514-12618-1nyq8jv'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-fozqe4.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-fozqe4.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-fozqe420120514-12618-yc7s2q'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 82ms (Views: 1.2ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa598940 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12618-1tq1q2r>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-1nw8hpf.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-1nw8hpf.png[0]' -resize "800>" '/tmp/rails20120514-12618-1nw8hpf20120514-12618-skj4oy'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-1nw8hpf.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-1nw8hpf.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-1nw8hpf20120514-12618-amc9ka'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 116ms (Views: 0.4ms | ActiveRecord: 0.6ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-wjw7h6.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-wjw7h6.png[0]' -resize "800>" '/tmp/rails20120514-12618-wjw7h620120514-12618-15wp09b'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-wjw7h6.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-wjw7h6.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-wjw7h620120514-12618-5ds1ro'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 65ms (Views: 0.5ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-1nxgocx.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-1nxgocx.png[0]' -resize "800>" '/tmp/rails20120514-12618-1nxgocx20120514-12618-1ojzw6r'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12618-1nxgocx.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12618-1nxgocx.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-1nxgocx20120514-12618-1okebws'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (47.3ms)
+Completed 200 OK in 52ms (Views: 51.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (5.0ms)
+Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (2.1ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:33 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xab6c204 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12700-xzm73z>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:33 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 48ms (Views: 41.6ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa767528 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12700-ukii9o>>}
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:33 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 51ms (Views: 50.2ms | ActiveRecord: 0.1ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xba0b2c4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12700-1eks3wn>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 174ms (Views: 1.5ms | ActiveRecord: 1.0ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa97d038 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12700-jriet5>>}
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 136ms (Views: 0.8ms | ActiveRecord: 1.0ms)
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.3ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 189ms (Views: 0.5ms | ActiveRecord: 0.9ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms)
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.5ms)
+Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.2ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_uid" varchar(255) NOT NULL, "data_name" varchar(255) NOT NULL, "data_mime_type" varchar(255), "data_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (35.0ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:50 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_50_993_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:50 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0x903164c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12839-y1bmev>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_85_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 53ms (Views: 41.6ms | ActiveRecord: 0.7ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x959d234 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12839-1d6n67u>>}
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_141_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_152_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_192_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms)
+Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_392_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0x9e6d1e8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12839-afcls>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_442_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 23ms (Views: 1.9ms | ActiveRecord: 1.0ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x9a31610 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12839-67di14>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_471_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 21ms (Views: 0.7ms | ActiveRecord: 1.0ms)
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_496_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_515_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.1ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (5.2ms)
+Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.0ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (2.8ms)
+Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a42de2f153246000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:18 UTC, "updated_at"=>2012-05-14 14:44:18 UTC, "created_at"=>2012-05-14 14:44:18 UTC}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a42de2f153246000001')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a42de2f153246000001/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa9e09e4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12870-8ydayj>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}])
+[paperclip] Saving attachments.
+ Rendered text template (0.0ms)
+Completed 200 OK in 96ms (Views: 49.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000002')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000002/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa5268e0 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12870-1e1fjt5>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000003')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000003/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000004')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000004/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb11a43de2f153246000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11a43de2f153246000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000005')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000005/rails_tar.gz
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 50ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.2ms)
+Completed 200 OK in 55ms (Views: 54.7ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (1ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-50br09.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-50br09.png[0]' -resize "800>" '/tmp/rails20120514-12870-50br0920120514-12870-ok7sxb'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-50br09.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-50br09.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-50br0920120514-12870-183eo6t'
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb268724 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12870-ihw2ie>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-mkl9lz.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-mkl9lz.png[0]' -resize "800>" '/tmp/rails20120514-12870-mkl9lz20120514-12870-po417f'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-mkl9lz.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-mkl9lz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-mkl9lz20120514-12870-19fizwd'
+Completed 500 Internal Server Error in 88ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb2a9e2c @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12870-1d6zanm>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-vy70w3.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-vy70w3.png[0]' -resize "800>" '/tmp/rails20120514-12870-vy70w320120514-12870-flvnr1'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-vy70w3.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-vy70w3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-vy70w320120514-12870-11tp6my'
+Completed 500 Internal Server Error in 54ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-1x7fd15.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-1x7fd15.png[0]' -resize "800>" '/tmp/rails20120514-12870-1x7fd1520120514-12870-16c79it'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-1x7fd15.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-1x7fd15.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-1x7fd1520120514-12870-1athu70'
+Completed 500 Internal Server Error in 62ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-1tpd9yn.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-1tpd9yn.png[0]' -resize "800>" '/tmp/rails20120514-12870-1tpd9yn20120514-12870-1t2c20a'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-12870-1tpd9yn.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-12870-1tpd9yn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-1tpd9yn20120514-12870-1cggjpr'
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms)
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f15324600000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.9ms)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a43de2f15324600000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a44de2f15324600000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a44de2f15324600000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a44de2f153246000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a44de2f153246000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a44de2f153246000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb11a44de2f153246000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11a44de2f153246000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a44de2f153246000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a59de2f15329b000001'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:41 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:41 UTC}])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a59de2f15329b000001')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb0fd77c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12955-get7ox>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a59de2f15329b000002'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:41 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:41 UTC}])
+ Rendered text template (0.0ms)
+Completed 200 OK in 54ms (Views: 46.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a59de2f15329b000002')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb0d30e4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-12955-cmx6pf>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a59de2f15329b000003'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:41 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:41 UTC}])
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (33ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a59de2f15329b000003')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000004'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:42 UTC}])
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000004')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000005'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:42 UTC}])
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb11a5ade2f15329b000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms)
+Completed 200 OK in 55ms (Views: 53.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000007'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000007')})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb76a948 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12955-b4zpf9>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000008'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}])
+Completed 200 OK in 203ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000008')})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb0ba350 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-12955-a5dqg2>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000009'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}])
+Completed 200 OK in 159ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000009')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b00000a'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}])
+Completed 200 OK in 206ms (Views: 1.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b00000a')})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b00000b'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:43 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:43 UTC}])
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"4fb11a5bde2f15329b00000b"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b00000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (43.8ms)
+Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000d')})
+ [1m[35m (0.2ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b00000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb11a5bde2f15329b000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11a5bde2f15329b000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000001'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000001')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaa2bb24 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13193-18f3ifv>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000002'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}])
+ Rendered text template (0.0ms)
+Completed 200 OK in 52ms (Views: 45.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000002')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa9f95c0 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13193-glwfuk>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000003'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}])
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000003')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000004'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}])
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000004')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000005'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}])
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb11b63de2f153389000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11b63de2f153389000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms)
+Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f153389000007'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f153389000007')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa3cb9f0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13193-8xycti>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f153389000008'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}])
+Completed 200 OK in 176ms (Views: 2.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f153389000008')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa9ebc68 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13193-15zwwpc>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f153389000009'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}])
+Completed 200 OK in 139ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f153389000009')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f15338900000a'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}])
+Completed 200 OK in 205ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f15338900000a')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f15338900000b'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}])
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"4fb11b64de2f15338900000b"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11b64de2f15338900000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f15338900000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms)
+Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f15338900000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (42.7ms)
+Completed 200 OK in 48ms (Views: 47.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b64de2f15338900000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b65de2f15338900000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b65de2f15338900000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b65de2f153389000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b65de2f153389000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b65de2f153389000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb11b65de2f153389000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11b65de2f153389000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (3.4ms)
+Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b65de2f153389000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000001')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000001/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0x98b9968 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13362-12g8pyd>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}])
+[paperclip] Saving attachments.
+ Rendered text template (0.0ms)
+Completed 200 OK in 98ms (Views: 51.7ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000002')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000002/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa9d6ca0 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13362-10brwkv>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000003')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000003/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000004')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000004/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb11b6ede2f153432000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11b6ede2f153432000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000005')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000005/rails_tar.gz
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 48ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-1rxuam7.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-1rxuam7.png[0]' -resize "800>" '/tmp/rails20120514-13362-1rxuam720120514-13362-i4o9kl'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-1rxuam7.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-1rxuam7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-1rxuam720120514-13362-7fzcw0'
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaf861c8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13362-f6dvbd>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-woa8k5.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-woa8k5.png[0]' -resize "800>" '/tmp/rails20120514-13362-woa8k520120514-13362-144yizy'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-woa8k5.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-woa8k5.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-woa8k520120514-13362-1pxv9mq'
+Completed 500 Internal Server Error in 74ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x9f79c58 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13362-m8fl8f>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-113yebz.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-113yebz.png[0]' -resize "800>" '/tmp/rails20120514-13362-113yebz20120514-13362-1n3brij'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-113yebz.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-113yebz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-113yebz20120514-13362-1cy3l9d'
+Completed 500 Internal Server Error in 70ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-ofca.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-ofca.png[0]' -resize "800>" '/tmp/rails20120514-13362-ofca20120514-13362-1jl1zgb'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-ofca.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-ofca.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-ofca20120514-13362-spimbd'
+Completed 500 Internal Server Error in 64ms
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-4ryvwy.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-4ryvwy.png[0]' -resize "800>" '/tmp/rails20120514-13362-4ryvwy20120514-13362-qpay7l'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13362-4ryvwy.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13362-4ryvwy.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-4ryvwy20120514-13362-1jgnhyo'
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f15343200000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.9ms)
+Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f15343200000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f15343200000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f15343200000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f153432000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f153432000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f153432000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb11b6fde2f153432000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11b6fde2f153432000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (4.5ms)
+Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f153432000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.5ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa190ff0 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13478-kzo44c>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 51ms (Views: 42.2ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa303af4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13478-1jyb8f1>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.1ms)
+Completed 200 OK in 46ms (Views: 44.1ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-13kiuxv.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-13kiuxv.png[0]' -resize "800>" '/tmp/rails20120514-13478-13kiuxv20120514-13478-wlsv3r'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-13kiuxv.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-13kiuxv.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-13kiuxv20120514-13478-1epgs4m'
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa2d4b14 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13478-1xzfla2>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-ab9djm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-ab9djm.png[0]' -resize "800>" '/tmp/rails20120514-13478-ab9djm20120514-13478-mt3sgi'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-ab9djm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-ab9djm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-ab9djm20120514-13478-4v44dp'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+Completed 500 Internal Server Error in 81ms
+ [1m[35mCkeditor::Picture Load (0.4ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa52c074 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13478-1q7prwn>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-13k7kp0.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-13k7kp0.png[0]' -resize "800>" '/tmp/rails20120514-13478-13k7kp020120514-13478-1tcznny'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-13k7kp0.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-13k7kp0.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-13k7kp020120514-13478-lht6kc'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+Completed 500 Internal Server Error in 72ms
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-rcib7e.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-rcib7e.png[0]' -resize "800>" '/tmp/rails20120514-13478-rcib7e20120514-13478-1vz5lb3'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-rcib7e.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-rcib7e.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-rcib7e20120514-13478-1vopvau'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+Completed 500 Internal Server Error in 85ms
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-4pz831.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-4pz831.png[0]' -resize "800>" '/tmp/rails20120514-13478-4pz83120120514-13478-fbutd6'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13478-4pz831.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13478-4pz831.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-4pz83120120514-13478-ediomj'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms)
+Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms)
+ [1m[36mCkeditor::Picture Load (0.3ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.7ms)
+Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.5ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa59e9e4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13674-15vnx9y>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 51ms (Views: 41.6ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa139d40 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13674-1gbetnq>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms)
+Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-m1u8oy.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-m1u8oy.png[0]' -resize "800>" '/tmp/rails20120514-13674-m1u8oy20120514-13674-40qr4v'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-m1u8oy.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-m1u8oy.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-m1u8oy20120514-13674-1ilbako'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa6e35d4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13674-1mr6t5>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-1qnx3ke.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-1qnx3ke.png[0]' -resize "800>" '/tmp/rails20120514-13674-1qnx3ke20120514-13674-1unfpvk'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-1qnx3ke.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-1qnx3ke.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-1qnx3ke20120514-13674-hw13i6'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'
+ [1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+Completed 500 Internal Server Error in 67ms
+ [1m[35mCkeditor::Picture Load (0.4ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaadd5f4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13674-2ksomk>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-1k1mfh1.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-1k1mfh1.png[0]' -resize "800>" '/tmp/rails20120514-13674-1k1mfh120120514-13674-x01nf'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-1k1mfh1.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-1k1mfh1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-1k1mfh120120514-13674-rt0mof'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'
+ [1m[36m (0.2ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+Completed 500 Internal Server Error in 89ms
+ [1m[35mCkeditor::Picture Load (0.4ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-1cvlieg.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-1cvlieg.png[0]' -resize "800>" '/tmp/rails20120514-13674-1cvlieg20120514-13674-1rxaddb'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-1cvlieg.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-1cvlieg.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-1cvlieg20120514-13674-s5t83c'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'
+ [1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
+Completed 500 Internal Server Error in 124ms
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-11pqod1.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-11pqod1.png[0]' -resize "800>" '/tmp/rails20120514-13674-11pqod120120514-13674-qzddcu'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13674-11pqod1.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13674-11pqod1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-11pqod120120514-13674-l3hg0l'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.4ms)
+Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (5.2ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xacd04d8 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13807-1ndvmws>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 51ms (Views: 42.4ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa860114 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13807-ewl40d>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms)
+Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1urarcm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-1urarcm.png[0]' -resize "800>" '/tmp/rails20120514-13807-1urarcm20120514-13807-ay6m8n'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1urarcm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-1urarcm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-1urarcm20120514-13807-14c12vv'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1urarcm.png[0]'
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb104a68 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13807-1kqfu64>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1b45fs7.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-1b45fs7.png[0]' -resize "800>" '/tmp/rails20120514-13807-1b45fs720120514-13807-acve6m'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1b45fs7.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-1b45fs7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-1b45fs720120514-13807-aqkrb4'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1b45fs7.png[0]'
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 84ms (Views: 0.8ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xab0e640 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13807-czb427>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-qyd7v4.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-qyd7v4.png[0]' -resize "800>" '/tmp/rails20120514-13807-qyd7v420120514-13807-1eewghv'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-qyd7v4.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-qyd7v4.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-qyd7v420120514-13807-ni8dib'
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-qyd7v4.png[0]'
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 122ms (Views: 0.4ms | ActiveRecord: 1.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-20ayug.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-20ayug.png[0]' -resize "800>" '/tmp/rails20120514-13807-20ayug20120514-13807-1ewii0p'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-20ayug.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-20ayug.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-20ayug20120514-13807-1s2x822'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-20ayug.png[0]'
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 70ms (Views: 0.7ms | ActiveRecord: 0.9ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1j6yf10.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-1j6yf10.png[0]' -resize "800>" '/tmp/rails20120514-13807-1j6yf1020120514-13807-aq6iv8'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1j6yf10.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13807-1j6yf10.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-1j6yf1020120514-13807-1itf24f'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13807-1j6yf10.png[0]'
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.6ms)
+Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.5ms)
+Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.3ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.9ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb4bd268 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13910-cqvnyr>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 51ms (Views: 41.9ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xac05878 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-13910-1jqo1k>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 0.5ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms)
+Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-nehseh.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-nehseh.png[0]' -resize "800>" '/tmp/rails20120514-13910-nehseh20120514-13910-2b0vb5'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-nehseh.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-nehseh.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-nehseh20120514-13910-h6o6uq'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-nehseh.png[0]'
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xba7dc5c @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13910-9kopm9>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-hvl58g.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-hvl58g.png[0]' -resize "800>" '/tmp/rails20120514-13910-hvl58g20120514-13910-1e8lm0i'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-hvl58g.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-hvl58g.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-hvl58g20120514-13910-zfn6fr'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-hvl58g.png[0]'
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 86ms (Views: 1.1ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb23f914 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-13910-12edse8>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-ejf4tm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-ejf4tm.png[0]' -resize "800>" '/tmp/rails20120514-13910-ejf4tm20120514-13910-xlc1n2'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-ejf4tm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-ejf4tm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-ejf4tm20120514-13910-22iks5'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-ejf4tm.png[0]'
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 117ms (Views: 0.4ms | ActiveRecord: 0.9ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-x4ha13.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-x4ha13.png[0]' -resize "800>" '/tmp/rails20120514-13910-x4ha1320120514-13910-16pbtyo'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-x4ha13.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-x4ha13.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-x4ha1320120514-13910-1fjrxep'
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-x4ha13.png[0]'
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 84ms (Views: 0.6ms | ActiveRecord: 1.1ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-mhj6cn.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-mhj6cn.png[0]' -resize "800>" '/tmp/rails20120514-13910-mhj6cn20120514-13910-cl8131'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-mhj6cn.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-13910-mhj6cn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-mhj6cn20120514-13910-4g089u'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-13910-mhj6cn.png[0]'
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.6ms)
+Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.2ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000001')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000001/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb64d1c8 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14007-1wpuatb>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}])
+[paperclip] Saving attachments.
+ Rendered text template (0.0ms)
+Completed 200 OK in 97ms (Views: 52.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000002')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000002/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb8a6848 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14007-rza0un>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000003')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000003/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000004')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000004/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb1203ede2f1536b7000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000005')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000005/rails_tar.gz
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 49ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-yguvyv.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-yguvyv.png[0]' -resize "800>" '/tmp/rails20120514-14007-yguvyv20120514-14007-7rfzg3'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-yguvyv.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-yguvyv.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-yguvyv20120514-14007-1nk2ou4'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-yguvyv.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000007')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000007/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000007/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000007/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb310a78 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14007-10qqo07>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1rmst5n.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1rmst5n.png[0]' -resize "800>" '/tmp/rails20120514-14007-1rmst5n20120514-14007-76cv6f'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1rmst5n.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1rmst5n.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1rmst5n20120514-14007-1k3tuov'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1rmst5n.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000008'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+Completed 200 OK in 57ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000008')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000008/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000008/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000008/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbb57844 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14007-iqlkck>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1or9rkm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1or9rkm.png[0]' -resize "800>" '/tmp/rails20120514-14007-1or9rkm20120514-14007-3pn2yg'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1or9rkm.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1or9rkm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1or9rkm20120514-14007-1dvel0t'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1or9rkm.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000009'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+Completed 200 OK in 85ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000009')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000009/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000009/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000009/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1fp8m9e.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1fp8m9e.png[0]' -resize "800>" '/tmp/rails20120514-14007-1fp8m9e20120514-14007-1yvqm2e'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1fp8m9e.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1fp8m9e.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1fp8m9e20120514-14007-1l4b76g'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1fp8m9e.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b700000a'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+Completed 200 OK in 120ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b700000a')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b700000a/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b700000a/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b700000a/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1jmnd1w.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1jmnd1w.png[0]' -resize "800>" '/tmp/rails20120514-14007-1jmnd1w20120514-14007-1cge8cj'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1jmnd1w.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14007-1jmnd1w.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1jmnd1w20120514-14007-1n44zic'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14007-1jmnd1w.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b700000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:51 UTC, "updated_at"=>2012-05-14 15:09:51 UTC, "created_at"=>2012-05-14 15:09:51 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"4fb1203fde2f1536b700000b"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000b')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203fde2f1536b700000b/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203fde2f1536b700000b/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203fde2f1536b700000b/thumb_rails.png
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b700000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (5.3ms)
+Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b700000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b7000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b7000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b7000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb1203fde2f1536b7000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb1203fde2f1536b7000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (3.4ms)
+Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b7000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.2ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (4.7ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xac61f4c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14106-o6k1gg>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 51ms (Views: 42.3ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa5fa438 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14106-1f9rpwi>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-12tnmia.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-12tnmia.png[0]' -resize "800>" '/tmp/rails20120514-14106-12tnmia20120514-14106-kaa890'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-12tnmia.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-12tnmia.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-12tnmia20120514-14106-x13b8o'
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-12tnmia.png[0]'
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb221748 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14106-1bzrz0b>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-1v5he8h.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-1v5he8h.png[0]' -resize "800>" '/tmp/rails20120514-14106-1v5he8h20120514-14106-1mkuplw'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-1v5he8h.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-1v5he8h.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-1v5he8h20120514-14106-1cg1eg1'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-1v5he8h.png[0]'
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 57ms (Views: 0.8ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xac40018 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14106-jajwpx>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-1l5l5ow.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-1l5l5ow.png[0]' -resize "800>" '/tmp/rails20120514-14106-1l5l5ow20120514-14106-1nywbxm'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-1l5l5ow.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-1l5l5ow.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-1l5l5ow20120514-14106-1vdyhq5'
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-1l5l5ow.png[0]'
+ [1m[35mSQL (1.0ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 129ms (Views: 0.4ms | ActiveRecord: 1.3ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+[paperclip] Scheduling attachments for deletion.
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-4eif06.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-4eif06.png[0]' -resize "800>" '/tmp/rails20120514-14106-4eif0620120514-14106-5enz0k'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-4eif06.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-4eif06.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-4eif0620120514-14106-1h0ev0p'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-4eif06.png[0]'
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 84ms (Views: 0.5ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-gmoo17.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-gmoo17.png[0]' -resize "800>" '/tmp/rails20120514-14106-gmoo1720120514-14106-1z0kszy'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-gmoo17.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14106-gmoo17.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-gmoo1720120514-14106-1kd7bwq'
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14106-gmoo17.png[0]'
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["width", 50]]
+[paperclip] Saving attachments.
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+[paperclip] Scheduling attachments for deletion.
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 8ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.3ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (5.1ms)
+Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.1ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.1ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (1.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa4143a8 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14203-14kurgn>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 47ms (Views: 40.2ms | ActiveRecord: 0.4ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa209e78 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14203-1k3w17u>>}
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 50ms (Views: 49.0ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", 50]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb05bc88 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14203-n2b0ep>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", 50]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 195ms (Views: 0.9ms | ActiveRecord: 0.9ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa3af200 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14203-drl6zv>>}
+ [1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["width", 50]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 135ms (Views: 0.7ms | ActiveRecord: 0.9ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["width", 50]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 188ms (Views: 0.4ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["width", 50]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (1.6ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (4.4ms)
+Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
+ [1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
+ [1m[35m (0.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
+Migrating to CreatePosts (20110623120047)
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_uid" varchar(255) NOT NULL, "data_name" varchar(255) NOT NULL, "data_mime_type" varchar(255), "data_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "data_width" integer, "data_height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.2ms)[0m CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
+ [1m[36m (0.1ms)[0m [1mPRAGMA index_list("ckeditor_assets")[0m
+ [1m[35m (0.0ms)[0m PRAGMA index_info('idx_ckeditor_assetable_type')
+ [1m[36m (0.2ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")[0m
+ [1m[35m (0.1ms)[0m begin transaction
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call width(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-13vtda6> >). You may need to register one that can.
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call height(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-13vtda6> >). You may need to register one that can.
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (6.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_56_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa3fc0a0 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14370-9d323l>>, "CKEditor"=>"ckeditor_field"}
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call width(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-9d323l> >). You may need to register one that can.
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call height(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-9d323l> >). You may need to register one that can.
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_142_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ Rendered text template (0.0ms)
+Completed 200 OK in 108ms (Views: 76.4ms | ActiveRecord: 0.7ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa64f49c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14370-1g5qhcl>>}
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call width(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-1g5qhcl> >). You may need to register one that can.
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call height(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-1g5qhcl> >). You may need to register one that can.
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_253_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 23ms (Views: 0.6ms | ActiveRecord: 0.5ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call width(<Dragonfly::TempObject tempfile=#<File:/tmp/606afce7fb0b4b3c151f12365698c20cae841b8320120514-14370-jx). You may need to register one that can.
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call height(<Dragonfly::TempObject tempfile=#<File:/tmp/606afce7fb0b4b3c151f12365698c20cae841b8320120514-14370-jx). You may need to register one that can.
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_284_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 21ms (Views: 0.3ms | ActiveRecord: 0.5ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call width(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-1cxpikr> >). You may need to register one that can.
+None of the functions registered with #<Dragonfly::Analyser:0xa65bb5c> were able to deal with the method call height(<Dragonfly::TempObject pathname=#<Pathname:/tmp/rails.tar.gz20120514-14370-1cxpikr> >). You may need to register one that can.
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_310_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 14ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms)
+Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_515_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb0414b4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14370-oj84vc>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_549_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 27ms (Views: 1.0ms | ActiveRecord: 0.6ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb0d5998 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14370-axf9xn>>}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+Binary data inserted for `string` type on column `data_uid`
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_582_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Completed 200 OK in 25ms (Views: 0.4ms | ActiveRecord: 0.6ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.0ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[35m (0.2ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_622_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+Completed 200 OK in 37ms (Views: 0.4ms | ActiveRecord: 1.0ms)
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.7ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+Binary data inserted for `string` type on column `data_uid`
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_661_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+Processing by Ckeditor::PicturesController#index as HTML
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms)
+Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (42.7ms)
+Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" [0m
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)
+ [1m[35m (0.1ms)[0m SAVEPOINT active_record_1
+ [1m[36mSQL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = ?[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
+ [1m[36m (0.1ms)[0m [1mrollback transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]
+ Rendered posts/_form.html.erb (3.8ms)
+Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms)
+ [1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
+ [1m[35mSQL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000001')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000001/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa772d88 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14452-t56quq>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}])
+[paperclip] Saving attachments.
+ Rendered text template (0.0ms)
+Completed 200 OK in 92ms (Views: 46.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000002')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000002/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa78a438 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14452-1fpaz3x>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000003')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000003/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}])
+[paperclip] Saving attachments.
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000004')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000004/rails_tar.gz
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb12086de2f153874000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12086de2f153874000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000005')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000005/rails_tar.gz
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 49ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-zvjhwh.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-zvjhwh.png[0]' -resize "800>" '/tmp/rails20120514-14452-zvjhwh20120514-14452-cksiof'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-zvjhwh.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-zvjhwh.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-zvjhwh20120514-14452-1rh7c1w'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-zvjhwh.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000007')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12086de2f153874000007/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12086de2f153874000007/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12086de2f153874000007/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaea6ab4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14452-19emgju>>, "CKEditor"=>"ckeditor_field"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-1g0dsnl.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-1g0dsnl.png[0]' -resize "800>" '/tmp/rails20120514-14452-1g0dsnl20120514-14452-4agynf'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-1g0dsnl.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-1g0dsnl.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-1g0dsnl20120514-14452-dtwa'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-1g0dsnl.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000008'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+Completed 200 OK in 82ms (Views: 1.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000008')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000008/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000008/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000008/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb2b98e0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14452-1q42cmz>>}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-16zc7ai.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-16zc7ai.png[0]' -resize "800>" '/tmp/rails20120514-14452-16zc7ai20120514-14452-1pt8gj'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-16zc7ai.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-16zc7ai.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-16zc7ai20120514-14452-16e4enj'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-16zc7ai.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000009'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+Completed 200 OK in 84ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000009')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000009/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000009/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000009/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-ket7gt.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-ket7gt.png[0]' -resize "800>" '/tmp/rails20120514-14452-ket7gt20120514-14452-30xa52'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-ket7gt.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-ket7gt.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-ket7gt20120514-14452-45ykql'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-ket7gt.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000a'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+Completed 200 OK in 103ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000a')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000a/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000a/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000a/thumb_rails.png
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-1xpzls6.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-1xpzls6.png[0]' -resize "800>" '/tmp/rails20120514-14452-1xpzls620120514-14452-sf2a8b'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-1xpzls6.png[0]'
+[32mCommand[0m :: convert '/tmp/rails20120514-14452-1xpzls6.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-1xpzls620120514-14452-1ml3th8'
+[32mCommand[0m :: identify -format %wx%h '/tmp/rails20120514-14452-1xpzls6.png[0]'
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}])
+[paperclip] Saving attachments.
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"4fb12087de2f15387400000b"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12087de2f15387400000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]])
+[paperclip] Scheduling attachments for deletion.
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000b')})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000b/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000b/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000b/thumb_rails.png
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms)
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (5.3ms)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb12087de2f153874000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb12087de2f153874000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
+MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000001'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000001')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb551ecc @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14551-1022xr7>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000002'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}])
+ Rendered text template (0.0ms)
+Completed 200 OK in 52ms (Views: 44.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000002')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb531064 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20120514-14551-bspw6n>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000003'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}])
+Completed 200 OK in 40ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000003')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000004'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}])
+Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000004')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000005'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}])
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>"4fb12094de2f1538d7000005"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12094de2f1538d7000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.0ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d7000007'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d7000007')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbb3eaec @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14551-1bza5au>>, "CKEditor"=>"ckeditor_field"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d7000008'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}])
+Completed 200 OK in 169ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d7000008')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb5186a4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20120514-14551-bvqnz1>>}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d7000009'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}])
+Completed 200 OK in 161ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d7000009')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d700000a'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}])
+Completed 200 OK in 195ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d700000a')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d700000b'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}])
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>"4fb12095de2f1538d700000b"}
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12095de2f1538d700000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]])
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d700000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+Processing by Ckeditor::PicturesController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]])
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
+Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d700000d'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#new as HTML
+ Rendered posts/_form.html.erb (8.0ms)
+Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d700000d')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12096de2f1538d700000f'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12096de2f1538d700000f')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12096de2f1538d7000010'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#index as HTML
+MONGODB (0ms) ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12096de2f1538d7000010')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12096de2f1538d7000011'), "title"=>"test", "content"=>"content", "info"=>"info"}])
+Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4fb12096de2f1538d7000011"}
+MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb12096de2f1538d7000011')}).limit(-1).sort([[:_id, :asc]])
+ Rendered posts/_form.html.erb (5.4ms)
+Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12096de2f1538d7000011')})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['posts'].remove({})
+MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1)
+MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})
+ [1m[35m (0.1ms)[0m rollback transaction