test/dummy/log/test.log in ckeditor-3.6.0 vs test/dummy/log/test.log in ckeditor-3.6.1
- old
+ new
@@ -6889,5 +6889,2813 @@
Parameters: {"id"=>"4e326f16de2f150ee000000d"}
MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e326f16de2f150ee000000d')})
Rendered posts/_form.html.erb (3.5ms)
Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e326f16de2f150ee000000d')})
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.3ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbb27f18 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-3353-xle0u4-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.035847', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.035847')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Rendered text template (0.0ms)
+Completed 200 OK in 457ms (Views: 13.0ms | ActiveRecord: 1.5ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35mAREL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbaca318 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-3353-u2enpm-0>>}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.193148', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.193148')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Completed 200 OK in 108ms (Views: 0.5ms | ActiveRecord: 0.9ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.293897', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.293897')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Completed 200 OK in 95ms (Views: 0.6ms | ActiveRecord: 0.8ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.394570', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.394570')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 7ms
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc[0m
+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.6ms)
+Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.3ms)
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbc98348 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-3353-gubk0f-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.135164', '2011-08-23 08:06:49.135164', NULL, 'Ckeditor::Picture', 6646, 'rails.png')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 597ms (Views: 1.1ms | ActiveRecord: 0.9ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+[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[35mAREL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xba64b08 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-3353-38e3p0-0>>}
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.368586', '2011-08-23 08:06:49.368586', NULL, 'Ckeditor::Picture', 6646, 'rails.png')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 221ms (Views: 0.4ms | ActiveRecord: 1.0ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+[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[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.542153', '2011-08-23 08:06:49.542153', NULL, 'Ckeditor::Picture', 6646, 'rails.png')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 164ms (Views: 0.5ms | ActiveRecord: 1.0ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.6ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.685788', '2011-08-23 08:06:49.685788', NULL, 'Ckeditor::Picture', 6646, 'rails.png')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 6ms
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#index as HTML
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc[0m
+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.7ms)
+Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.3ms)
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.749781', 'info', '2011-08-23 08:06:49.749781', 'content')
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (5.1ms)
+Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.2ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.889569', 'info', '2011-08-23 08:06:49.889569', 'content')
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts"[0m
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.6ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mAREL (0.1ms)[0m [1mINSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.912066', 'info', '2011-08-23 08:06:49.912066', 'content')[0m
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.921013', 'info', '2011-08-23 08:06:49.921013', 'content')
+
+
+Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1[0m
+Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[36mSQL (0.4ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_content_type", "type", "data_file_size", "created_at", "updated_at", "data_file_name") VALUES (NULL, NULL, 'application/x-gzip', 'Ckeditor::AttachmentFile', 6823, '2011-08-23 09:15:41.297366', '2011-08-23 09:15:41.297366', 'rails_tar.gz')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "data_file_size", "type", "data_content_type", "created_at", "data_file_name", "updated_at", "assetable_id") VALUES (NULL, 6646, 'Ckeditor::Picture', 'image/png', '2011-08-23 09:15:41.494141', 'rails.png', '2011-08-23 09:15:41.494141', NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_type", "created_at", "data_file_size", "type", "data_file_name", "assetable_id", "data_content_type", "updated_at") VALUES (NULL, '2011-08-23 09:16:40.503285', 6823, 'Ckeditor::AttachmentFile', 'rails_tar.gz', NULL, 'application/x-gzip', '2011-08-23 09:16:40.503285')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("created_at", "data_content_type", "data_file_size", "type", "assetable_id", "updated_at", "data_file_name", "assetable_type") VALUES ('2011-08-23 09:16:40.744552', 'image/png', 6646, 'Ckeditor::Picture', NULL, '2011-08-23 09:16:40.744552', 'rails.png', NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("type", "data_file_name", "created_at", "assetable_id", "data_file_size", "data_content_type", "updated_at", "assetable_type") VALUES ('Ckeditor::AttachmentFile', 'rails_tar.gz', '2011-08-23 09:17:06.187974', NULL, 6823, 'application/x-gzip', '2011-08-23 09:17:06.187974', NULL)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "type", "data_file_name", "created_at", "data_content_type", "data_file_size", "assetable_type", "assetable_id") VALUES ('2011-08-23 09:17:06.337372', 'Ckeditor::Picture', 'rails.png', '2011-08-23 09:17:06.337372', 'image/png', 6646, NULL, NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("type", "data_file_size", "data_content_type", "created_at", "updated_at", "assetable_id", "data_file_name", "assetable_type") VALUES ('Ckeditor::AttachmentFile', 6823, 'application/x-gzip', '2011-08-23 09:17:30.693968', '2011-08-23 09:17:30.693968', NULL, 'rails_tar.gz', NULL)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "data_content_type", "data_file_size", "data_file_name", "updated_at", "created_at", "assetable_id", "type") VALUES (NULL, 'image/png', 6646, 'rails.png', '2011-08-23 09:17:30.868507', '2011-08-23 09:17:30.868507', NULL, 'Ckeditor::Picture')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+ [1m[36mSQL (0.3ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m select sqlite_version(*)
+ [1m[36mSQL (178.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
+ [1m[35mSQL (0.1ms)[0m PRAGMA index_list("schema_migrations")
+ [1m[36mSQL (104.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35mSQL (0.3ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.2ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
+Migrating to CreatePosts (20110623120047)
+ [1m[36mSQL (0.8ms)[0m [1mCREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime, "updated_at" datetime) [0m
+ [1m[35mSQL (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[36mSQL (0.6ms)[0m [1mCREATE 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, "updated_at" datetime) [0m
+ [1m[35mSQL (0.1ms)[0m PRAGMA index_list("ckeditor_assets")
+ [1m[36mSQL (0.2ms)[0m [1mCREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")[0m
+ [1m[35mSQL (0.1ms)[0m PRAGMA index_list("ckeditor_assets")
+ [1m[36mSQL (0.1ms)[0m [1mPRAGMA index_info('idx_ckeditor_assetable_type')[0m
+ [1m[35mSQL (0.2ms)[0m CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")
+ [1m[36mSQL (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20110705195648')[0m
+ [1m[35mSQL (0.2ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "assetable_id", "assetable_type", "height", "created_at", "data_file_size", "type", "updated_at", "data_file_name", "data_content_type") VALUES (NULL, NULL, NULL, NULL, '2011-08-23 09:19:37.564707', 6823, 'Ckeditor::AttachmentFile', '2011-08-23 09:19:37.564707', 'rails_tar.gz', 'application/x-gzip')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("width", "assetable_id", "type", "data_file_name", "height", "data_file_size", "data_content_type", "updated_at", "assetable_type", "created_at") VALUES (NULL, NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', NULL, 6823, 'application/x-gzip', '2011-08-23 09:20:13.515546', NULL, '2011-08-23 09:20:13.515546')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "height", "assetable_id", "data_content_type", "created_at", "data_file_size", "type", "assetable_type", "data_file_name", "width") VALUES ('2011-08-23 09:20:13.785485', 64, NULL, 'image/png', '2011-08-23 09:20:13.785485', 6646, 'Ckeditor::Picture', NULL, 'rails.png', 50)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("data_file_name", "assetable_type", "data_content_type", "created_at", "data_file_size", "type", "assetable_id", "height", "updated_at", "width") VALUES ('rails_tar.gz', NULL, 'application/x-gzip', '2011-08-23 09:20:27.879237', 6823, 'Ckeditor::AttachmentFile', NULL, NULL, '2011-08-23 09:20:27.879237', NULL)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "height", "data_file_name", "created_at", "assetable_type", "data_content_type", "assetable_id", "data_file_size", "type", "updated_at") VALUES (50, 64, 'rails.png', '2011-08-23 09:20:28.025418', NULL, 'image/png', NULL, 6646, 'Ckeditor::Picture', '2011-08-23 09:20:28.025418')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("type", "updated_at", "created_at", "assetable_type", "data_file_size", "data_file_name", "data_content_type", "assetable_id", "width", "height") VALUES ('Ckeditor::AttachmentFile', '2011-08-23 09:20:41.410525', '2011-08-23 09:20:41.410525', NULL, 6823, 'rails_tar.gz', 'application/x-gzip', NULL, NULL, NULL)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("type", "data_content_type", "data_file_name", "assetable_type", "width", "height", "updated_at", "assetable_id", "data_file_size", "created_at") VALUES ('Ckeditor::Picture', 'image/png', 'rails.png', NULL, 50, 64, '2011-08-23 09:20:41.568643', NULL, 6646, '2011-08-23 09:20:41.568643')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:26:20 UTC 2011, "data_updated_at"=>Tue Aug 23 09:26:20 UTC 2011, "updated_at"=>Tue Aug 23 09:26:20 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53723cde2f151212000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53723cde2f151212000001/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:26:21 UTC 2011, "data_updated_at"=>Tue Aug 23 09:26:20 UTC 2011, "updated_at"=>Tue Aug 23 09:26:21 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53723dde2f151212000002'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/thumb_rails.png
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:30:27 UTC 2011, "data_updated_at"=>Tue Aug 23 09:30:27 UTC 2011, "updated_at"=>Tue Aug 23 09:30:27 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537333de2f15123b000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537333de2f15123b000001/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:30:28 UTC 2011, "data_updated_at"=>Tue Aug 23 09:30:27 UTC 2011, "updated_at"=>Tue Aug 23 09:30:28 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537334de2f15123b000002'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/original_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/thumb_rails.png
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_content_type", "height", "data_file_size", "width", "data_file_name", "type", "assetable_type", "updated_at", "created_at", "assetable_id") VALUES ('application/x-gzip', NULL, 6823, NULL, 'rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, '2011-08-23 09:31:08.045557', '2011-08-23 09:31:08.045557', NULL)
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_file_size", "data_file_name", "created_at", "height", "assetable_type", "type", "updated_at", "width", "data_content_type", "assetable_id") VALUES (6823, 'rails.tar.gz', '2011-08-23 09:32:03.594047', NULL, NULL, 'Ckeditor::AttachmentFile', '2011-08-23 09:32:03.594047', NULL, 'application/x-gzip', NULL)
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("height", "data_file_name", "width", "assetable_id", "data_file_size", "type", "updated_at", "assetable_type", "data_content_type", "created_at") VALUES (NULL, 'rails.tar.gz', NULL, NULL, 6823, 'Ckeditor::AttachmentFile', '2011-08-23 09:34:49.334123', NULL, 'application/x-gzip', '2011-08-23 09:34:49.334123')
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_file_name", "updated_at", "created_at", "assetable_type", "data_file_size", "assetable_id", "height", "type", "data_content_type", "width") VALUES ('rails.png', '2011-08-23 09:34:49.926761', '2011-08-23 09:34:49.926761', NULL, 6646, NULL, 64, 'Ckeditor::Picture', 'image/png', 50)[0m
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("height", "type", "updated_at", "created_at", "width", "assetable_id", "data_content_type", "data_file_size", "data_file_name", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', '2011-08-23 09:35:36.087689', '2011-08-23 09:35:36.087689', NULL, NULL, 'application/x-gzip', 6823, 'rails.tar.gz', NULL)
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "type", "data_content_type", "data_file_size", "assetable_type", "updated_at", "width", "height", "created_at", "data_file_name") VALUES (NULL, 'Ckeditor::Picture', 'image/png', 6646, NULL, '2011-08-23 09:35:36.560276', NULL, NULL, '2011-08-23 09:35:36.560276', 'rails.png')[0m
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_file_name", "assetable_id", "type", "data_file_size", "assetable_type", "created_at", "width", "data_content_type", "height", "updated_at") VALUES ('rails.tar.gz', NULL, 'Ckeditor::AttachmentFile', 6823, NULL, '2011-08-23 09:35:46.537548', NULL, 'application/x-gzip', NULL, '2011-08-23 09:35:46.537548')
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "type", "data_file_size", "created_at", "width", "assetable_id", "height", "updated_at", "data_file_name", "data_content_type") VALUES (NULL, 'Ckeditor::Picture', 6646, '2011-08-23 09:35:47.054918', 50, NULL, 64, '2011-08-23 09:35:47.054918', 'rails.png', 'image/png')[0m
+ [1m[36mSQL (0.4ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.599264', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.599264', 'rails_tar.gz', NULL, 6823)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbd52f90 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-4935-jp0jp8-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.745351', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.745351', 'rails_tar.gz', NULL, 6823)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Rendered text template (0.0ms)
+Completed 200 OK in 128ms (Views: 2.4ms | ActiveRecord: 1.6ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbca5430 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-4935-15dhov1-0>>}
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.868438', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.868438', 'rails_tar.gz', NULL, 6823)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Completed 200 OK in 116ms (Views: 0.6ms | ActiveRecord: 0.9ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.3ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.992504', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.992504', 'rails_tar.gz', NULL, 6823)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Completed 200 OK in 113ms (Views: 0.6ms | ActiveRecord: 1.1ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mAREL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:58.093482', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:58.093482', 'rails_tar.gz', NULL, 6823)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 8ms
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[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" = '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.7ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:39.734711', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:39.734711')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+ [1m[35mSQL (0.3ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbc4d1cc @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-4935-gpxo6l-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:39.999577', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:39.999577')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 253ms (Views: 0.7ms | ActiveRecord: 1.3ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbbb1114 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-4935-m2mdxa-0>>}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:40.230040', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:40.230040')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 222ms (Views: 0.4ms | ActiveRecord: 0.9ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+[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[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:40.441506', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:40.441506')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 203ms (Views: 0.4ms | ActiveRecord: 1.0ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:40.614333', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:40.614333')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 9ms
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#index as HTML
+ [1m[36mCkeditor::Picture Load (0.3ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc[0m
+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: 4.1ms | ActiveRecord: 0.6ms)
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.656527', 'test', '2011-08-23 09:39:40.656527', 'info')
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (77.8ms)
+Completed 200 OK in 83ms (Views: 82.9ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.752397', 'test', '2011-08-23 09:39:40.752397', 'info')
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts"[0m
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.6ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.763616', 'test', '2011-08-23 09:39:40.763616', 'info')[0m
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.774039', 'test', '2011-08-23 09:39:40.774039', 'info')
+
+
+Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1[0m
+Rendered posts/_form.html.erb (3.2ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.6ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.022120', NULL, '2011-08-23 09:40:03.022120', 6823, NULL)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xab65e2c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5038-1ddobze-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.053509', NULL, '2011-08-23 09:40:03.053509', 6823, NULL)
+Rendered text template (0.0ms)
+Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 1.4ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xab31050 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5038-seu21k-0>>}
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.065208', NULL, '2011-08-23 09:40:03.065208', 6823, NULL)[0m
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.124373', NULL, '2011-08-23 09:40:03.124373', 6823, NULL)
+Completed 200 OK in 55ms (Views: 0.3ms | ActiveRecord: 0.6ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.179111', NULL, '2011-08-23 09:40:03.179111', 6823, NULL)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 6ms
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[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" = '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 (2.6ms)
+Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:31.774009', '2011-08-23 09:40:31.774009', 6646, 'image/png', 'Ckeditor::Picture', NULL)[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xac595b8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5038-12zjqsn-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:32.306840', '2011-08-23 09:40:32.306840', 6646, 'image/png', 'Ckeditor::Picture', NULL)[0m
+Completed 200 OK in 524ms (Views: 1.1ms | ActiveRecord: 1.3ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.3ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaeb83b8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5038-1v8hbzg-0>>}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:32.887482', '2011-08-23 09:40:32.887482', 6646, 'image/png', 'Ckeditor::Picture', NULL)
+Completed 200 OK in 567ms (Views: 0.4ms | ActiveRecord: 1.2ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:33.467931', '2011-08-23 09:40:33.467931', 6646, 'image/png', 'Ckeditor::Picture', NULL)[0m
+Completed 200 OK in 623ms (Views: 0.4ms | ActiveRecord: 0.9ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:33.972360', '2011-08-23 09:40:33.972360', 6646, 'image/png', 'Ckeditor::Picture', NULL)[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 5ms
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#index as HTML
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc[0m
+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 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.005556', 'content', 'info', 'test', '2011-08-23 09:40:34.005556')
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (3.9ms)
+Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.028098', 'content', 'info', 'test', '2011-08-23 09:40:34.028098')
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts"[0m
+Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.5ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.039038', 'content', 'info', 'test', '2011-08-23 09:40:34.039038')[0m
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.5ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.049231', 'content', 'info', 'test', '2011-08-23 09:40:34.049231')
+
+
+Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPost Load (0.2ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1[0m
+Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mSQL (0.6ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.2ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.352066', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.352066')
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb011e1c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5194-1nnmsr6-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.380513', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.380513')
+Rendered text template (0.0ms)
+Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 1.6ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xafdd158 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5194-3x38yj-0>>}
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.392945', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.392945')[0m
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.7ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.506021', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.506021')
+Completed 200 OK in 110ms (Views: 0.5ms | ActiveRecord: 0.8ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.516103', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.516103')
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = '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" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 6ms
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[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" = '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 (2.7ms)
+Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.4ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:23.902506', '2011-08-23 09:42:23.902506', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb1b7f64 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5194-1i48pf6-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:24.382799', '2011-08-23 09:42:24.382799', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)[0m
+Completed 200 OK in 475ms (Views: 0.7ms | ActiveRecord: 1.0ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb0ec260 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5194-xd21na-0>>}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:24.902381', '2011-08-23 09:42:24.902381', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)
+Completed 200 OK in 513ms (Views: 0.4ms | ActiveRecord: 0.8ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:25.456445', '2011-08-23 09:42:25.456445', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)[0m
+Completed 200 OK in 548ms (Views: 0.4ms | ActiveRecord: 0.8ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:26.019997', '2011-08-23 09:42:26.019997', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 4ms
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#index as HTML
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc[0m
+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 4ms (Views: 2.8ms | ActiveRecord: 0.3ms)
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.052153', 'info', 'content', '2011-08-23 09:42:26.052153', 'test')
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (3.9ms)
+Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.074375', 'info', 'content', '2011-08-23 09:42:26.074375', 'test')
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts"[0m
+Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.084685', 'info', 'content', '2011-08-23 09:42:26.084685', 'test')[0m
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.093532', 'info', 'content', '2011-08-23 09:42:26.093532', 'test')
+
+
+Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1[0m
+Rendered posts/_form.html.erb (3.1ms)
+Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000001/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa1a5cfc @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5353-7d61f3-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000002'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000002/rails_tar.gz
+Rendered text template (0.0ms)
+Completed 200 OK in 143ms (Views: 2.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000002/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537621de2f1514e9000002')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa0b77c8 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5353-zcg7g-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000003'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000003/rails_tar.gz
+Completed 200 OK in 69ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000003/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537621de2f1514e9000003')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000004'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000004/rails_tar.gz
+Completed 200 OK in 91ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000004/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537621de2f1514e9000004')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:58 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:58 UTC 2011, "updated_at"=>Tue Aug 23 09:42:58 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537622de2f1514e9000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537622de2f1514e9000005/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e537622de2f1514e9000005')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537622de2f1514e9000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537622de2f1514e9000005/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537622de2f1514e9000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 10ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
+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 (3.5ms)
+Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e9000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/original_rails.png
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa02f1d4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5353-11uxbku-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e9000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/original_rails.png
+Completed 200 OK in 153ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e9000008')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x9f3fb20 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5353-1pfne7x-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e9000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/original_rails.png
+Completed 200 OK in 161ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e9000009')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e900000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/original_rails.png
+Completed 200 OK in 155ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e900000a')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e900000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/original_rails.png
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e537637de2f1514e900000b')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537637de2f1514e900000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e900000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 8ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::PicturesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
+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 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537637de2f1514e900000d'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (4.8ms)
+Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e900000d')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537638de2f1514e900000f'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537638de2f1514e900000f')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537638de2f1514e9000010'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537638de2f1514e9000010')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537638de2f1514e9000011'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/4e537638de2f1514e9000011/edit" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4e537638de2f1514e9000011"}
+MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e537638de2f1514e9000011')})
+Rendered posts/_form.html.erb (5.9ms)
+Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537638de2f1514e9000011')})
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000001/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb0f1fe4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5420-8tyvdj-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000002'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000002/rails_tar.gz
+Rendered text template (0.0ms)
+Completed 200 OK in 140ms (Views: 2.9ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000002/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000002')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaf5b48c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5420-1dbrwro-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000003'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000003/rails_tar.gz
+Completed 200 OK in 122ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000003/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000003')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000004'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000004/rails_tar.gz
+Completed 200 OK in 81ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000004/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000004')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000005/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e53766ade2f15152c000005')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53766ade2f15152c000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000005/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 7ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
+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 (3.5ms)
+Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/original_rails.png
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaf951dc @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5420-9lsqk5-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/original_rails.png
+Completed 200 OK in 162ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768ade2f15152c000008')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaec15e4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5420-20im20-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/original_rails.png
+Completed 200 OK in 155ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768ade2f15152c000009')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c00000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/original_rails.png
+Completed 200 OK in 141ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768ade2f15152c00000a')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:43 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:43 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768bde2f15152c00000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/original_rails.png
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e53768bde2f15152c00000b')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53768bde2f15152c00000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/thumb_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/content_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c00000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::PicturesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
+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 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c00000d'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (4.1ms)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c00000d')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c00000f'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c00000f')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c000010'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c000010')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c000011'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/4e53768bde2f15152c000011/edit" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4e53768bde2f15152c000011"}
+MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e53768bde2f15152c000011')})
+Rendered posts/_form.html.erb (3.6ms)
+Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c000011')})
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xae9de64 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5487-1z0xzjt-0>>, "CKEditor"=>"ckeditor_field"}
+Completed 500 Internal Server Error in 3ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xae4b970 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5487-ryxvc3-0>>}
+Completed 500 Internal Server Error in 1ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+Completed 500 Internal Server Error in 131ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
+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 (2.4ms)
+Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb03c9f0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5487-mtdmth-0>>, "CKEditor"=>"ckeditor_field"}
+Completed 500 Internal Server Error in 1ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xafc8514 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5487-1b7s4ib-0>>}
+Completed 500 Internal Server Error in 1ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+Completed 500 Internal Server Error in 47ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::PicturesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
+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.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f000009'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (4.0ms)
+Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f000009')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f00000b'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000b')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f00000c'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000c')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f00000d'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/4e5376d0de2f15156f00000d/edit" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4e5376d0de2f15156f00000d"}
+MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000d')})
+Rendered posts/_form.html.erb (3.7ms)
+Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000d')})
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000001'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb387a9c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5559-xu1xyc-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000002'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+Rendered text template (0.0ms)
+Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000002')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb352f40 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5559-jo7nry-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000003'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000003')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000004'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+Completed 200 OK in 117ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000004')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000005'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e53781ede2f1515b7000005')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53781ede2f1515b7000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 6ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
+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 (2.7ms)
+Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:54 UTC 2011, "updated_at"=>Tue Aug 23 09:51:54 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783ade2f1515b7000007'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb7d5c34 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5559-1meqow9-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:55 UTC 2011, "updated_at"=>Tue Aug 23 09:51:55 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783ade2f1515b7000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
+Completed 200 OK in 487ms (Views: 0.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783ade2f1515b7000008')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb6ac8d0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5559-1ivsc7b-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:55 UTC 2011, "updated_at"=>Tue Aug 23 09:51:55 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783bde2f1515b7000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
+Completed 200 OK in 577ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783bde2f1515b7000009')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:56 UTC 2011, "updated_at"=>Tue Aug 23 09:51:56 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783bde2f1515b700000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
+Completed 200 OK in 496ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783bde2f1515b700000a')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:56 UTC 2011, "updated_at"=>Tue Aug 23 09:51:56 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783cde2f1515b700000b'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e53783cde2f1515b700000b')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53783cde2f1515b700000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783cde2f1515b700000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 5ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::PicturesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
+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 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783cde2f1515b700000d'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:51:56 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (4.2ms)
+Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783cde2f1515b700000d')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783dde2f1515b700000f'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:51:57 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783dde2f1515b700000f')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783dde2f1515b7000010'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:51:57 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783dde2f1515b7000010')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783dde2f1515b7000011'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/4e53783dde2f1515b7000011/edit" for 127.0.0.1 at Tue Aug 23 12:51:57 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4e53783dde2f1515b7000011"}
+MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e53783dde2f1515b7000011')})
+Rendered posts/_form.html.erb (3.4ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783dde2f1515b7000011')})
+MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB admin['$cmd'].find({:ismaster=>1})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:08 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000001/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbaaff68 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5713-1r498mf-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000002'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000002/rails_tar.gz
+Rendered text template (0.0ms)
+Completed 200 OK in 103ms (Views: 1.6ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000002/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000002')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb91e190 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5713-106gev-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000003'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000003/rails_tar.gz
+Completed 200 OK in 100ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000003/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000003')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000004'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000004/rails_tar.gz
+Completed 200 OK in 88ms (Views: 0.4ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000004/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000004')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000005/rails_tar.gz
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e537849de2f151651000005')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537849de2f151651000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000005/rails_tar.gz
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000005')})
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 8ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
+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 (6.6ms)
+Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537868de2f151651000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/original_rails.png
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb898d24 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5713-fbw72r-0>>, "CKEditor"=>"ckeditor_field"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537868de2f151651000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/original_rails.png
+Completed 200 OK in 193ms (Views: 1.2ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/thumb_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537868de2f151651000008')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb7c5488 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5713-as0fk8-0>>}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537868de2f151651000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/original_rails.png
+Completed 200 OK in 173ms (Views: 0.5ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/thumb_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537868de2f151651000009')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537869de2f15165100000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/original_rails.png
+Completed 200 OK in 200ms (Views: 0.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/thumb_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000a')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537869de2f15165100000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/original_rails.png
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>BSON::ObjectId('4e537869de2f15165100000b')}
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537869de2f15165100000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/original_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/content_rails.png
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/thumb_rails.png
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000b')})
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+ Processing by Ckeditor::PicturesController#index as HTML
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
+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 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f15165100000d'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (4.4ms)
+Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000d')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f15165100000f'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000f')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f151651000010'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
+ Processing by PostsController#index as HTML
+MONGODB ckeditor-test-suite['posts'].find({})
+Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f151651000010')})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['posts'].remove({})
+MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
+MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
+MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f151651000011'), "info"=>"info", "content"=>"content"}])
+
+
+Started GET "/posts/4e537869de2f151651000011/edit" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"4e537869de2f151651000011"}
+MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e537869de2f151651000011')})
+Rendered posts/_form.html.erb (3.6ms)
+Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
+MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f151651000011')})
+ [1m[36mSQL (0.5ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:54.840112', NULL, NULL, NULL, '2011-08-23 09:52:54.840112', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa5e662c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5791-13m8gg8-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35mAREL (0.3ms)[0m INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:54.958790', NULL, NULL, NULL, '2011-08-23 09:52:54.958790', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Rendered text template (0.0ms)
+Completed 200 OK in 96ms (Views: 1.7ms | ActiveRecord: 1.5ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa53889c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5791-dxnx9r-0>>}
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:55.072975', NULL, NULL, NULL, '2011-08-23 09:52:55.072975', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Completed 200 OK in 108ms (Views: 0.6ms | ActiveRecord: 1.0ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35mAREL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:55.273136', NULL, NULL, NULL, '2011-08-23 09:52:55.273136', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+Completed 200 OK in 191ms (Views: 0.7ms | ActiveRecord: 1.2ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mAREL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:55.373651', NULL, NULL, NULL, '2011-08-23 09:52:55.373651', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = '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" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
+[paperclip] Deleting attachments.
+[paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
+ [1m[36mAREL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 12ms
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[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" = '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.7ms)
+Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:28.692568', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:28.692568', 50, NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa4d1de0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5791-kbma0m-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.5ms)[0m [1mINSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:28.927238', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:28.927238', 50, NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 224ms (Views: 0.7ms | ActiveRecord: 1.4ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa43e068 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5791-ybaotq-0>>}
+ [1m[35mAREL (0.6ms)[0m INSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:29.158460', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:29.158460', 50, NULL)
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 227ms (Views: 0.7ms | ActiveRecord: 1.1ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.3ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+[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[36mAREL (0.2ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:29.373701', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:29.373701', 50, NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 1.1ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+[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[35mAREL (0.2ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:29.578089', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:29.578089', 50, NULL)[0m
+[paperclip] Saving attachments.
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
+[paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::Picture Load (0.3ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+[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[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 7ms
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#index as HTML
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc[0m
+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 4ms (Views: 2.7ms | ActiveRecord: 0.3ms)
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.613166', 'test', 'info', 'content', '2011-08-23 09:53:29.613166')
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (3.9ms)
+Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.706141', 'test', 'info', 'content', '2011-08-23 09:53:29.706141')
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts"[0m
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.716571', 'test', 'info', 'content', '2011-08-23 09:53:29.716571')[0m
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.2ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.5ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.726868', 'test', 'info', 'content', '2011-08-23 09:53:29.726868')
+
+
+Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1[0m
+Rendered posts/_form.html.erb (3.3ms)
+Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mSQL (0.4ms)[0m [1m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+[0m
+ [1m[35mSQL (0.1ms)[0m SELECT name
+ FROM sqlite_master
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
+ [1m[36mSQL (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+Migrating to CreatePosts (20110623120047)
+Migrating to CreateCkeditorAssets (20110705195648)
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.151873', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.151873')
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaf3b448 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5881-clx7yh-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.176211', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.176211')
+Rendered text template (0.0ms)
+Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.5ms)
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaf06798 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5881-1qkd7qh-0>>}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.189867', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.189867')[0m
+Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.7ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>"rails.tar.gz"}
+ [1m[35mAREL (0.4ms)[0m INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.267132', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.267132')
+Completed 200 OK in 75ms (Views: 0.8ms | ActiveRecord: 0.8ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.2ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.280394', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.280394')
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1[0m
+Redirected to http://test.host/ckeditor/attachment_files
+Completed 302 Found in 6ms
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mCkeditor::AttachmentFile Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[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" = '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 (2.8ms)
+Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms)
+ [1m[36mCkeditor::AttachmentFile Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+ [1m[36mSQL (0.2ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'[0m
+ [1m[35mCkeditor::AttachmentFile Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:54.908808', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:54.908808', 6646, 'rails.png', 50, 64)[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb00b1d4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5881-18zp3al-0>>, "CKEditor"=>"ckeditor_field"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:55.350673', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:55.350673', 6646, 'rails.png', 50, 64)[0m
+Completed 200 OK in 519ms (Views: 0.6ms | ActiveRecord: 1.0ms)
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb2a2758 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5881-835f3e-0>>}
+ [1m[35mAREL (0.5ms)[0m INSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:55.928198', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:55.928198', 6646, 'rails.png', 50, 64)
+Completed 200 OK in 491ms (Views: 0.7ms | ActiveRecord: 1.0ms)
+ [1m[36mSQL (0.3ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1[0m
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>"rails.png"}
+ [1m[36mAREL (0.3ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:56.477060', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:56.477060', 6646, 'rails.png', 50, 64)[0m
+Completed 200 OK in 538ms (Views: 0.4ms | ActiveRecord: 0.9ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+ [1m[36mAREL (0.4ms)[0m [1mINSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:57.006937', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:57.006937', 6646, 'rails.png', 50, 64)[0m
+ [1m[35mSQL (0.2ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#destroy as HTML
+ Parameters: {"id"=>1}
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1[0m
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
+Redirected to http://test.host/ckeditor/pictures
+Completed 302 Found in 5ms
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ Processing by Ckeditor::PicturesController#index as HTML
+ [1m[36mCkeditor::Picture Load (0.2ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc[0m
+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 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
+ [1m[35mCkeditor::Picture Load (0.1ms)[0m SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mSQL (0.1ms)[0m [1mSELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ Processing by Ckeditor::PicturesController#create as HTML
+ Parameters: {"qqfile"=>nil}
+Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
+ [1m[35mSQL (0.1ms)[0m SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
+ [1m[36mCkeditor::Picture Load (0.1ms)[0m [1mSELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.039566', 'test', 'content', '2011-08-23 09:54:57.039566', 'info')
+
+
+Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
+ Processing by PostsController#new as HTML
+Rendered posts/_form.html.erb (4.3ms)
+Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.063315', 'test', 'content', '2011-08-23 09:54:57.063315', 'info')
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts"[0m
+Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1
+ [1m[36mAREL (0.2ms)[0m [1mINSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.073611', 'test', 'content', '2011-08-23 09:54:57.073611', 'info')[0m
+
+
+Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
+ Processing by PostsController#index as HTML
+ [1m[35mPost Load (0.1ms)[0m SELECT "posts".* FROM "posts"
+Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.4ms)
+ [1m[36mAREL (0.1ms)[0m [1mDELETE FROM "posts" WHERE "posts"."id" = 1[0m
+ [1m[35mAREL (0.2ms)[0m INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.082474', 'test', 'content', '2011-08-23 09:54:57.082474', 'info')
+
+
+Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
+ Processing by PostsController#edit as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPost Load (0.1ms)[0m [1mSELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1[0m
+Rendered posts/_form.html.erb (3.4ms)
+Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms)
+ [1m[35mAREL (0.1ms)[0m DELETE FROM "posts" WHERE "posts"."id" = 1