(0.1ms) select sqlite_version(*)  (154.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (84.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime, "updated_at" datetime)  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047') Migrating to CreateCkeditorAssets (20110705195648)  (0.6ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.3ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110705195648')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (87.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:27:45 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:27:45 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6135-183wh5f.png[0]' Command :: convert '/tmp/stream20120104-6135-183wh5f.png[0]' -resize "800>" '/tmp/stream20120104-6135-183wh5f20120104-6135-wpb5vk' Command :: identify -format %wx%h '/tmp/stream20120104-6135-183wh5f.png[0]' Command :: convert '/tmp/stream20120104-6135-183wh5f.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6135-183wh5f20120104-6135-x1yof0'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6135-183wh5f.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:27:46 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:27:46 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (5.7ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:28:07 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (10.1ms) Rendered posts/new.html.erb within layouts/application (20.7ms) Completed 200 OK in 92ms (Views: 91.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:28:07 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:28:07 +0200 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:28:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:28:07 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Rendered posts/edit.html.erb within layouts/application (4.5ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (5.0ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:01 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:29:02 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.1ms) Rendered posts/new.html.erb within layouts/application (10.7ms) Completed 200 OK in 52ms (Views: 51.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:29:02 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (2.7ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:29:02 +0200 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:29:02 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Rendered posts/edit.html.erb within layouts/application (4.6ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:29:22 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.2ms) Rendered posts/new.html.erb within layouts/application (11.0ms) Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:29:22 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:29:22 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:29:22 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:29:22 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (4.0ms) Rendered posts/edit.html.erb within layouts/application (5.8ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (44.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:29:45 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:29:45 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6194-3kc67g.png[0]' Command :: convert '/tmp/stream20120104-6194-3kc67g.png[0]' -resize "800>" '/tmp/stream20120104-6194-3kc67g20120104-6194-yiqrzr' Command :: identify -format %wx%h '/tmp/stream20120104-6194-3kc67g.png[0]' Command :: convert '/tmp/stream20120104-6194-3kc67g.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6194-3kc67g20120104-6194-etzcik'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6194-3kc67g.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:29:45 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:29:45 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (38.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:38:12 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:38:12 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6281-1qhkot7.png[0]' Command :: convert '/tmp/stream20120104-6281-1qhkot7.png[0]' -resize "800>" '/tmp/stream20120104-6281-1qhkot720120104-6281-j2r7ce' Command :: identify -format %wx%h '/tmp/stream20120104-6281-1qhkot7.png[0]' Command :: convert '/tmp/stream20120104-6281-1qhkot7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6281-1qhkot720120104-6281-1i26dho'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6281-1qhkot7.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:38:12 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:38:12 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (40.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:39:02 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:39:02 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6308-12x7iln.png[0]' Command :: convert '/tmp/stream20120104-6308-12x7iln.png[0]' -resize "800>" '/tmp/stream20120104-6308-12x7iln20120104-6308-1y47opn' Command :: identify -format %wx%h '/tmp/stream20120104-6308-12x7iln.png[0]' Command :: convert '/tmp/stream20120104-6308-12x7iln.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6308-12x7iln20120104-6308-1msivoy'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6308-12x7iln.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:39:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:39:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (40.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:39:21 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:39:21 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6335-9qwce4.png[0]' Command :: convert '/tmp/stream20120104-6335-9qwce4.png[0]' -resize "800>" '/tmp/stream20120104-6335-9qwce420120104-6335-oloxnn' Command :: identify -format %wx%h '/tmp/stream20120104-6335-9qwce4.png[0]' Command :: convert '/tmp/stream20120104-6335-9qwce4.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6335-9qwce420120104-6335-efj8gc'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6335-9qwce4.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:39:21 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:39:21 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Completed 500 Internal Server Error in 109ms Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (38.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:39:54 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:39:54 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6361-nm7q93.png[0]' Command :: convert '/tmp/stream20120104-6361-nm7q93.png[0]' -resize "800>" '/tmp/stream20120104-6361-nm7q9320120104-6361-18u0xj1' Command :: identify -format %wx%h '/tmp/stream20120104-6361-nm7q93.png[0]' Command :: convert '/tmp/stream20120104-6361-nm7q93.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6361-nm7q9320120104-6361-35wai3'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6361-nm7q93.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:39:54 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:39:54 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (38.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:44:02 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:44:02 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6447-1d1e45w.png[0]' Command :: convert '/tmp/stream20120104-6447-1d1e45w.png[0]' -resize "800>" '/tmp/stream20120104-6447-1d1e45w20120104-6447-bxthyu' Command :: identify -format %wx%h '/tmp/stream20120104-6447-1d1e45w.png[0]' Command :: convert '/tmp/stream20120104-6447-1d1e45w.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6447-1d1e45w20120104-6447-mtgvlv'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6447-1d1e45w.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:44:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:44:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Completed 500 Internal Server Error in 92ms Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (38.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:45:49 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:45:49 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Command :: identify -format %wx%h '/tmp/stream20120104-6477-1g03u05.png[0]' Command :: convert '/tmp/stream20120104-6477-1g03u05.png[0]' -resize "800>" '/tmp/stream20120104-6477-1g03u0520120104-6477-1dqm554' Command :: identify -format %wx%h '/tmp/stream20120104-6477-1g03u05.png[0]' Command :: convert '/tmp/stream20120104-6477-1g03u05.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6477-1g03u0520120104-6477-cemxsa'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6477-1g03u05.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:45:49 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:45:49 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Completed 500 Internal Server Error in 91ms Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (7.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:30 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:48:30 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 305ms (Views: 57.8ms | ActiveRecord: 7.8ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 126ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 171ms (Views: 0.5ms | ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 500 Internal Server Error in 11ms Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 55ms (Views: 53.3ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6509-bssckt.png[0]' Command :: convert '/tmp/stream20120104-6509-bssckt.png[0]' -resize "800>" '/tmp/stream20120104-6509-bssckt20120104-6509-1vwgz2d' Command :: identify -format %wx%h '/tmp/stream20120104-6509-bssckt.png[0]' Command :: convert '/tmp/stream20120104-6509-bssckt.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6509-bssckt20120104-6509-j8lzeu'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6509-bssckt.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 192ms (Views: 2.2ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6509-1ez5hv2.png[0]' Command :: convert '/tmp/stream20120104-6509-1ez5hv2.png[0]' -resize "800>" '/tmp/stream20120104-6509-1ez5hv220120104-6509-129rax4' Command :: identify -format %wx%h '/tmp/stream20120104-6509-1ez5hv2.png[0]' Command :: convert '/tmp/stream20120104-6509-1ez5hv2.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6509-1ez5hv220120104-6509-17sz14'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6509-1ez5hv2.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:48:31 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 181ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6509-yq2q1i.png[0]' Command :: convert '/tmp/stream20120104-6509-yq2q1i.png[0]' -resize "800>" '/tmp/stream20120104-6509-yq2q1i20120104-6509-3yuq32' Command :: identify -format %wx%h '/tmp/stream20120104-6509-yq2q1i.png[0]' Command :: convert '/tmp/stream20120104-6509-yq2q1i.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6509-yq2q1i20120104-6509-1ku4t2p'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6509-yq2q1i.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:48:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 210ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6509-rcmu46.png[0]' Command :: convert '/tmp/stream20120104-6509-rcmu46.png[0]' -resize "800>" '/tmp/stream20120104-6509-rcmu4620120104-6509-1xgfn7r' Command :: identify -format %wx%h '/tmp/stream20120104-6509-rcmu46.png[0]' Command :: convert '/tmp/stream20120104-6509-rcmu46.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6509-rcmu4620120104-6509-123t7ro'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6509-rcmu46.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:48:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:48:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 500 Internal Server Error in 13ms Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.5ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (9.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 299ms (Views: 44.4ms | ActiveRecord: 9.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 121ms (Views: 0.4ms | ActiveRecord: 1.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 131ms (Views: 0.5ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:51:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6609-lrhydi.png[0]' Command :: convert '/tmp/stream20120104-6609-lrhydi.png[0]' -resize "800>" '/tmp/stream20120104-6609-lrhydi20120104-6609-1u3fx1e' Command :: identify -format %wx%h '/tmp/stream20120104-6609-lrhydi.png[0]' Command :: convert '/tmp/stream20120104-6609-lrhydi.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6609-lrhydi20120104-6609-rswvie'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6609-lrhydi.png[0]' SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 199ms (Views: 2.2ms | ActiveRecord: 1.8ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6609-vvvf10.png[0]' Command :: convert '/tmp/stream20120104-6609-vvvf10.png[0]' -resize "800>" '/tmp/stream20120104-6609-vvvf1020120104-6609-1tkl4tm' Command :: identify -format %wx%h '/tmp/stream20120104-6609-vvvf10.png[0]' Command :: convert '/tmp/stream20120104-6609-vvvf10.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6609-vvvf1020120104-6609-18uh9rt'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6609-vvvf10.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 171ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6609-y5n9j3.png[0]' Command :: convert '/tmp/stream20120104-6609-y5n9j3.png[0]' -resize "800>" '/tmp/stream20120104-6609-y5n9j320120104-6609-1ufgye5' Command :: identify -format %wx%h '/tmp/stream20120104-6609-y5n9j3.png[0]' Command :: convert '/tmp/stream20120104-6609-y5n9j3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6609-y5n9j320120104-6609-1i49hsi'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6609-y5n9j3.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 194ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6609-1n79w0l.png[0]' Command :: convert '/tmp/stream20120104-6609-1n79w0l.png[0]' -resize "800>" '/tmp/stream20120104-6609-1n79w0l20120104-6609-kaheh0' Command :: identify -format %wx%h '/tmp/stream20120104-6609-1n79w0l.png[0]' Command :: convert '/tmp/stream20120104-6609-1n79w0l.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6609-1n79w0l20120104-6609-1u4vswb'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6609-1n79w0l.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:51:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:07 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:52:07 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:07 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:52:07 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 209ms (Views: 45.6ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 115ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 112ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 50ms (Views: 48.9ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-6693-1n9hovq.png[0]' Command :: convert '/tmp/stream20120104-6693-1n9hovq.png[0]' -resize "800>" '/tmp/stream20120104-6693-1n9hovq20120104-6693-14om5w5' Command :: identify -format %wx%h '/tmp/stream20120104-6693-1n9hovq.png[0]' Command :: convert '/tmp/stream20120104-6693-1n9hovq.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6693-1n9hovq20120104-6693-ubu71j'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6693-1n9hovq.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6693-1m44jgp.png[0]' Command :: convert '/tmp/stream20120104-6693-1m44jgp.png[0]' -resize "800>" '/tmp/stream20120104-6693-1m44jgp20120104-6693-rzlquq' Command :: identify -format %wx%h '/tmp/stream20120104-6693-1m44jgp.png[0]' Command :: convert '/tmp/stream20120104-6693-1m44jgp.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6693-1m44jgp20120104-6693-15v79nn'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6693-1m44jgp.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:52:08 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 143ms (Views: 2.2ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6693-1iteuyw.png[0]' Command :: convert '/tmp/stream20120104-6693-1iteuyw.png[0]' -resize "800>" '/tmp/stream20120104-6693-1iteuyw20120104-6693-1xu3psi' Command :: identify -format %wx%h '/tmp/stream20120104-6693-1iteuyw.png[0]' Command :: convert '/tmp/stream20120104-6693-1iteuyw.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6693-1iteuyw20120104-6693-g4cdr4'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6693-1iteuyw.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 235ms (Views: 0.4ms | ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6693-klifpd.png[0]' Command :: convert '/tmp/stream20120104-6693-klifpd.png[0]' -resize "800>" '/tmp/stream20120104-6693-klifpd20120104-6693-gn3kqp' Command :: identify -format %wx%h '/tmp/stream20120104-6693-klifpd.png[0]' Command :: convert '/tmp/stream20120104-6693-klifpd.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6693-klifpd20120104-6693-1qcz4mq'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6693-klifpd.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 151ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6693-155lzss.png[0]' Command :: convert '/tmp/stream20120104-6693-155lzss.png[0]' -resize "800>" '/tmp/stream20120104-6693-155lzss20120104-6693-dyaa6a' Command :: identify -format %wx%h '/tmp/stream20120104-6693-155lzss.png[0]' Command :: convert '/tmp/stream20120104-6693-155lzss.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6693-155lzss20120104-6693-cz26cv'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6693-155lzss.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:52:09 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:52:09 +0200 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:52:09 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:52:09 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:52:09 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 159ms (Views: 47.0ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 369ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:53:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 93ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 12ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-6795-1uaefzi.png[0]' Command :: convert '/tmp/stream20120104-6795-1uaefzi.png[0]' -resize "800>" '/tmp/stream20120104-6795-1uaefzi20120104-6795-wtwupw' Command :: identify -format %wx%h '/tmp/stream20120104-6795-1uaefzi.png[0]' Command :: convert '/tmp/stream20120104-6795-1uaefzi.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6795-1uaefzi20120104-6795-hgo9h6'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6795-1uaefzi.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6795-fs258j.png[0]' Command :: convert '/tmp/stream20120104-6795-fs258j.png[0]' -resize "800>" '/tmp/stream20120104-6795-fs258j20120104-6795-1mlbr5p' Command :: identify -format %wx%h '/tmp/stream20120104-6795-fs258j.png[0]' Command :: convert '/tmp/stream20120104-6795-fs258j.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6795-fs258j20120104-6795-yaa5uw'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6795-fs258j.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 142ms (Views: 2.2ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6795-1r5ig0w.png[0]' Command :: convert '/tmp/stream20120104-6795-1r5ig0w.png[0]' -resize "800>" '/tmp/stream20120104-6795-1r5ig0w20120104-6795-kj2h1i' Command :: identify -format %wx%h '/tmp/stream20120104-6795-1r5ig0w.png[0]' Command :: convert '/tmp/stream20120104-6795-1r5ig0w.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6795-1r5ig0w20120104-6795-1pky7k8'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6795-1r5ig0w.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 243ms (Views: 0.4ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6795-1pylizx.png[0]' Command :: convert '/tmp/stream20120104-6795-1pylizx.png[0]' -resize "800>" '/tmp/stream20120104-6795-1pylizx20120104-6795-g06rlj' Command :: identify -format %wx%h '/tmp/stream20120104-6795-1pylizx.png[0]' Command :: convert '/tmp/stream20120104-6795-1pylizx.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6795-1pylizx20120104-6795-12hr0vc'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6795-1pylizx.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:53:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 179ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6795-14hq1f3.png[0]' Command :: convert '/tmp/stream20120104-6795-14hq1f3.png[0]' -resize "800>" '/tmp/stream20120104-6795-14hq1f320120104-6795-1flxjd8' Command :: identify -format %wx%h '/tmp/stream20120104-6795-14hq1f3.png[0]' Command :: convert '/tmp/stream20120104-6795-14hq1f3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6795-14hq1f320120104-6795-g7lgiw'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6795-14hq1f3.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:53:25 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:53:25 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:53:25 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:53:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:53:25 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (6.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 166ms (Views: 50.0ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 152ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 133ms (Views: 0.5ms | ActiveRecord: 1.7ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:54:48 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 13ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-6897-mpwnta.png[0]' Command :: convert '/tmp/stream20120104-6897-mpwnta.png[0]' -resize "800>" '/tmp/stream20120104-6897-mpwnta20120104-6897-1e7p6sv' Command :: identify -format %wx%h '/tmp/stream20120104-6897-mpwnta.png[0]' Command :: convert '/tmp/stream20120104-6897-mpwnta.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6897-mpwnta20120104-6897-1a0txtj'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6897-mpwnta.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6897-1ncvp65.png[0]' Command :: convert '/tmp/stream20120104-6897-1ncvp65.png[0]' -resize "800>" '/tmp/stream20120104-6897-1ncvp6520120104-6897-1k0zij' Command :: identify -format %wx%h '/tmp/stream20120104-6897-1ncvp65.png[0]' Command :: convert '/tmp/stream20120104-6897-1ncvp65.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6897-1ncvp6520120104-6897-oqukec'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6897-1ncvp65.png[0]' SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 179ms (Views: 2.3ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6897-1lbonwe.png[0]' Command :: convert '/tmp/stream20120104-6897-1lbonwe.png[0]' -resize "800>" '/tmp/stream20120104-6897-1lbonwe20120104-6897-1glpm89' Command :: identify -format %wx%h '/tmp/stream20120104-6897-1lbonwe.png[0]' Command :: convert '/tmp/stream20120104-6897-1lbonwe.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6897-1lbonwe20120104-6897-2x61em'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6897-1lbonwe.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 212ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-6897-h8mnsg.png[0]' Command :: convert '/tmp/stream20120104-6897-h8mnsg.png[0]' -resize "800>" '/tmp/stream20120104-6897-h8mnsg20120104-6897-11ft29g' Command :: identify -format %wx%h '/tmp/stream20120104-6897-h8mnsg.png[0]' Command :: convert '/tmp/stream20120104-6897-h8mnsg.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6897-h8mnsg20120104-6897-1h0alkk'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6897-h8mnsg.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 156ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6897-phag9l.png[0]' Command :: convert '/tmp/stream20120104-6897-phag9l.png[0]' -resize "800>" '/tmp/stream20120104-6897-phag9l20120104-6897-xm79us' Command :: identify -format %wx%h '/tmp/stream20120104-6897-phag9l.png[0]' Command :: convert '/tmp/stream20120104-6897-phag9l.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-6897-phag9l20120104-6897-1rrowoi'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-6897-phag9l.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:54:49 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:54:49 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:54:49 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:54:49 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:54:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:54:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:54:50 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.4ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 163ms (Views: 48.3ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 149ms (Views: 0.4ms | ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 138ms (Views: 0.4ms | ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:56:05 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 12ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.1ms) Completed 200 OK in 48ms (Views: 46.7ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-7003-1yr9ejd.png[0]' Command :: convert '/tmp/stream20120104-7003-1yr9ejd.png[0]' -resize "800>" '/tmp/stream20120104-7003-1yr9ejd20120104-7003-mvhj2v' Command :: identify -format %wx%h '/tmp/stream20120104-7003-1yr9ejd.png[0]' Command :: convert '/tmp/stream20120104-7003-1yr9ejd.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7003-1yr9ejd20120104-7003-151wf1z'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7003-1yr9ejd.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7003-s9jpaz.png[0]' Command :: convert '/tmp/stream20120104-7003-s9jpaz.png[0]' -resize "800>" '/tmp/stream20120104-7003-s9jpaz20120104-7003-vtyr4d' Command :: identify -format %wx%h '/tmp/stream20120104-7003-s9jpaz.png[0]' Command :: convert '/tmp/stream20120104-7003-s9jpaz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7003-s9jpaz20120104-7003-fxtxyk'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7003-s9jpaz.png[0]' SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 176ms (Views: 2.2ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7003-lardyn.png[0]' Command :: convert '/tmp/stream20120104-7003-lardyn.png[0]' -resize "800>" '/tmp/stream20120104-7003-lardyn20120104-7003-1er7nrn' Command :: identify -format %wx%h '/tmp/stream20120104-7003-lardyn.png[0]' Command :: convert '/tmp/stream20120104-7003-lardyn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7003-lardyn20120104-7003-15o5ecp'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7003-lardyn.png[0]' SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 208ms (Views: 0.5ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7003-hqfm2d.png[0]' Command :: convert '/tmp/stream20120104-7003-hqfm2d.png[0]' -resize "800>" '/tmp/stream20120104-7003-hqfm2d20120104-7003-1tnrd2g' Command :: identify -format %wx%h '/tmp/stream20120104-7003-hqfm2d.png[0]' Command :: convert '/tmp/stream20120104-7003-hqfm2d.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7003-hqfm2d20120104-7003-kt3jdm'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7003-hqfm2d.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 161ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7003-1wr0izj.png[0]' Command :: convert '/tmp/stream20120104-7003-1wr0izj.png[0]' -resize "800>" '/tmp/stream20120104-7003-1wr0izj20120104-7003-1u0ys2d' Command :: identify -format %wx%h '/tmp/stream20120104-7003-1wr0izj.png[0]' Command :: convert '/tmp/stream20120104-7003-1wr0izj.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7003-1wr0izj20120104-7003-z3lzik'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7003-1wr0izj.png[0]' SQL (1.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:56:06 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:56:06 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.5ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:56:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:56:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:56:07 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:56:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:56:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:56:07 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:56:07 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:56:07 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:56:07 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 166ms (Views: 45.2ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 103ms (Views: 0.5ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 96ms (Views: 0.4ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-7102-t8u4hr.png[0]' Command :: convert '/tmp/stream20120104-7102-t8u4hr.png[0]' -resize "800>" '/tmp/stream20120104-7102-t8u4hr20120104-7102-19vocmr' Command :: identify -format %wx%h '/tmp/stream20120104-7102-t8u4hr.png[0]' Command :: convert '/tmp/stream20120104-7102-t8u4hr.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7102-t8u4hr20120104-7102-37q3qv'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7102-t8u4hr.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7102-1ojnao8.png[0]' Command :: convert '/tmp/stream20120104-7102-1ojnao8.png[0]' -resize "800>" '/tmp/stream20120104-7102-1ojnao820120104-7102-tqlt3w' Command :: identify -format %wx%h '/tmp/stream20120104-7102-1ojnao8.png[0]' Command :: convert '/tmp/stream20120104-7102-1ojnao8.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7102-1ojnao820120104-7102-pztpzj'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7102-1ojnao8.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 159ms (Views: 2.2ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7102-79qepw.png[0]' Command :: convert '/tmp/stream20120104-7102-79qepw.png[0]' -resize "800>" '/tmp/stream20120104-7102-79qepw20120104-7102-rfy2ya' Command :: identify -format %wx%h '/tmp/stream20120104-7102-79qepw.png[0]' Command :: convert '/tmp/stream20120104-7102-79qepw.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7102-79qepw20120104-7102-p7cvi9'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7102-79qepw.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 219ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7102-1xznl8v.png[0]' Command :: convert '/tmp/stream20120104-7102-1xznl8v.png[0]' -resize "800>" '/tmp/stream20120104-7102-1xznl8v20120104-7102-1v0zw29' Command :: identify -format %wx%h '/tmp/stream20120104-7102-1xznl8v.png[0]' Command :: convert '/tmp/stream20120104-7102-1xznl8v.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7102-1xznl8v20120104-7102-1a3f0pf'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7102-1xznl8v.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 186ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7102-zie7rg.png[0]' Command :: convert '/tmp/stream20120104-7102-zie7rg.png[0]' -resize "800>" '/tmp/stream20120104-7102-zie7rg20120104-7102-qt2c7p' Command :: identify -format %wx%h '/tmp/stream20120104-7102-zie7rg.png[0]' Command :: convert '/tmp/stream20120104-7102-zie7rg.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7102-zie7rg20120104-7102-1b9oxp6'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7102-zie7rg.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:57:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:57:15 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:57:15 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:57:15 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:57:15 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:57:15 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 168ms (Views: 45.2ms | ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 72ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 99ms (Views: 0.7ms | ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:57:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-7203-s93c2w.png[0]' Command :: convert '/tmp/stream20120104-7203-s93c2w.png[0]' -resize "800>" '/tmp/stream20120104-7203-s93c2w20120104-7203-1s1gh7o' Command :: identify -format %wx%h '/tmp/stream20120104-7203-s93c2w.png[0]' Command :: convert '/tmp/stream20120104-7203-s93c2w.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7203-s93c2w20120104-7203-1mxux6l'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7203-s93c2w.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7203-16gy8ox.png[0]' Command :: convert '/tmp/stream20120104-7203-16gy8ox.png[0]' -resize "800>" '/tmp/stream20120104-7203-16gy8ox20120104-7203-14elb5h' Command :: identify -format %wx%h '/tmp/stream20120104-7203-16gy8ox.png[0]' Command :: convert '/tmp/stream20120104-7203-16gy8ox.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7203-16gy8ox20120104-7203-wus7cu'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7203-16gy8ox.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 211ms (Views: 2.2ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7203-4g9jkc.png[0]' Command :: convert '/tmp/stream20120104-7203-4g9jkc.png[0]' -resize "800>" '/tmp/stream20120104-7203-4g9jkc20120104-7203-1s5z1y' Command :: identify -format %wx%h '/tmp/stream20120104-7203-4g9jkc.png[0]' Command :: convert '/tmp/stream20120104-7203-4g9jkc.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7203-4g9jkc20120104-7203-luibby'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7203-4g9jkc.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 227ms (Views: 0.4ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7203-108nmk7.png[0]' Command :: convert '/tmp/stream20120104-7203-108nmk7.png[0]' -resize "800>" '/tmp/stream20120104-7203-108nmk720120104-7203-1vvs2ih' Command :: identify -format %wx%h '/tmp/stream20120104-7203-108nmk7.png[0]' Command :: convert '/tmp/stream20120104-7203-108nmk7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7203-108nmk720120104-7203-9vqvum'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7203-108nmk7.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 161ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7203-1w6fepq.png[0]' Command :: convert '/tmp/stream20120104-7203-1w6fepq.png[0]' -resize "800>" '/tmp/stream20120104-7203-1w6fepq20120104-7203-vn802a' Command :: identify -format %wx%h '/tmp/stream20120104-7203-1w6fepq.png[0]' Command :: convert '/tmp/stream20120104-7203-1w6fepq.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7203-1w6fepq20120104-7203-1bi7wgw'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7203-1w6fepq.png[0]' SQL (1.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:00 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 12ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:58:01 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:58:01 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:58:01 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:58:01 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.5ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 310ms (Views: 47.2ms | ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 377ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 74ms (Views: 0.4ms | ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 13ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 47ms (Views: 45.8ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-7303-16081v1.png[0]' Command :: convert '/tmp/stream20120104-7303-16081v1.png[0]' -resize "800>" '/tmp/stream20120104-7303-16081v120120104-7303-1udvovi' Command :: identify -format %wx%h '/tmp/stream20120104-7303-16081v1.png[0]' Command :: convert '/tmp/stream20120104-7303-16081v1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7303-16081v120120104-7303-huc0do'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7303-16081v1.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7303-1aaz167.png[0]' Command :: convert '/tmp/stream20120104-7303-1aaz167.png[0]' -resize "800>" '/tmp/stream20120104-7303-1aaz16720120104-7303-vhymma' Command :: identify -format %wx%h '/tmp/stream20120104-7303-1aaz167.png[0]' Command :: convert '/tmp/stream20120104-7303-1aaz167.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7303-1aaz16720120104-7303-1opacv2'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7303-1aaz167.png[0]' SQL (1.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 162ms (Views: 2.2ms | ActiveRecord: 2.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7303-8syxj3.png[0]' Command :: convert '/tmp/stream20120104-7303-8syxj3.png[0]' -resize "800>" '/tmp/stream20120104-7303-8syxj320120104-7303-1q1qst5' Command :: identify -format %wx%h '/tmp/stream20120104-7303-8syxj3.png[0]' Command :: convert '/tmp/stream20120104-7303-8syxj3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7303-8syxj320120104-7303-kv3mf9'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7303-8syxj3.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 217ms (Views: 0.4ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7303-11esnzu.png[0]' Command :: convert '/tmp/stream20120104-7303-11esnzu.png[0]' -resize "800>" '/tmp/stream20120104-7303-11esnzu20120104-7303-1ptdh98' Command :: identify -format %wx%h '/tmp/stream20120104-7303-11esnzu.png[0]' Command :: convert '/tmp/stream20120104-7303-11esnzu.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7303-11esnzu20120104-7303-1ymhkqo'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7303-11esnzu.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 194ms (Views: 0.5ms | ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7303-1raib3k.png[0]' Command :: convert '/tmp/stream20120104-7303-1raib3k.png[0]' -resize "800>" '/tmp/stream20120104-7303-1raib3k20120104-7303-2juz9w' Command :: identify -format %wx%h '/tmp/stream20120104-7303-1raib3k.png[0]' Command :: convert '/tmp/stream20120104-7303-1raib3k.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7303-1raib3k20120104-7303-wy8wnv'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7303-1raib3k.png[0]' SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 12ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.3ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:58:25 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:58:25 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:58:25 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:58:25 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.2ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 203ms (Views: 47.2ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 107ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 104ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 10:58:54 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms) Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-7402-1dg6qee.png[0]' Command :: convert '/tmp/stream20120104-7402-1dg6qee.png[0]' -resize "800>" '/tmp/stream20120104-7402-1dg6qee20120104-7402-i8fov3' Command :: identify -format %wx%h '/tmp/stream20120104-7402-1dg6qee.png[0]' Command :: convert '/tmp/stream20120104-7402-1dg6qee.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7402-1dg6qee20120104-7402-1c45qu1'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7402-1dg6qee.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7402-18frzww.png[0]' Command :: convert '/tmp/stream20120104-7402-18frzww.png[0]' -resize "800>" '/tmp/stream20120104-7402-18frzww20120104-7402-1kqot80' Command :: identify -format %wx%h '/tmp/stream20120104-7402-18frzww.png[0]' Command :: convert '/tmp/stream20120104-7402-18frzww.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7402-18frzww20120104-7402-2mx0st'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7402-18frzww.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 155ms (Views: 2.2ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7402-nt3pct.png[0]' Command :: convert '/tmp/stream20120104-7402-nt3pct.png[0]' -resize "800>" '/tmp/stream20120104-7402-nt3pct20120104-7402-1hhj45w' Command :: identify -format %wx%h '/tmp/stream20120104-7402-nt3pct.png[0]' Command :: convert '/tmp/stream20120104-7402-nt3pct.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7402-nt3pct20120104-7402-r3wdps'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7402-nt3pct.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 225ms (Views: 0.4ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7402-1oazndz.png[0]' Command :: convert '/tmp/stream20120104-7402-1oazndz.png[0]' -resize "800>" '/tmp/stream20120104-7402-1oazndz20120104-7402-9qgr2y' Command :: identify -format %wx%h '/tmp/stream20120104-7402-1oazndz.png[0]' Command :: convert '/tmp/stream20120104-7402-1oazndz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7402-1oazndz20120104-7402-cfavpe'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7402-1oazndz.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:55 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 185ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7402-1g2kepd.png[0]' Command :: convert '/tmp/stream20120104-7402-1g2kepd.png[0]' -resize "800>" '/tmp/stream20120104-7402-1g2kepd20120104-7402-1ux1uf4' Command :: identify -format %wx%h '/tmp/stream20120104-7402-1g2kepd.png[0]' Command :: convert '/tmp/stream20120104-7402-1g2kepd.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7402-1g2kepd20120104-7402-1ye462u'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7402-1g2kepd.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 12:58:56 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:58:56 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 12:58:56 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 10:58:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 12:58:56 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.5ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SAVEPOINT active_record_1 SQL (6.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:30 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 11:00:30 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 169ms (Views: 44.1ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 130ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 91ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120104-7506-bg7bog.png[0]' Command :: convert '/tmp/stream20120104-7506-bg7bog.png[0]' -resize "800>" '/tmp/stream20120104-7506-bg7bog20120104-7506-9d65un' Command :: identify -format %wx%h '/tmp/stream20120104-7506-bg7bog.png[0]' Command :: convert '/tmp/stream20120104-7506-bg7bog.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7506-bg7bog20120104-7506-13ik3ir'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7506-bg7bog.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7506-wvfj48.png[0]' Command :: convert '/tmp/stream20120104-7506-wvfj48.png[0]' -resize "800>" '/tmp/stream20120104-7506-wvfj4820120104-7506-3x66i6' Command :: identify -format %wx%h '/tmp/stream20120104-7506-wvfj48.png[0]' Command :: convert '/tmp/stream20120104-7506-wvfj48.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7506-wvfj4820120104-7506-4c6e85'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7506-wvfj48.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 11:00:31 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 165ms (Views: 2.2ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7506-n96gb8.png[0]' Command :: convert '/tmp/stream20120104-7506-n96gb8.png[0]' -resize "800>" '/tmp/stream20120104-7506-n96gb820120104-7506-1wt7x1x' Command :: identify -format %wx%h '/tmp/stream20120104-7506-n96gb8.png[0]' Command :: convert '/tmp/stream20120104-7506-n96gb8.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7506-n96gb820120104-7506-1ahcjsp'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7506-n96gb8.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 192ms (Views: 0.5ms | ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120104-7506-1u8m2zn.png[0]' Command :: convert '/tmp/stream20120104-7506-1u8m2zn.png[0]' -resize "800>" '/tmp/stream20120104-7506-1u8m2zn20120104-7506-ut7p47' Command :: identify -format %wx%h '/tmp/stream20120104-7506-1u8m2zn.png[0]' Command :: convert '/tmp/stream20120104-7506-1u8m2zn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7506-1u8m2zn20120104-7506-13ukh4x'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7506-1u8m2zn.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 188ms (Views: 0.5ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7506-1cduk2e.png[0]' Command :: convert '/tmp/stream20120104-7506-1cduk2e.png[0]' -resize "800>" '/tmp/stream20120104-7506-1cduk2e20120104-7506-15p6imn' Command :: identify -format %wx%h '/tmp/stream20120104-7506-1cduk2e.png[0]' Command :: convert '/tmp/stream20120104-7506-1cduk2e.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120104-7506-1cduk2e20120104-7506-13jyysa'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120104-7506-1cduk2e.png[0]' SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-04 13:00:32 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 44ms (Views: 44.0ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 13:00:32 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-04 13:00:32 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Wed, 04 Jan 2012 11:00:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-04 13:00:32 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (29.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 237ms (Views: 94.1ms | ActiveRecord: 1.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 127ms (Views: 0.7ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 101ms (Views: 0.6ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:09:40 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120105-4254-cj33dc.png[0]' Command :: convert '/tmp/stream20120105-4254-cj33dc.png[0]' -resize "800>" '/tmp/stream20120105-4254-cj33dc20120105-4254-1r04qpd' Command :: identify -format %wx%h '/tmp/stream20120105-4254-cj33dc.png[0]' Command :: convert '/tmp/stream20120105-4254-cj33dc.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4254-cj33dc20120105-4254-5xky9n'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4254-cj33dc.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:41 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:09:41 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-4254-8rlzue.png[0]' Command :: convert '/tmp/stream20120105-4254-8rlzue.png[0]' -resize "800>" '/tmp/stream20120105-4254-8rlzue20120105-4254-7ui52d' Command :: identify -format %wx%h '/tmp/stream20120105-4254-8rlzue.png[0]' Command :: convert '/tmp/stream20120105-4254-8rlzue.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4254-8rlzue20120105-4254-jtg841'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4254-8rlzue.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:41 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:09:41 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 165ms (Views: 2.2ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-4254-vmgbcw.png[0]' Command :: convert '/tmp/stream20120105-4254-vmgbcw.png[0]' -resize "800>" '/tmp/stream20120105-4254-vmgbcw20120105-4254-5jyn85' Command :: identify -format %wx%h '/tmp/stream20120105-4254-vmgbcw.png[0]' Command :: convert '/tmp/stream20120105-4254-vmgbcw.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4254-vmgbcw20120105-4254-1xev80o'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4254-vmgbcw.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:41 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:09:41 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 181ms (Views: 0.8ms | ActiveRecord: 1.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-4254-wdxm99.png[0]' Command :: convert '/tmp/stream20120105-4254-wdxm99.png[0]' -resize "800>" '/tmp/stream20120105-4254-wdxm9920120105-4254-kojr93' Command :: identify -format %wx%h '/tmp/stream20120105-4254-wdxm99.png[0]' Command :: convert '/tmp/stream20120105-4254-wdxm99.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4254-wdxm9920120105-4254-95vsuj'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4254-wdxm99.png[0]' SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 146ms (Views: 0.7ms | ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4254-1xviqmm.png[0]' Command :: convert '/tmp/stream20120105-4254-1xviqmm.png[0]' -resize "800>" '/tmp/stream20120105-4254-1xviqmm20120105-4254-1shfu8m' Command :: identify -format %wx%h '/tmp/stream20120105-4254-1xviqmm.png[0]' Command :: convert '/tmp/stream20120105-4254-1xviqmm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4254-1xviqmm20120105-4254-12kdbzi'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4254-1xviqmm.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-05 12:09:42 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 76ms (Views: 75.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 12:09:42 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 12:09:42 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 10:09:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-05 12:09:42 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4724-x8ofwf.png[0]' Command :: convert '/tmp/stream20120105-4724-x8ofwf.png[0]' -resize "800>" '/tmp/stream20120105-4724-x8ofwf20120105-4724-og5kxh' Command :: identify -format %wx%h '/tmp/stream20120105-4724-x8ofwf.png[0]' Command :: convert '/tmp/stream20120105-4724-x8ofwf.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4724-x8ofwf20120105-4724-1f6f3ch'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4724-x8ofwf.png[0]'  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:42:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:42:16 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4764-fqcnpx.png[0]' Command :: convert '/tmp/stream20120105-4764-fqcnpx.png[0]' -resize "800>" '/tmp/stream20120105-4764-fqcnpx20120105-4764-1l1slty' Command :: identify -format %wx%h '/tmp/stream20120105-4764-fqcnpx.png[0]' Command :: convert '/tmp/stream20120105-4764-fqcnpx.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4764-fqcnpx20120105-4764-1q7xoc8'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4764-fqcnpx.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:42:16 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:42:16 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:42:47 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:42:47 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4791-1qnuk44.png[0]' Command :: convert '/tmp/stream20120105-4791-1qnuk44.png[0]' -resize "800>" '/tmp/stream20120105-4791-1qnuk4420120105-4791-1t7mi28' Command :: identify -format %wx%h '/tmp/stream20120105-4791-1qnuk44.png[0]' Command :: convert '/tmp/stream20120105-4791-1qnuk44.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4791-1qnuk4420120105-4791-qayono'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4791-1qnuk44.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:42:47 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:42:47 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:43:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:43:16 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4818-9jteh1.png[0]' Command :: convert '/tmp/stream20120105-4818-9jteh1.png[0]' -resize "800>" '/tmp/stream20120105-4818-9jteh120120105-4818-1v4itus' Command :: identify -format %wx%h '/tmp/stream20120105-4818-9jteh1.png[0]' Command :: convert '/tmp/stream20120105-4818-9jteh1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4818-9jteh120120105-4818-1t1kazk'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4818-9jteh1.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:43:16 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:43:16 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:44:41 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:44:41 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4857-2i6tyd.png[0]' Command :: convert '/tmp/stream20120105-4857-2i6tyd.png[0]' -resize "800>" '/tmp/stream20120105-4857-2i6tyd20120105-4857-117qa42' Command :: identify -format %wx%h '/tmp/stream20120105-4857-2i6tyd.png[0]' Command :: convert '/tmp/stream20120105-4857-2i6tyd.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4857-2i6tyd20120105-4857-xbgi34'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4857-2i6tyd.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:44:42 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:44:42 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:45:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:45:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4886-1rdbph9.png[0]' Command :: convert '/tmp/stream20120105-4886-1rdbph9.png[0]' -resize "800>" '/tmp/stream20120105-4886-1rdbph920120105-4886-k7zm4l' Command :: identify -format %wx%h '/tmp/stream20120105-4886-1rdbph9.png[0]' Command :: convert '/tmp/stream20120105-4886-1rdbph9.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4886-1rdbph920120105-4886-1xs7cyd'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4886-1rdbph9.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:45:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:45:00 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:45:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:45:33 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4917-g58dax.png[0]' Command :: convert '/tmp/stream20120105-4917-g58dax.png[0]' -resize "800>" '/tmp/stream20120105-4917-g58dax20120105-4917-q9xd8d' Command :: identify -format %wx%h '/tmp/stream20120105-4917-g58dax.png[0]' Command :: convert '/tmp/stream20120105-4917-g58dax.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4917-g58dax20120105-4917-cyanyt'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4917-g58dax.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:45:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:45:34 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:46:13 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:46:13 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4944-1aaia73.png[0]' Command :: convert '/tmp/stream20120105-4944-1aaia73.png[0]' -resize "800>" '/tmp/stream20120105-4944-1aaia7320120105-4944-1e10x31' Command :: identify -format %wx%h '/tmp/stream20120105-4944-1aaia73.png[0]' Command :: convert '/tmp/stream20120105-4944-1aaia73.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-4944-1aaia7320120105-4944-w3u2ly'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-4944-1aaia73.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:46:14 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:46:14 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.2ms) SAVEPOINT active_record_1 SQL (7.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:48:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:48:17 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5021-atyhfc.png[0]' Command :: convert '/tmp/stream20120105-5021-atyhfc.png[0]' -resize "800>" '/tmp/stream20120105-5021-atyhfc20120105-5021-1vhm5xh' Command :: identify -format %wx%h '/tmp/stream20120105-5021-atyhfc.png[0]' Command :: convert '/tmp/stream20120105-5021-atyhfc.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5021-atyhfc20120105-5021-rdb4zj'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5021-atyhfc.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:48:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:48:17 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:48:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5049-jnndad.png[0]' Command :: convert '/tmp/stream20120105-5049-jnndad.png[0]' -resize "800>" '/tmp/stream20120105-5049-jnndad20120105-5049-1q6j3d1' Command :: identify -format %wx%h '/tmp/stream20120105-5049-jnndad.png[0]' Command :: convert '/tmp/stream20120105-5049-jnndad.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5049-jnndad20120105-5049-10yp512'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5049-jnndad.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:48:59 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:49:21 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:49:21 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5078-1gndxro.png[0]' Command :: convert '/tmp/stream20120105-5078-1gndxro.png[0]' -resize "800>" '/tmp/stream20120105-5078-1gndxro20120105-5078-57n0n2' Command :: identify -format %wx%h '/tmp/stream20120105-5078-1gndxro.png[0]' Command :: convert '/tmp/stream20120105-5078-1gndxro.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5078-1gndxro20120105-5078-nnv26y'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5078-1gndxro.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:49:21 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:49:21 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:49:36 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 10:49:36 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5104-dm3rx4.png[0]' Command :: convert '/tmp/stream20120105-5104-dm3rx4.png[0]' -resize "800>" '/tmp/stream20120105-5104-dm3rx420120105-5104-ryy4cs' Command :: identify -format %wx%h '/tmp/stream20120105-5104-dm3rx4.png[0]' Command :: convert '/tmp/stream20120105-5104-dm3rx4.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5104-dm3rx420120105-5104-19ghq1k'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5104-dm3rx4.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 10:49:36 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 10:49:36 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:01:32 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:01:32 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5263-1i4pby3.png[0]' Command :: convert '/tmp/stream20120105-5263-1i4pby3.png[0]' -resize "800>" '/tmp/stream20120105-5263-1i4pby320120105-5263-134pa3l' Command :: identify -format %wx%h '/tmp/stream20120105-5263-1i4pby3.png[0]' Command :: convert '/tmp/stream20120105-5263-1i4pby3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5263-1i4pby320120105-5263-1dbdwkv'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5263-1i4pby3.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:01:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:01:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (10.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:05:31 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:05:31 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5334-b8s5gj.png[0]' Command :: convert '/tmp/stream20120105-5334-b8s5gj.png[0]' -resize "800>" '/tmp/stream20120105-5334-b8s5gj20120105-5334-f79db7' Command :: identify -format %wx%h '/tmp/stream20120105-5334-b8s5gj.png[0]' Command :: convert '/tmp/stream20120105-5334-b8s5gj.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5334-b8s5gj20120105-5334-1kqokmu'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5334-b8s5gj.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:05:32 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:05:32 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (40.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:06:12 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:06:12 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5363-nw54aq.png[0]' Command :: convert '/tmp/stream20120105-5363-nw54aq.png[0]' -resize "800>" '/tmp/stream20120105-5363-nw54aq20120105-5363-2lnz1c' Command :: identify -format %wx%h '/tmp/stream20120105-5363-nw54aq.png[0]' Command :: convert '/tmp/stream20120105-5363-nw54aq.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-5363-nw54aq20120105-5363-1ao78ob'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-5363-nw54aq.png[0]' SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:06:12 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:06:12 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (42.7ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-05 13:18:42 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.4ms) Rendered posts/new.html.erb within layouts/application (41.9ms) Completed 200 OK in 83ms (Views: 83.0ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 13:18:42 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 13:18:42 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:18:42 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-05 13:18:42 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Rendered posts/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (38.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-05 13:19:36 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.4ms) Rendered posts/new.html.erb within layouts/application (40.2ms) Completed 200 OK in 81ms (Views: 80.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 13:19:36 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Rendered posts/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 13:19:36 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered posts/index.html.erb within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:19:36 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-05 13:19:36 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (2.9ms) Rendered posts/edit.html.erb within layouts/application (4.4ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (6.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 155ms (Views: 47.2ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 93ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 104ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 11:47:01 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 45ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120105-6117-1e0sa9c.png[0]' Command :: convert '/tmp/stream20120105-6117-1e0sa9c.png[0]' -resize "800>" '/tmp/stream20120105-6117-1e0sa9c20120105-6117-1b0ixwo' Command :: identify -format %wx%h '/tmp/stream20120105-6117-1e0sa9c.png[0]' Command :: convert '/tmp/stream20120105-6117-1e0sa9c.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6117-1e0sa9c20120105-6117-etrnsc'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6117-1e0sa9c.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-6117-1cm4qrm.png[0]' Command :: convert '/tmp/stream20120105-6117-1cm4qrm.png[0]' -resize "800>" '/tmp/stream20120105-6117-1cm4qrm20120105-6117-1qo6vhj' Command :: identify -format %wx%h '/tmp/stream20120105-6117-1cm4qrm.png[0]' Command :: convert '/tmp/stream20120105-6117-1cm4qrm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6117-1cm4qrm20120105-6117-qwopes'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6117-1cm4qrm.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 225ms (Views: 41.1ms | ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-6117-1nog0z1.png[0]' Command :: convert '/tmp/stream20120105-6117-1nog0z1.png[0]' -resize "800>" '/tmp/stream20120105-6117-1nog0z120120105-6117-6duzq3' Command :: identify -format %wx%h '/tmp/stream20120105-6117-1nog0z1.png[0]' Command :: convert '/tmp/stream20120105-6117-1nog0z1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6117-1nog0z120120105-6117-ib1qgv'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6117-1nog0z1.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 165ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-6117-yh5osp.png[0]' Command :: convert '/tmp/stream20120105-6117-yh5osp.png[0]' -resize "800>" '/tmp/stream20120105-6117-yh5osp20120105-6117-fajki4' Command :: identify -format %wx%h '/tmp/stream20120105-6117-yh5osp.png[0]' Command :: convert '/tmp/stream20120105-6117-yh5osp.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6117-yh5osp20120105-6117-13a08w5'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6117-yh5osp.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 177ms (Views: 0.5ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6117-sd2pqo.png[0]' Command :: convert '/tmp/stream20120105-6117-sd2pqo.png[0]' -resize "800>" '/tmp/stream20120105-6117-sd2pqo20120105-6117-1rpcg3i' Command :: identify -format %wx%h '/tmp/stream20120105-6117-sd2pqo.png[0]' Command :: convert '/tmp/stream20120105-6117-sd2pqo.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6117-sd2pqo20120105-6117-xozwn7'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6117-sd2pqo.png[0]' SQL (1.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 11:47:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 12ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-05 13:47:03 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 13:47:03 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 13:47:03 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 11:47:03 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-05 13:47:03 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (7.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 164ms (Views: 45.7ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 98ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 104ms (Views: 0.4ms | ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (1.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 05 Jan 2012 12:53:44 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 48ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120105-6751-jr720n.png[0]' Command :: convert '/tmp/stream20120105-6751-jr720n.png[0]' -resize "800>" '/tmp/stream20120105-6751-jr720n20120105-6751-ojngv7' Command :: identify -format %wx%h '/tmp/stream20120105-6751-jr720n.png[0]' Command :: convert '/tmp/stream20120105-6751-jr720n.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6751-jr720n20120105-6751-8h1qvu'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6751-jr720n.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-6751-cil67l.png[0]' Command :: convert '/tmp/stream20120105-6751-cil67l.png[0]' -resize "800>" '/tmp/stream20120105-6751-cil67l20120105-6751-6dplkl' Command :: identify -format %wx%h '/tmp/stream20120105-6751-cil67l.png[0]' Command :: convert '/tmp/stream20120105-6751-cil67l.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6751-cil67l20120105-6751-35t4b3'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6751-cil67l.png[0]' SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.2ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 214ms (Views: 3.0ms | ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-6751-ncgzx1.png[0]' Command :: convert '/tmp/stream20120105-6751-ncgzx1.png[0]' -resize "800>" '/tmp/stream20120105-6751-ncgzx120120105-6751-orpn4o' Command :: identify -format %wx%h '/tmp/stream20120105-6751-ncgzx1.png[0]' Command :: convert '/tmp/stream20120105-6751-ncgzx1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6751-ncgzx120120105-6751-jvb75i'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6751-ncgzx1.png[0]' SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 219ms (Views: 0.5ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120105-6751-186eyxr.png[0]' Command :: convert '/tmp/stream20120105-6751-186eyxr.png[0]' -resize "800>" '/tmp/stream20120105-6751-186eyxr20120105-6751-x5506z' Command :: identify -format %wx%h '/tmp/stream20120105-6751-186eyxr.png[0]' Command :: convert '/tmp/stream20120105-6751-186eyxr.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6751-186eyxr20120105-6751-fnz62h'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6751-186eyxr.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 12:53:45 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 154ms (Views: 0.5ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6751-1p67qjk.png[0]' Command :: convert '/tmp/stream20120105-6751-1p67qjk.png[0]' -resize "800>" '/tmp/stream20120105-6751-1p67qjk20120105-6751-1t6g3cp' Command :: identify -format %wx%h '/tmp/stream20120105-6751-1p67qjk.png[0]' Command :: convert '/tmp/stream20120105-6751-1p67qjk.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120105-6751-1p67qjk20120105-6751-1on18pf'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120105-6751-1p67qjk.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 49ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-05 14:53:46 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 14:53:46 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-05 14:53:46 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 05 Jan 2012 12:53:46 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-05 14:53:46 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.4ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (76.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:22:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:22:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:22:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:22:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 281ms (Views: 91.1ms | ActiveRecord: 1.3ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:22:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:22:59 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 129ms (Views: 0.4ms | ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:23:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 133ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:23:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 51ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.8ms) Completed 200 OK in 64ms (Views: 63.1ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120123-12376-j82ptp.png[0]' Command :: convert '/tmp/stream20120123-12376-j82ptp.png[0]' -resize "800>" '/tmp/stream20120123-12376-j82ptp20120123-12376-wqmrrm' Command :: identify -format %wx%h '/tmp/stream20120123-12376-j82ptp.png[0]' Command :: convert '/tmp/stream20120123-12376-j82ptp.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12376-j82ptp20120123-12376-9w3xhe'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12376-j82ptp.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120123-12376-rglmii.png[0]' Command :: convert '/tmp/stream20120123-12376-rglmii.png[0]' -resize "800>" '/tmp/stream20120123-12376-rglmii20120123-12376-10ewmx5' Command :: identify -format %wx%h '/tmp/stream20120123-12376-rglmii.png[0]' Command :: convert '/tmp/stream20120123-12376-rglmii.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12376-rglmii20120123-12376-13zop6e'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12376-rglmii.png[0]' SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 228ms (Views: 2.2ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120123-12376-1diw1th.png[0]' Command :: convert '/tmp/stream20120123-12376-1diw1th.png[0]' -resize "800>" '/tmp/stream20120123-12376-1diw1th20120123-12376-i01wja' Command :: identify -format %wx%h '/tmp/stream20120123-12376-1diw1th.png[0]' Command :: convert '/tmp/stream20120123-12376-1diw1th.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12376-1diw1th20120123-12376-4tuu7s'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12376-1diw1th.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 207ms (Views: 0.9ms | ActiveRecord: 1.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120123-12376-17yhg3k.png[0]' Command :: convert '/tmp/stream20120123-12376-17yhg3k.png[0]' -resize "800>" '/tmp/stream20120123-12376-17yhg3k20120123-12376-azvdc4' Command :: identify -format %wx%h '/tmp/stream20120123-12376-17yhg3k.png[0]' Command :: convert '/tmp/stream20120123-12376-17yhg3k.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12376-17yhg3k20120123-12376-mrrm0h'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12376-17yhg3k.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:23:01 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12376-1djuo6m.png[0]' Command :: convert '/tmp/stream20120123-12376-1djuo6m.png[0]' -resize "800>" '/tmp/stream20120123-12376-1djuo6m20120123-12376-h5eigq' Command :: identify -format %wx%h '/tmp/stream20120123-12376-1djuo6m.png[0]' Command :: convert '/tmp/stream20120123-12376-1djuo6m.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12376-1djuo6m20120123-12376-sld7pq'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12376-1djuo6m.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.7ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.3ms) Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-23 12:23:02 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-23 12:23:02 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-23 12:23:02 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:23:02 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-23 12:23:02 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.4ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (38.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 218ms (Views: 47.9ms | ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 135ms (Views: 0.4ms | ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.2ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 99ms (Views: 0.5ms | ActiveRecord: 1.8ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 23 Jan 2012 10:36:49 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 47ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120123-12533-1hr6iy1.png[0]' Command :: convert '/tmp/stream20120123-12533-1hr6iy1.png[0]' -resize "800>" '/tmp/stream20120123-12533-1hr6iy120120123-12533-1f6jb9g' Command :: identify -format %wx%h '/tmp/stream20120123-12533-1hr6iy1.png[0]' Command :: convert '/tmp/stream20120123-12533-1hr6iy1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12533-1hr6iy120120123-12533-1lrf6yx'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12533-1hr6iy1.png[0]' SQL (1.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120123-12533-1o75fj0.png[0]' Command :: convert '/tmp/stream20120123-12533-1o75fj0.png[0]' -resize "800>" '/tmp/stream20120123-12533-1o75fj020120123-12533-ozv45a' Command :: identify -format %wx%h '/tmp/stream20120123-12533-1o75fj0.png[0]' Command :: convert '/tmp/stream20120123-12533-1o75fj0.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12533-1o75fj020120123-12533-16i9ftf'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12533-1o75fj0.png[0]' SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 204ms (Views: 2.5ms | ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120123-12533-1h8uaxw.png[0]' Command :: convert '/tmp/stream20120123-12533-1h8uaxw.png[0]' -resize "800>" '/tmp/stream20120123-12533-1h8uaxw20120123-12533-1dn3z6' Command :: identify -format %wx%h '/tmp/stream20120123-12533-1h8uaxw.png[0]' Command :: convert '/tmp/stream20120123-12533-1h8uaxw.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12533-1h8uaxw20120123-12533-t8g2p9'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12533-1h8uaxw.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 183ms (Views: 0.5ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120123-12533-ikm5kk.png[0]' Command :: convert '/tmp/stream20120123-12533-ikm5kk.png[0]' -resize "800>" '/tmp/stream20120123-12533-ikm5kk20120123-12533-1uw8f4' Command :: identify -format %wx%h '/tmp/stream20120123-12533-ikm5kk.png[0]' Command :: convert '/tmp/stream20120123-12533-ikm5kk.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12533-ikm5kk20120123-12533-gnpk6y'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12533-ikm5kk.png[0]' SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:36:50 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 231ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12533-1p4jc5y.png[0]' Command :: convert '/tmp/stream20120123-12533-1p4jc5y.png[0]' -resize "800>" '/tmp/stream20120123-12533-1p4jc5y20120123-12533-c8mfdl' Command :: identify -format %wx%h '/tmp/stream20120123-12533-1p4jc5y.png[0]' Command :: convert '/tmp/stream20120123-12533-1p4jc5y.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120123-12533-1p4jc5y20120123-12533-hk9l46'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120123-12533-1p4jc5y.png[0]' SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 15ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-01-23 12:36:51 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-23 12:36:51 +0200 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-01-23 12:36:51 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 23 Jan 2012 10:36:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-01-23 12:36:51 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047) Migrating to CreateCkeditorAssets (20110705195648)  (0.1ms) SAVEPOINT active_record_1 SQL (28.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 23 Feb 2012 10:17:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 23 Feb 2012 10:17:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 215ms (Views: 83.3ms | ActiveRecord: 1.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 23 Feb 2012 10:17:23 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 124ms (Views: 0.7ms | ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz", "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1 SQL (1.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 23 Feb 2012 10:17:24 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 127ms (Views: 0.4ms | ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Thu, 23 Feb 2012 10:17:24 UTC +00:00], ["width", nil]] [paperclip] Saving attachments. [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 16ms  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 71ms (Views: 68.7ms | ActiveRecord: 0.3ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Command :: identify -format %wx%h '/tmp/stream20120223-1622-177euv1.png[0]' Command :: convert '/tmp/stream20120223-1622-177euv1.png[0]' -resize "800>" '/tmp/stream20120223-1622-177euv120120223-1622-1ps46jg' Command :: identify -format %wx%h '/tmp/stream20120223-1622-177euv1.png[0]' Command :: convert '/tmp/stream20120223-1622-177euv1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120223-1622-177euv120120223-1622-2fw10p'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120223-1622-177euv1.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 23 Feb 2012 10:17:24 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120223-1622-9krib9.png[0]' Command :: convert '/tmp/stream20120223-1622-9krib9.png[0]' -resize "800>" '/tmp/stream20120223-1622-9krib920120223-1622-gmh3gc' Command :: identify -format %wx%h '/tmp/stream20120223-1622-9krib9.png[0]' Command :: convert '/tmp/stream20120223-1622-9krib9.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120223-1622-9krib920120223-1622-5y1oiq'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120223-1622-9krib9.png[0]' SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 180ms (Views: 3.4ms | ActiveRecord: 1.2ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.4ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>, "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120223-1622-1ckk4jn.png[0]' Command :: convert '/tmp/stream20120223-1622-1ckk4jn.png[0]' -resize "800>" '/tmp/stream20120223-1622-1ckk4jn20120223-1622-pv78vu' Command :: identify -format %wx%h '/tmp/stream20120223-1622-1ckk4jn.png[0]' Command :: convert '/tmp/stream20120223-1622-1ckk4jn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120223-1622-1ckk4jn20120223-1622-1kpbr34'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120223-1622-1ckk4jn.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 214ms (Views: 0.5ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png", "use_route"=>"ckeditor"} Command :: identify -format %wx%h '/tmp/stream20120223-1622-6ae558.png[0]' Command :: convert '/tmp/stream20120223-1622-6ae558.png[0]' -resize "800>" '/tmp/stream20120223-1622-6ae55820120223-1622-1o26j2d' Command :: identify -format %wx%h '/tmp/stream20120223-1622-6ae558.png[0]' Command :: convert '/tmp/stream20120223-1622-6ae558.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120223-1622-6ae55820120223-1622-14l956t'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120223-1622-6ae558.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 172ms (Views: 0.5ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120223-1622-1mofpbz.png[0]' Command :: convert '/tmp/stream20120223-1622-1mofpbz.png[0]' -resize "800>" '/tmp/stream20120223-1622-1mofpbz20120223-1622-stozki' Command :: identify -format %wx%h '/tmp/stream20120223-1622-1mofpbz.png[0]' Command :: convert '/tmp/stream20120223-1622-1mofpbz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/stream20120223-1622-1mofpbz20120223-1622-10zjbtd'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/stream20120223-1622-1mofpbz.png[0]' SQL (1.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["width", 50]] [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/content_rails.png [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1", "use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#index as HTML Parameters: {"use_route"=>"ckeditor"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil, "use_route"=>"ckeditor"}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/new" for 127.0.0.1 at 2012-02-23 12:17:25 +0200 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.0ms) Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-02-23 12:17:25 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts" for 127.0.0.1 at 2012-02-23 12:17:25 +0200 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Thu, 23 Feb 2012 10:17:25 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/posts/1/edit" for 127.0.0.1 at 2012-02-23 12:17:25 +0200 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) select sqlite_version(*)  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.1ms) begin transaction  (0.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.1ms) commit transaction  (0.5ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.3ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.3ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (55.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:58 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:58 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 90ms (Views: 80.6ms | ActiveRecord: 0.4ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.4ms) Completed 200 OK in 68ms (Views: 66.6ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-9343-1hl6e7q.png[0]' Command :: convert '/tmp/rails20120514-9343-1hl6e7q.png[0]' -resize "800>" '/tmp/rails20120514-9343-1hl6e7q20120514-9343-oxtjmt' Command :: identify -format %wx%h '/tmp/rails20120514-9343-1hl6e7q.png[0]' Command :: convert '/tmp/rails20120514-9343-1hl6e7q.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-1hl6e7q20120514-9343-fwh87q'  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-9343-122bs8i.png[0]' Command :: convert '/tmp/rails20120514-9343-122bs8i.png[0]' -resize "800>" '/tmp/rails20120514-9343-122bs8i20120514-9343-ilez9k' Command :: identify -format %wx%h '/tmp/rails20120514-9343-122bs8i.png[0]' Command :: convert '/tmp/rails20120514-9343-122bs8i.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-122bs8i20120514-9343-1wzz2lc'  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:41:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:41:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 86ms (Views: 0.8ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-9343-x16ic5.png[0]' Command :: convert '/tmp/rails20120514-9343-x16ic5.png[0]' -resize "800>" '/tmp/rails20120514-9343-x16ic520120514-9343-hp3vaw' Command :: identify -format %wx%h '/tmp/rails20120514-9343-x16ic5.png[0]' Command :: convert '/tmp/rails20120514-9343-x16ic5.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-x16ic520120514-9343-15erg32'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 105ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-9343-1v64bi8.png[0]' Command :: convert '/tmp/rails20120514-9343-1v64bi8.png[0]' -resize "800>" '/tmp/rails20120514-9343-1v64bi820120514-9343-jpmdvu' Command :: identify -format %wx%h '/tmp/rails20120514-9343-1v64bi8.png[0]' Command :: convert '/tmp/rails20120514-9343-1v64bi8.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-1v64bi820120514-9343-pvdg1p'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 53ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-9343-1dyekzt.png[0]' Command :: convert '/tmp/rails20120514-9343-1dyekzt.png[0]' -resize "800>" '/tmp/rails20120514-9343-1dyekzt20120514-9343-1s9s18m' Command :: identify -format %wx%h '/tmp/rails20120514-9343-1dyekzt.png[0]' Command :: convert '/tmp/rails20120514-9343-1dyekzt.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9343-1dyekzt20120514-9343-15523jm'  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.7ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (46.9ms) Completed 200 OK in 103ms (Views: 102.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:42:00 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:42:00 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (5.8ms) Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.4ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:58 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:58 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:58 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:58 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 50ms (Views: 41.0ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (34.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-9535-w22pn3.png[0]' Command :: convert '/tmp/rails20120514-9535-w22pn3.png[0]' -resize "800>" '/tmp/rails20120514-9535-w22pn320120514-9535-ms0rnp' Command :: identify -format %wx%h '/tmp/rails20120514-9535-w22pn3.png[0]' Command :: convert '/tmp/rails20120514-9535-w22pn3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-w22pn320120514-9535-1d54djn'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-9535-myrkpm.png[0]' Command :: convert '/tmp/rails20120514-9535-myrkpm.png[0]' -resize "800>" '/tmp/rails20120514-9535-myrkpm20120514-9535-1cdm7ur' Command :: identify -format %wx%h '/tmp/rails20120514-9535-myrkpm.png[0]' Command :: convert '/tmp/rails20120514-9535-myrkpm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-myrkpm20120514-9535-d136wb'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 66ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-9535-11m7k4i.png[0]' Command :: convert '/tmp/rails20120514-9535-11m7k4i.png[0]' -resize "800>" '/tmp/rails20120514-9535-11m7k4i20120514-9535-1puxwdg' Command :: identify -format %wx%h '/tmp/rails20120514-9535-11m7k4i.png[0]' Command :: convert '/tmp/rails20120514-9535-11m7k4i.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-11m7k4i20120514-9535-8xdmg9'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 98ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-9535-1qpgq8f.png[0]' Command :: convert '/tmp/rails20120514-9535-1qpgq8f.png[0]' -resize "800>" '/tmp/rails20120514-9535-1qpgq8f20120514-9535-1ijdkyf' Command :: identify -format %wx%h '/tmp/rails20120514-9535-1qpgq8f.png[0]' Command :: convert '/tmp/rails20120514-9535-1qpgq8f.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-1qpgq8f20120514-9535-1x8huqz'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 72ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-9535-x57e26.png[0]' Command :: convert '/tmp/rails20120514-9535-x57e26.png[0]' -resize "800>" '/tmp/rails20120514-9535-x57e2620120514-9535-gms8n0' Command :: identify -format %wx%h '/tmp/rails20120514-9535-x57e26.png[0]' Command :: convert '/tmp/rails20120514-9535-x57e26.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9535-x57e2620120514-9535-1spz28e'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.3ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (47.8ms) Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:48:59 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:48:59 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (4.8ms) Completed 200 OK in 11ms (Views: 8.6ms | ActiveRecord: 0.3ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.8ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (12.4ms) Rendered posts/new.html.erb within layouts/application (19.8ms) Completed 200 OK in 58ms (Views: 57.8ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:16 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:16 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (11.3ms) Rendered posts/new.html.erb within layouts/application (16.8ms) Completed 200 OK in 55ms (Views: 54.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:51:50 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:51:50 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (2.9ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (12.0ms) Rendered posts/new.html.erb within layouts/application (18.0ms) Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:52:20 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:52:20 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.3ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 9ms (Views: 6.3ms | ActiveRecord: 0.3ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.1ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.7ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (18.2ms) Rendered posts/new.html.erb within layouts/application (27.9ms) Completed 200 OK in 73ms (Views: 72.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.4ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.2ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (11.5ms) Rendered posts/new.html.erb within layouts/application (17.1ms) Completed 200 OK in 56ms (Views: 55.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:32 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:32 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.0ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.1ms) PRAGMA index_list("schema_migrations")  (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 49ms (Views: 41.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-9684-1uuqeaq.png[0]' Command :: convert '/tmp/rails20120514-9684-1uuqeaq.png[0]' -resize "800>" '/tmp/rails20120514-9684-1uuqeaq20120514-9684-659mrl' Command :: identify -format %wx%h '/tmp/rails20120514-9684-1uuqeaq.png[0]' Command :: convert '/tmp/rails20120514-9684-1uuqeaq.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-1uuqeaq20120514-9684-1ec93n0'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-9684-17jt6ay.png[0]' Command :: convert '/tmp/rails20120514-9684-17jt6ay.png[0]' -resize "800>" '/tmp/rails20120514-9684-17jt6ay20120514-9684-cx5mul' Command :: identify -format %wx%h '/tmp/rails20120514-9684-17jt6ay.png[0]' Command :: convert '/tmp/rails20120514-9684-17jt6ay.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-17jt6ay20120514-9684-2tt9oi'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 50ms (Views: 0.8ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-9684-1l1n2yf.png[0]' Command :: convert '/tmp/rails20120514-9684-1l1n2yf.png[0]' -resize "800>" '/tmp/rails20120514-9684-1l1n2yf20120514-9684-1v3gwpo' Command :: identify -format %wx%h '/tmp/rails20120514-9684-1l1n2yf.png[0]' Command :: convert '/tmp/rails20120514-9684-1l1n2yf.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-1l1n2yf20120514-9684-xgrdke'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 94ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-9684-b5neye.png[0]' Command :: convert '/tmp/rails20120514-9684-b5neye.png[0]' -resize "800>" '/tmp/rails20120514-9684-b5neye20120514-9684-dyl1q' Command :: identify -format %wx%h '/tmp/rails20120514-9684-b5neye.png[0]' Command :: convert '/tmp/rails20120514-9684-b5neye.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-b5neye20120514-9684-4nbyf1'  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:43 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:43 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 69ms (Views: 0.6ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-9684-j2ux1q.png[0]' Command :: convert '/tmp/rails20120514-9684-j2ux1q.png[0]' -resize "800>" '/tmp/rails20120514-9684-j2ux1q20120514-9684-e4nzhv' Command :: identify -format %wx%h '/tmp/rails20120514-9684-j2ux1q.png[0]' Command :: convert '/tmp/rails20120514-9684-j2ux1q.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-9684-j2ux1q20120514-9684-11hw5tg'  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (49.9ms) Completed 200 OK in 56ms (Views: 54.9ms | ActiveRecord: 0.0ms)  (0.2ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 10:53:44 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 10:53:44 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.4ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.2ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.2ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:23 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:23 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 53ms (Views: 44.1ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.1ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-12439-1u3g88n.png[0]' Command :: convert '/tmp/rails20120514-12439-1u3g88n.png[0]' -resize "800>" '/tmp/rails20120514-12439-1u3g88n20120514-12439-12lnx42' Command :: identify -format %wx%h '/tmp/rails20120514-12439-1u3g88n.png[0]' Command :: convert '/tmp/rails20120514-12439-1u3g88n.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-1u3g88n20120514-12439-7b42to'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-12439-1v8xdo2.png[0]' Command :: convert '/tmp/rails20120514-12439-1v8xdo2.png[0]' -resize "800>" '/tmp/rails20120514-12439-1v8xdo220120514-12439-1qw5xf0' Command :: identify -format %wx%h '/tmp/rails20120514-12439-1v8xdo2.png[0]' Command :: convert '/tmp/rails20120514-12439-1v8xdo2.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-1v8xdo220120514-12439-152m17w'  (0.2ms) SAVEPOINT active_record_1 SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 79ms (Views: 0.8ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-12439-o68epm.png[0]' Command :: convert '/tmp/rails20120514-12439-o68epm.png[0]' -resize "800>" '/tmp/rails20120514-12439-o68epm20120514-12439-1stio37' Command :: identify -format %wx%h '/tmp/rails20120514-12439-o68epm.png[0]' Command :: convert '/tmp/rails20120514-12439-o68epm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-o68epm20120514-12439-5orpqk'  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 111ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-12439-109ktg0.png[0]' Command :: convert '/tmp/rails20120514-12439-109ktg0.png[0]' -resize "800>" '/tmp/rails20120514-12439-109ktg020120514-12439-1aewmlm' Command :: identify -format %wx%h '/tmp/rails20120514-12439-109ktg0.png[0]' Command :: convert '/tmp/rails20120514-12439-109ktg0.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-109ktg020120514-12439-upm70i'  (0.2ms) SAVEPOINT active_record_1 SQL (1.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 72ms (Views: 0.5ms | ActiveRecord: 2.2ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-12439-wac4af.png[0]' Command :: convert '/tmp/rails20120514-12439-wac4af.png[0]' -resize "800>" '/tmp/rails20120514-12439-wac4af20120514-12439-1xqpm22' Command :: identify -format %wx%h '/tmp/rails20120514-12439-wac4af.png[0]' Command :: convert '/tmp/rails20120514-12439-wac4af.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12439-wac4af20120514-12439-7qxd77'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (44.7ms) Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:41:24 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:41:24 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (123ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (5ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119acde2f1530ed000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:48 UTC, "updated_at"=>2012-05-14 14:41:48 UTC, "created_at"=>2012-05-14 14:41:48 UTC}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119acde2f1530ed000001')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119acde2f1530ed000001/rails_tar.gz  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}]) [paperclip] Saving attachments. Rendered text template (0.0ms) Completed 200 OK in 94ms (Views: 46.7ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000002')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000002/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000003')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000003/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 11ms (Views: 0.7ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000004')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000004/rails_tar.gz  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:41:49 UTC, "updated_at"=>2012-05-14 14:41:49 UTC, "created_at"=>2012-05-14 14:41:49 UTC}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb119adde2f1530ed000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb119adde2f1530ed000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed000005')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb119adde2f1530ed000005/rails_tar.gz Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 49ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 51ms (Views: 50.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-12525-uioyzi.png[0]' Command :: convert '/tmp/rails20120514-12525-uioyzi.png[0]' -resize "800>" '/tmp/rails20120514-12525-uioyzi20120514-12525-dvqjj5' Command :: identify -format %wx%h '/tmp/rails20120514-12525-uioyzi.png[0]' Command :: convert '/tmp/rails20120514-12525-uioyzi.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-uioyzi20120514-12525-gu2szq'  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-12525-is04l6.png[0]' Command :: convert '/tmp/rails20120514-12525-is04l6.png[0]' -resize "800>" '/tmp/rails20120514-12525-is04l620120514-12525-lye2ls' Command :: identify -format %wx%h '/tmp/rails20120514-12525-is04l6.png[0]' Command :: convert '/tmp/rails20120514-12525-is04l6.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-is04l620120514-12525-4x4n9q' Completed 500 Internal Server Error in 47ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-12525-1ow67wj.png[0]' Command :: convert '/tmp/rails20120514-12525-1ow67wj.png[0]' -resize "800>" '/tmp/rails20120514-12525-1ow67wj20120514-12525-rl0ef3' Command :: identify -format %wx%h '/tmp/rails20120514-12525-1ow67wj.png[0]' Command :: convert '/tmp/rails20120514-12525-1ow67wj.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-1ow67wj20120514-12525-y1s7d9' Completed 500 Internal Server Error in 58ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-12525-17ixqy7.png[0]' Command :: convert '/tmp/rails20120514-12525-17ixqy7.png[0]' -resize "800>" '/tmp/rails20120514-12525-17ixqy720120514-12525-cs0etm' Command :: identify -format %wx%h '/tmp/rails20120514-12525-17ixqy7.png[0]' Command :: convert '/tmp/rails20120514-12525-17ixqy7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-17ixqy720120514-12525-1kmq23' Completed 500 Internal Server Error in 67ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-12525-juqevz.png[0]' Command :: convert '/tmp/rails20120514-12525-juqevz.png[0]' -resize "800>" '/tmp/rails20120514-12525-juqevz20120514-12525-19o74f3' Command :: identify -format %wx%h '/tmp/rails20120514-12525-juqevz.png[0]' Command :: convert '/tmp/rails20120514-12525-juqevz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12525-juqevz20120514-12525-955vwq' MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119adde2f1530ed00000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.0ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119adde2f1530ed00000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119aede2f1530ed00000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119aede2f1530ed00000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119aede2f1530ed000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119aede2f1530ed000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb119aede2f1530ed000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb119aede2f1530ed000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb119aede2f1530ed000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (3.6ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb119aede2f1530ed000011')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 42.5ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (33.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms) Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-12618-wum328.png[0]' Command :: convert '/tmp/rails20120514-12618-wum328.png[0]' -resize "800>" '/tmp/rails20120514-12618-wum32820120514-12618-zgjm98' Command :: identify -format %wx%h '/tmp/rails20120514-12618-wum328.png[0]' Command :: convert '/tmp/rails20120514-12618-wum328.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-wum32820120514-12618-1k7s19m'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:17 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-12618-fozqe4.png[0]' Command :: convert '/tmp/rails20120514-12618-fozqe4.png[0]' -resize "800>" '/tmp/rails20120514-12618-fozqe420120514-12618-1nyq8jv' Command :: identify -format %wx%h '/tmp/rails20120514-12618-fozqe4.png[0]' Command :: convert '/tmp/rails20120514-12618-fozqe4.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-fozqe420120514-12618-yc7s2q'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 82ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-12618-1nw8hpf.png[0]' Command :: convert '/tmp/rails20120514-12618-1nw8hpf.png[0]' -resize "800>" '/tmp/rails20120514-12618-1nw8hpf20120514-12618-skj4oy' Command :: identify -format %wx%h '/tmp/rails20120514-12618-1nw8hpf.png[0]' Command :: convert '/tmp/rails20120514-12618-1nw8hpf.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-1nw8hpf20120514-12618-amc9ka'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 116ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-12618-wjw7h6.png[0]' Command :: convert '/tmp/rails20120514-12618-wjw7h6.png[0]' -resize "800>" '/tmp/rails20120514-12618-wjw7h620120514-12618-15wp09b' Command :: identify -format %wx%h '/tmp/rails20120514-12618-wjw7h6.png[0]' Command :: convert '/tmp/rails20120514-12618-wjw7h6.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-wjw7h620120514-12618-5ds1ro'  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 65ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-12618-1nxgocx.png[0]' Command :: convert '/tmp/rails20120514-12618-1nxgocx.png[0]' -resize "800>" '/tmp/rails20120514-12618-1nxgocx20120514-12618-1ojzw6r' Command :: identify -format %wx%h '/tmp/rails20120514-12618-1nxgocx.png[0]' Command :: convert '/tmp/rails20120514-12618-1nxgocx.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12618-1nxgocx20120514-12618-1okebws'  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 9ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (47.3ms) Completed 200 OK in 52ms (Views: 51.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.0ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:18 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:18 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (5.0ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.2ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (2.1ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:33 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 48ms (Views: 41.6ms | ActiveRecord: 0.4ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:33 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:33 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 51ms (Views: 50.2ms | ActiveRecord: 0.1ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 174ms (Views: 1.5ms | ActiveRecord: 1.0ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>}  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 136ms (Views: 0.8ms | ActiveRecord: 1.0ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"}  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 189ms (Views: 0.5ms | ActiveRecord: 0.9ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:34 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:34 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms) Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.5ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.2ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_uid" varchar(255) NOT NULL, "data_name" varchar(255) NOT NULL, "data_mime_type" varchar(255), "data_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (35.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:50 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_50_993_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:50 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_85_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 53ms (Views: 41.6ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.0ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_141_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.0ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_152_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/17_43_51_192_rails.tar.gz"], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms) Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_392_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_442_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 23ms (Views: 1.9ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_471_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 21ms (Views: 0.7ms | ActiveRecord: 1.0ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"}  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_496_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 12ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_mime_type", "data_name", "data_size", "data_uid", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/17_43_51_515_rails.png"], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.1ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.2ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.0ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:43:51 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:43:51 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (2.8ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a42de2f153246000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:18 UTC, "updated_at"=>2012-05-14 14:44:18 UTC, "created_at"=>2012-05-14 14:44:18 UTC}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a42de2f153246000001')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a42de2f153246000001/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}]) [paperclip] Saving attachments. Rendered text template (0.0ms) Completed 200 OK in 96ms (Views: 49.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000002')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000002/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000003')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000003/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000004')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000004/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f153246000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:44:19 UTC, "updated_at"=>2012-05-14 14:44:19 UTC, "created_at"=>2012-05-14 14:44:19 UTC}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb11a43de2f153246000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11a43de2f153246000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a43de2f153246000005')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11a43de2f153246000005/rails_tar.gz Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 50ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.2ms) Completed 200 OK in 55ms (Views: 54.7ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (1ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.2ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-12870-50br09.png[0]' Command :: convert '/tmp/rails20120514-12870-50br09.png[0]' -resize "800>" '/tmp/rails20120514-12870-50br0920120514-12870-ok7sxb' Command :: identify -format %wx%h '/tmp/rails20120514-12870-50br09.png[0]' Command :: convert '/tmp/rails20120514-12870-50br09.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-50br0920120514-12870-183eo6t'  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-12870-mkl9lz.png[0]' Command :: convert '/tmp/rails20120514-12870-mkl9lz.png[0]' -resize "800>" '/tmp/rails20120514-12870-mkl9lz20120514-12870-po417f' Command :: identify -format %wx%h '/tmp/rails20120514-12870-mkl9lz.png[0]' Command :: convert '/tmp/rails20120514-12870-mkl9lz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-mkl9lz20120514-12870-19fizwd' Completed 500 Internal Server Error in 88ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-12870-vy70w3.png[0]' Command :: convert '/tmp/rails20120514-12870-vy70w3.png[0]' -resize "800>" '/tmp/rails20120514-12870-vy70w320120514-12870-flvnr1' Command :: identify -format %wx%h '/tmp/rails20120514-12870-vy70w3.png[0]' Command :: convert '/tmp/rails20120514-12870-vy70w3.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-vy70w320120514-12870-11tp6my' Completed 500 Internal Server Error in 54ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-12870-1x7fd15.png[0]' Command :: convert '/tmp/rails20120514-12870-1x7fd15.png[0]' -resize "800>" '/tmp/rails20120514-12870-1x7fd1520120514-12870-16c79it' Command :: identify -format %wx%h '/tmp/rails20120514-12870-1x7fd15.png[0]' Command :: convert '/tmp/rails20120514-12870-1x7fd15.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-1x7fd1520120514-12870-1athu70' Completed 500 Internal Server Error in 62ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-12870-1tpd9yn.png[0]' Command :: convert '/tmp/rails20120514-12870-1tpd9yn.png[0]' -resize "800>" '/tmp/rails20120514-12870-1tpd9yn20120514-12870-1t2c20a' Command :: identify -format %wx%h '/tmp/rails20120514-12870-1tpd9yn.png[0]' Command :: convert '/tmp/rails20120514-12870-1tpd9yn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-12870-1tpd9yn20120514-12870-1cggjpr' MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a43de2f15324600000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.9ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a43de2f15324600000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a44de2f15324600000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a44de2f15324600000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a44de2f153246000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a44de2f153246000010')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a44de2f153246000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb11a44de2f153246000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11a44de2f153246000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a44de2f153246000011')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a59de2f15329b000001'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:41 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:41 UTC}]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a59de2f15329b000001')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a59de2f15329b000002'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:41 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:41 UTC}]) Rendered text template (0.0ms) Completed 200 OK in 54ms (Views: 46.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a59de2f15329b000002')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a59de2f15329b000003'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:41 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:41 UTC}]) Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (33ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a59de2f15329b000003')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000004'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:42 UTC}]) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000004')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000005'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:44:42 UTC}]) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb11a5ade2f15329b000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000005')}) Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 9ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms) Completed 200 OK in 55ms (Views: 53.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000007'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000007')})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000008'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}]) Completed 200 OK in 203ms (Views: 0.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000008')})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b000009'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}]) Completed 200 OK in 159ms (Views: 0.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b000009')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5ade2f15329b00000a'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:42 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:42 UTC}]) Completed 200 OK in 206ms (Views: 1.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5ade2f15329b00000a')})  (0.2ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b00000b'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:44:43 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:44:43 UTC}]) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"4fb11a5bde2f15329b00000b"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000b')}) Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 6ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b00000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (43.8ms) Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000d')})  (0.2ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b00000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b00000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11a5bde2f15329b000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb11a5bde2f15329b000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11a5bde2f15329b000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11a5bde2f15329b000011')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.2ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({})  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000001'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000001')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000002'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}]) Rendered text template (0.0ms) Completed 200 OK in 52ms (Views: 45.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000002')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000003'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}]) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000003')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000004'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}]) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000004')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b63de2f153389000005'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 14:49:07 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 14:49:07 UTC}]) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb11b63de2f153389000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11b63de2f153389000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b63de2f153389000005')}) Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 9ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f153389000007'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f153389000007')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f153389000008'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}]) Completed 200 OK in 176ms (Views: 2.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f153389000008')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f153389000009'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}]) Completed 200 OK in 139ms (Views: 0.7ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f153389000009')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f15338900000a'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}]) Completed 200 OK in 205ms (Views: 0.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f15338900000a')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f15338900000b'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 14:49:08 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 14:49:08 UTC}]) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"4fb11b64de2f15338900000b"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11b64de2f15338900000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b64de2f15338900000b')}) Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 9ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.6ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b64de2f15338900000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (42.7ms) Completed 200 OK in 48ms (Views: 47.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b64de2f15338900000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b65de2f15338900000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b65de2f15338900000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b65de2f153389000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b65de2f153389000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b65de2f153389000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb11b65de2f153389000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11b65de2f153389000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (3.4ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b65de2f153389000011')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000001')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000001/rails_tar.gz  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}]) [paperclip] Saving attachments. Rendered text template (0.0ms) Completed 200 OK in 98ms (Views: 51.7ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000002')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000002/rails_tar.gz  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000003')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000003/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000004')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000004/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb11b6ede2f153432000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 14:49:18 UTC, "updated_at"=>2012-05-14 14:49:18 UTC, "created_at"=>2012-05-14 14:49:18 UTC}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb11b6ede2f153432000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb11b6ede2f153432000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb11b6ede2f153432000005')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb11b6ede2f153432000005/rails_tar.gz Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 48ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-13362-1rxuam7.png[0]' Command :: convert '/tmp/rails20120514-13362-1rxuam7.png[0]' -resize "800>" '/tmp/rails20120514-13362-1rxuam720120514-13362-i4o9kl' Command :: identify -format %wx%h '/tmp/rails20120514-13362-1rxuam7.png[0]' Command :: convert '/tmp/rails20120514-13362-1rxuam7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-1rxuam720120514-13362-7fzcw0'  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-13362-woa8k5.png[0]' Command :: convert '/tmp/rails20120514-13362-woa8k5.png[0]' -resize "800>" '/tmp/rails20120514-13362-woa8k520120514-13362-144yizy' Command :: identify -format %wx%h '/tmp/rails20120514-13362-woa8k5.png[0]' Command :: convert '/tmp/rails20120514-13362-woa8k5.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-woa8k520120514-13362-1pxv9mq' Completed 500 Internal Server Error in 74ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-13362-113yebz.png[0]' Command :: convert '/tmp/rails20120514-13362-113yebz.png[0]' -resize "800>" '/tmp/rails20120514-13362-113yebz20120514-13362-1n3brij' Command :: identify -format %wx%h '/tmp/rails20120514-13362-113yebz.png[0]' Command :: convert '/tmp/rails20120514-13362-113yebz.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-113yebz20120514-13362-1cy3l9d' Completed 500 Internal Server Error in 70ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-13362-ofca.png[0]' Command :: convert '/tmp/rails20120514-13362-ofca.png[0]' -resize "800>" '/tmp/rails20120514-13362-ofca20120514-13362-1jl1zgb' Command :: identify -format %wx%h '/tmp/rails20120514-13362-ofca.png[0]' Command :: convert '/tmp/rails20120514-13362-ofca.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-ofca20120514-13362-spimbd' Completed 500 Internal Server Error in 64ms MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-13362-4ryvwy.png[0]' Command :: convert '/tmp/rails20120514-13362-4ryvwy.png[0]' -resize "800>" '/tmp/rails20120514-13362-4ryvwy20120514-13362-qpay7l' Command :: identify -format %wx%h '/tmp/rails20120514-13362-4ryvwy.png[0]' Command :: convert '/tmp/rails20120514-13362-4ryvwy.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13362-4ryvwy20120514-13362-1jgnhyo' MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f15343200000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.9ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f15343200000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f15343200000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f15343200000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f153432000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f153432000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb11b6fde2f153432000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb11b6fde2f153432000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb11b6fde2f153432000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (4.5ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb11b6fde2f153432000011')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 42.2ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 14:52:34 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.1ms) Completed 200 OK in 46ms (Views: 44.1ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13478-13kiuxv.png[0]' Command :: convert '/tmp/rails20120514-13478-13kiuxv.png[0]' -resize "800>" '/tmp/rails20120514-13478-13kiuxv20120514-13478-wlsv3r' Command :: identify -format %wx%h '/tmp/rails20120514-13478-13kiuxv.png[0]' Command :: convert '/tmp/rails20120514-13478-13kiuxv.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-13kiuxv20120514-13478-1epgs4m'  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-13478-ab9djm.png[0]' Command :: convert '/tmp/rails20120514-13478-ab9djm.png[0]' -resize "800>" '/tmp/rails20120514-13478-ab9djm20120514-13478-mt3sgi' Command :: identify -format %wx%h '/tmp/rails20120514-13478-ab9djm.png[0]' Command :: convert '/tmp/rails20120514-13478-ab9djm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-ab9djm20120514-13478-4v44dp'  (0.2ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 81ms Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-13478-13k7kp0.png[0]' Command :: convert '/tmp/rails20120514-13478-13k7kp0.png[0]' -resize "800>" '/tmp/rails20120514-13478-13k7kp020120514-13478-1tcznny' Command :: identify -format %wx%h '/tmp/rails20120514-13478-13k7kp0.png[0]' Command :: convert '/tmp/rails20120514-13478-13k7kp0.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-13k7kp020120514-13478-lht6kc'  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 72ms Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-13478-rcib7e.png[0]' Command :: convert '/tmp/rails20120514-13478-rcib7e.png[0]' -resize "800>" '/tmp/rails20120514-13478-rcib7e20120514-13478-1vz5lb3' Command :: identify -format %wx%h '/tmp/rails20120514-13478-rcib7e.png[0]' Command :: convert '/tmp/rails20120514-13478-rcib7e.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-rcib7e20120514-13478-1vopvau'  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 85ms Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13478-4pz831.png[0]' Command :: convert '/tmp/rails20120514-13478-4pz831.png[0]' -resize "800>" '/tmp/rails20120514-13478-4pz83120120514-13478-fbutd6' Command :: identify -format %wx%h '/tmp/rails20120514-13478-4pz831.png[0]' Command :: convert '/tmp/rails20120514-13478-4pz831.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13478-4pz83120120514-13478-ediomj'  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms) Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.7ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 14:52:35 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 14:52:35 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.4ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 41.6ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:01:55 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 12ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms) Completed 200 OK in 46ms (Views: 44.7ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13674-m1u8oy.png[0]' Command :: convert '/tmp/rails20120514-13674-m1u8oy.png[0]' -resize "800>" '/tmp/rails20120514-13674-m1u8oy20120514-13674-40qr4v' Command :: identify -format %wx%h '/tmp/rails20120514-13674-m1u8oy.png[0]' Command :: convert '/tmp/rails20120514-13674-m1u8oy.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-m1u8oy20120514-13674-1ilbako'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-13674-1qnx3ke.png[0]' Command :: convert '/tmp/rails20120514-13674-1qnx3ke.png[0]' -resize "800>" '/tmp/rails20120514-13674-1qnx3ke20120514-13674-1unfpvk' Command :: identify -format %wx%h '/tmp/rails20120514-13674-1qnx3ke.png[0]' Command :: convert '/tmp/rails20120514-13674-1qnx3ke.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-1qnx3ke20120514-13674-hw13i6'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 67ms Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-13674-1k1mfh1.png[0]' Command :: convert '/tmp/rails20120514-13674-1k1mfh1.png[0]' -resize "800>" '/tmp/rails20120514-13674-1k1mfh120120514-13674-x01nf' Command :: identify -format %wx%h '/tmp/rails20120514-13674-1k1mfh1.png[0]' Command :: convert '/tmp/rails20120514-13674-1k1mfh1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-1k1mfh120120514-13674-rt0mof'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 89ms Ckeditor::Picture Load (0.4ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-13674-1cvlieg.png[0]' Command :: convert '/tmp/rails20120514-13674-1cvlieg.png[0]' -resize "800>" '/tmp/rails20120514-13674-1cvlieg20120514-13674-1rxaddb' Command :: identify -format %wx%h '/tmp/rails20120514-13674-1cvlieg.png[0]' Command :: convert '/tmp/rails20120514-13674-1cvlieg.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-1cvlieg20120514-13674-s5t83c'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 500 Internal Server Error in 124ms Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13674-11pqod1.png[0]' Command :: convert '/tmp/rails20120514-13674-11pqod1.png[0]' -resize "800>" '/tmp/rails20120514-13674-11pqod120120514-13674-qzddcu' Command :: identify -format %wx%h '/tmp/rails20120514-13674-11pqod1.png[0]' Command :: convert '/tmp/rails20120514-13674-11pqod1.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13674-11pqod120120514-13674-l3hg0l'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures//original_rails.png[0]'  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.4ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:01:56 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:01:56 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (5.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 42.4ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:08:27 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 12ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13807-1urarcm.png[0]' Command :: convert '/tmp/rails20120514-13807-1urarcm.png[0]' -resize "800>" '/tmp/rails20120514-13807-1urarcm20120514-13807-ay6m8n' Command :: identify -format %wx%h '/tmp/rails20120514-13807-1urarcm.png[0]' Command :: convert '/tmp/rails20120514-13807-1urarcm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-1urarcm20120514-13807-14c12vv'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13807-1urarcm.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-13807-1b45fs7.png[0]' Command :: convert '/tmp/rails20120514-13807-1b45fs7.png[0]' -resize "800>" '/tmp/rails20120514-13807-1b45fs720120514-13807-acve6m' Command :: identify -format %wx%h '/tmp/rails20120514-13807-1b45fs7.png[0]' Command :: convert '/tmp/rails20120514-13807-1b45fs7.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-1b45fs720120514-13807-aqkrb4'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13807-1b45fs7.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 84ms (Views: 0.8ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-13807-qyd7v4.png[0]' Command :: convert '/tmp/rails20120514-13807-qyd7v4.png[0]' -resize "800>" '/tmp/rails20120514-13807-qyd7v420120514-13807-1eewghv' Command :: identify -format %wx%h '/tmp/rails20120514-13807-qyd7v4.png[0]' Command :: convert '/tmp/rails20120514-13807-qyd7v4.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-qyd7v420120514-13807-ni8dib'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13807-qyd7v4.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 122ms (Views: 0.4ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-13807-20ayug.png[0]' Command :: convert '/tmp/rails20120514-13807-20ayug.png[0]' -resize "800>" '/tmp/rails20120514-13807-20ayug20120514-13807-1ewii0p' Command :: identify -format %wx%h '/tmp/rails20120514-13807-20ayug.png[0]' Command :: convert '/tmp/rails20120514-13807-20ayug.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-20ayug20120514-13807-1s2x822'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13807-20ayug.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 70ms (Views: 0.7ms | ActiveRecord: 0.9ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13807-1j6yf10.png[0]' Command :: convert '/tmp/rails20120514-13807-1j6yf10.png[0]' -resize "800>" '/tmp/rails20120514-13807-1j6yf1020120514-13807-aq6iv8' Command :: identify -format %wx%h '/tmp/rails20120514-13807-1j6yf10.png[0]' Command :: convert '/tmp/rails20120514-13807-1j6yf10.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13807-1j6yf1020120514-13807-1itf24f'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13807-1j6yf10.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.6ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:08:28 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:08:28 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.5ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.3ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.9ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 41.9ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 8ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.0ms) Completed 200 OK in 47ms (Views: 45.1ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13910-nehseh.png[0]' Command :: convert '/tmp/rails20120514-13910-nehseh.png[0]' -resize "800>" '/tmp/rails20120514-13910-nehseh20120514-13910-2b0vb5' Command :: identify -format %wx%h '/tmp/rails20120514-13910-nehseh.png[0]' Command :: convert '/tmp/rails20120514-13910-nehseh.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-nehseh20120514-13910-h6o6uq'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13910-nehseh.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:38 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-13910-hvl58g.png[0]' Command :: convert '/tmp/rails20120514-13910-hvl58g.png[0]' -resize "800>" '/tmp/rails20120514-13910-hvl58g20120514-13910-1e8lm0i' Command :: identify -format %wx%h '/tmp/rails20120514-13910-hvl58g.png[0]' Command :: convert '/tmp/rails20120514-13910-hvl58g.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-hvl58g20120514-13910-zfn6fr'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13910-hvl58g.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 86ms (Views: 1.1ms | ActiveRecord: 0.6ms)  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-13910-ejf4tm.png[0]' Command :: convert '/tmp/rails20120514-13910-ejf4tm.png[0]' -resize "800>" '/tmp/rails20120514-13910-ejf4tm20120514-13910-xlc1n2' Command :: identify -format %wx%h '/tmp/rails20120514-13910-ejf4tm.png[0]' Command :: convert '/tmp/rails20120514-13910-ejf4tm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-ejf4tm20120514-13910-22iks5'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13910-ejf4tm.png[0]' SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 117ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-13910-x4ha13.png[0]' Command :: convert '/tmp/rails20120514-13910-x4ha13.png[0]' -resize "800>" '/tmp/rails20120514-13910-x4ha1320120514-13910-16pbtyo' Command :: identify -format %wx%h '/tmp/rails20120514-13910-x4ha13.png[0]' Command :: convert '/tmp/rails20120514-13910-x4ha13.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-x4ha1320120514-13910-1fjrxep'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13910-x4ha13.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.2ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 84ms (Views: 0.6ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-13910-mhj6cn.png[0]' Command :: convert '/tmp/rails20120514-13910-mhj6cn.png[0]' -resize "800>" '/tmp/rails20120514-13910-mhj6cn20120514-13910-cl8131' Command :: identify -format %wx%h '/tmp/rails20120514-13910-mhj6cn.png[0]' Command :: convert '/tmp/rails20120514-13910-mhj6cn.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-13910-mhj6cn20120514-13910-4g089u'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-13910-mhj6cn.png[0]' SQL (0.8ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.6ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:09:39 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:09:39 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.2ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000001')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000001/rails_tar.gz  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}]) [paperclip] Saving attachments. Rendered text template (0.0ms) Completed 200 OK in 97ms (Views: 52.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000002')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000002/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000003')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000003/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000004')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000004/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb1203ede2f1536b7000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000005')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb1203ede2f1536b7000005/rails_tar.gz Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 49ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-14007-yguvyv.png[0]' Command :: convert '/tmp/rails20120514-14007-yguvyv.png[0]' -resize "800>" '/tmp/rails20120514-14007-yguvyv20120514-14007-7rfzg3' Command :: identify -format %wx%h '/tmp/rails20120514-14007-yguvyv.png[0]' Command :: convert '/tmp/rails20120514-14007-yguvyv.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-yguvyv20120514-14007-1nk2ou4' Command :: identify -format %wx%h '/tmp/rails20120514-14007-yguvyv.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000007')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000007/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000007/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000007/thumb_rails.png  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-14007-1rmst5n.png[0]' Command :: convert '/tmp/rails20120514-14007-1rmst5n.png[0]' -resize "800>" '/tmp/rails20120514-14007-1rmst5n20120514-14007-76cv6f' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1rmst5n.png[0]' Command :: convert '/tmp/rails20120514-14007-1rmst5n.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1rmst5n20120514-14007-1k3tuov' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1rmst5n.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000008'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. Completed 200 OK in 57ms (Views: 0.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000008')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000008/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000008/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000008/thumb_rails.png  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-14007-1or9rkm.png[0]' Command :: convert '/tmp/rails20120514-14007-1or9rkm.png[0]' -resize "800>" '/tmp/rails20120514-14007-1or9rkm20120514-14007-3pn2yg' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1or9rkm.png[0]' Command :: convert '/tmp/rails20120514-14007-1or9rkm.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1or9rkm20120514-14007-1dvel0t' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1or9rkm.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b7000009'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. Completed 200 OK in 85ms (Views: 0.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b7000009')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000009/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000009/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b7000009/thumb_rails.png  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-14007-1fp8m9e.png[0]' Command :: convert '/tmp/rails20120514-14007-1fp8m9e.png[0]' -resize "800>" '/tmp/rails20120514-14007-1fp8m9e20120514-14007-1yvqm2e' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1fp8m9e.png[0]' Command :: convert '/tmp/rails20120514-14007-1fp8m9e.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1fp8m9e20120514-14007-1l4b76g' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1fp8m9e.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203ede2f1536b700000a'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:50 UTC, "updated_at"=>2012-05-14 15:09:50 UTC, "created_at"=>2012-05-14 15:09:50 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. Completed 200 OK in 120ms (Views: 0.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203ede2f1536b700000a')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b700000a/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b700000a/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203ede2f1536b700000a/thumb_rails.png  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-14007-1jmnd1w.png[0]' Command :: convert '/tmp/rails20120514-14007-1jmnd1w.png[0]' -resize "800>" '/tmp/rails20120514-14007-1jmnd1w20120514-14007-1cge8cj' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1jmnd1w.png[0]' Command :: convert '/tmp/rails20120514-14007-1jmnd1w.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14007-1jmnd1w20120514-14007-1n44zic' Command :: identify -format %wx%h '/tmp/rails20120514-14007-1jmnd1w.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b700000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:09:51 UTC, "updated_at"=>2012-05-14 15:09:51 UTC, "created_at"=>2012-05-14 15:09:51 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"4fb1203fde2f1536b700000b"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000b')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203fde2f1536b700000b/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203fde2f1536b700000b/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb1203fde2f1536b700000b/thumb_rails.png Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b700000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.3ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b700000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b700000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b7000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b7000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb1203fde2f1536b7000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb1203fde2f1536b7000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb1203fde2f1536b7000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (3.4ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb1203fde2f1536b7000011')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.2ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (4.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 51ms (Views: 42.3ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails_tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", nil]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 11ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 46ms (Views: 44.3ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.2ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-14106-12tnmia.png[0]' Command :: convert '/tmp/rails20120514-14106-12tnmia.png[0]' -resize "800>" '/tmp/rails20120514-14106-12tnmia20120514-14106-kaa890' Command :: identify -format %wx%h '/tmp/rails20120514-14106-12tnmia.png[0]' Command :: convert '/tmp/rails20120514-14106-12tnmia.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-12tnmia20120514-14106-x13b8o'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-14106-12tnmia.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-14106-1v5he8h.png[0]' Command :: convert '/tmp/rails20120514-14106-1v5he8h.png[0]' -resize "800>" '/tmp/rails20120514-14106-1v5he8h20120514-14106-1mkuplw' Command :: identify -format %wx%h '/tmp/rails20120514-14106-1v5he8h.png[0]' Command :: convert '/tmp/rails20120514-14106-1v5he8h.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-1v5he8h20120514-14106-1cg1eg1'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-14106-1v5he8h.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 57ms (Views: 0.8ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-14106-1l5l5ow.png[0]' Command :: convert '/tmp/rails20120514-14106-1l5l5ow.png[0]' -resize "800>" '/tmp/rails20120514-14106-1l5l5ow20120514-14106-1nywbxm' Command :: identify -format %wx%h '/tmp/rails20120514-14106-1l5l5ow.png[0]' Command :: convert '/tmp/rails20120514-14106-1l5l5ow.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-1l5l5ow20120514-14106-1vdyhq5'  (0.2ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-14106-1l5l5ow.png[0]' SQL (1.0ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:00 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 129ms (Views: 0.4ms | ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-14106-4eif06.png[0]' Command :: convert '/tmp/rails20120514-14106-4eif06.png[0]' -resize "800>" '/tmp/rails20120514-14106-4eif0620120514-14106-5enz0k' Command :: identify -format %wx%h '/tmp/rails20120514-14106-4eif06.png[0]' Command :: convert '/tmp/rails20120514-14106-4eif06.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-4eif0620120514-14106-1h0ev0p'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-14106-4eif06.png[0]' SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 84ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction Command :: identify -format %wx%h '/tmp/rails20120514-14106-gmoo17.png[0]' Command :: convert '/tmp/rails20120514-14106-gmoo17.png[0]' -resize "800>" '/tmp/rails20120514-14106-gmoo1720120514-14106-1z0kszy' Command :: identify -format %wx%h '/tmp/rails20120514-14106-gmoo17.png[0]' Command :: convert '/tmp/rails20120514-14106-gmoo17.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14106-gmoo1720120514-14106-1kd7bwq'  (0.1ms) SAVEPOINT active_record_1 Command :: identify -format %wx%h '/tmp/rails20120514-14106-gmoo17.png[0]' SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["width", 50]] [paperclip] Saving attachments.  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 [paperclip] Scheduling attachments for deletion. SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]] [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 8ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.3ms | ActiveRecord: 0.3ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.1ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:01 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:01 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.1ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_file_name" varchar(255) NOT NULL, "data_content_type" varchar(255), "data_file_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "width" integer, "height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.1ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.0ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.1ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 47ms (Views: 40.2ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"}  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "application/x-gzip"], ["data_file_name", "rails.tar.gz"], ["data_file_size", 6823], ["height", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", nil]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 10ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 50ms (Views: 49.0ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.0ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", 50]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.2ms) SAVEPOINT active_record_1 SQL (0.6ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:16 UTC +00:00], ["width", 50]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 195ms (Views: 0.9ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>}  (0.2ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["width", 50]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 135ms (Views: 0.7ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"}  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["width", 50]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 188ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_content_type", "data_file_name", "data_file_size", "height", "type", "updated_at", "width") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["data_content_type", "image/png"], ["data_file_name", "rails.png"], ["data_file_size", 6646], ["height", 64], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["width", 50]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (1.6ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.1ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:17 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:17 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) select sqlite_version(*)  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreatePosts (20110623120047)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')  (0.0ms) commit transaction  (0.3ms) CREATE TABLE "ckeditor_assets" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "data_uid" varchar(255) NOT NULL, "data_name" varchar(255) NOT NULL, "data_mime_type" varchar(255), "data_size" integer, "assetable_id" integer, "assetable_type" varchar(30), "type" varchar(30), "data_width" integer, "data_height" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.2ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")  (0.1ms) PRAGMA index_list("ckeditor_assets")  (0.0ms) PRAGMA index_info('idx_ckeditor_assetable_type')  (0.2ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")  (0.1ms) begin transaction None of the functions registered with # were able to deal with the method call width( >). You may need to register one that can. None of the functions registered with # were able to deal with the method call height( >). You may need to register one that can.  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (6.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_56_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} None of the functions registered with # were able to deal with the method call width( >). You may need to register one that can. None of the functions registered with # were able to deal with the method call height( >). You may need to register one that can.  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_142_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Rendered text template (0.0ms) Completed 200 OK in 108ms (Views: 76.4ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} None of the functions registered with # were able to deal with the method call width( >). You may need to register one that can. None of the functions registered with # were able to deal with the method call height( >). You may need to register one that can.  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_253_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 23ms (Views: 0.6ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} None of the functions registered with # were able to deal with the method call width( were able to deal with the method call height( were able to deal with the method call width( >). You may need to register one that can. None of the functions registered with # were able to deal with the method call height( >). You may need to register one that can.  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", nil], ["data_mime_type", "application/x-gzip"], ["data_name", "rails.tar.gz"], ["data_size", 6823], ["data_uid", "2012/05/14/18_10_31_310_rails.tar.gz"], ["data_width", nil], ["type", "Ckeditor::AttachmentFile"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 14ms (ActiveRecord: 0.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.1ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::AttachmentFilesController#index as HTML Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms) Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.2ms) Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.1ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile') Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::AttachmentFile')  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_515_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"}  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_549_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 27ms (Views: 1.0ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>}  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_582_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 25ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"}  (0.2ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.7ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_622_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Completed 200 OK in 37ms (Views: 0.4ms | ActiveRecord: 1.0ms)  (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.7ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 Binary data inserted for `string` type on column `data_uid` SQL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "assetable_type", "created_at", "data_height", "data_mime_type", "data_name", "data_size", "data_uid", "data_width", "type", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["assetable_id", nil], ["assetable_type", nil], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["data_height", 64], ["data_mime_type", "image/png"], ["data_name", "rails.png"], ["data_size", 6646], ["data_uid", "2012/05/14/18_10_31_661_rails.png"], ["data_width", 50], ["type", "Ckeditor::Picture"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"1"} Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') AND "ckeditor_assets"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 5ms (ActiveRecord: 0.0ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction Processing by Ckeditor::PicturesController#index as HTML Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') ORDER BY id desc Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.3ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms) Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil}  (0.1ms) SAVEPOINT active_record_1  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1 Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture') Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" IN ('Ckeditor::Picture')  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#new as HTML Rendered posts/_form.html.erb (42.7ms) Completed 200 OK in 47ms (Views: 46.8ms | ActiveRecord: 0.0ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts"  Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "info", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "content"], ["created_at", Mon, 14 May 2012 15:10:31 UTC +00:00], ["info", "info"], ["title", "test"], ["updated_at", Mon, 14 May 2012 15:10:31 UTC +00:00]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered posts/_form.html.erb (3.8ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms)  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000001')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000001/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000002'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}]) [paperclip] Saving attachments. Rendered text template (0.0ms) Completed 200 OK in 92ms (Views: 46.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000002')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000002/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000003'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 7ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000003')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000003/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000004'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}]) [paperclip] Saving attachments. Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000004')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000004/rails_tar.gz  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:02 UTC, "created_at"=>2012-05-14 15:11:02 UTC}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb12086de2f153874000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12086de2f153874000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000005')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4fb12086de2f153874000005/rails_tar.gz Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 49ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-14452-zvjhwh.png[0]' Command :: convert '/tmp/rails20120514-14452-zvjhwh.png[0]' -resize "800>" '/tmp/rails20120514-14452-zvjhwh20120514-14452-cksiof' Command :: identify -format %wx%h '/tmp/rails20120514-14452-zvjhwh.png[0]' Command :: convert '/tmp/rails20120514-14452-zvjhwh.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-zvjhwh20120514-14452-1rh7c1w' Command :: identify -format %wx%h '/tmp/rails20120514-14452-zvjhwh.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12086de2f153874000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:02 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12086de2f153874000007')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12086de2f153874000007/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12086de2f153874000007/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12086de2f153874000007/thumb_rails.png  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} Command :: identify -format %wx%h '/tmp/rails20120514-14452-1g0dsnl.png[0]' Command :: convert '/tmp/rails20120514-14452-1g0dsnl.png[0]' -resize "800>" '/tmp/rails20120514-14452-1g0dsnl20120514-14452-4agynf' Command :: identify -format %wx%h '/tmp/rails20120514-14452-1g0dsnl.png[0]' Command :: convert '/tmp/rails20120514-14452-1g0dsnl.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-1g0dsnl20120514-14452-dtwa' Command :: identify -format %wx%h '/tmp/rails20120514-14452-1g0dsnl.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000008'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. Completed 200 OK in 82ms (Views: 1.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000008')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000008/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000008/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000008/thumb_rails.png  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} Command :: identify -format %wx%h '/tmp/rails20120514-14452-16zc7ai.png[0]' Command :: convert '/tmp/rails20120514-14452-16zc7ai.png[0]' -resize "800>" '/tmp/rails20120514-14452-16zc7ai20120514-14452-1pt8gj' Command :: identify -format %wx%h '/tmp/rails20120514-14452-16zc7ai.png[0]' Command :: convert '/tmp/rails20120514-14452-16zc7ai.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-16zc7ai20120514-14452-16e4enj' Command :: identify -format %wx%h '/tmp/rails20120514-14452-16zc7ai.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000009'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. Completed 200 OK in 84ms (Views: 0.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000009')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000009/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000009/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f153874000009/thumb_rails.png  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} Command :: identify -format %wx%h '/tmp/rails20120514-14452-ket7gt.png[0]' Command :: convert '/tmp/rails20120514-14452-ket7gt.png[0]' -resize "800>" '/tmp/rails20120514-14452-ket7gt20120514-14452-30xa52' Command :: identify -format %wx%h '/tmp/rails20120514-14452-ket7gt.png[0]' Command :: convert '/tmp/rails20120514-14452-ket7gt.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-ket7gt20120514-14452-45ykql' Command :: identify -format %wx%h '/tmp/rails20120514-14452-ket7gt.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000a'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. Completed 200 OK in 103ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000a')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000a/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000a/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000a/thumb_rails.png  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Command :: identify -format %wx%h '/tmp/rails20120514-14452-1xpzls6.png[0]' Command :: convert '/tmp/rails20120514-14452-1xpzls6.png[0]' -resize "800>" '/tmp/rails20120514-14452-1xpzls620120514-14452-sf2a8b' Command :: identify -format %wx%h '/tmp/rails20120514-14452-1xpzls6.png[0]' Command :: convert '/tmp/rails20120514-14452-1xpzls6.png[0]' -resize "118x" -crop "118x100+0+25" +repage '/tmp/rails20120514-14452-1xpzls620120514-14452-1ml3th8' Command :: identify -format %wx%h '/tmp/rails20120514-14452-1xpzls6.png[0]' MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_content_type"=>"image/png", "data_file_size"=>6646, "data_updated_at"=>2012-05-14 15:11:03 UTC, "updated_at"=>2012-05-14 15:11:03 UTC, "created_at"=>2012-05-14 15:11:03 UTC, "width"=>50, "height"=>64}]) [paperclip] Saving attachments. MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"4fb12087de2f15387400000b"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12087de2f15387400000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]]) [paperclip] Scheduling attachments for deletion. MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000b')}) [paperclip] Deleting attachments. [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000b/original_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000b/content_rails.png [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4fb12087de2f15387400000b/thumb_rails.png Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 7ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (5.3ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f15387400000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f15387400000f')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12087de2f153874000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb12087de2f153874000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb12087de2f153874000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (3.3ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12087de2f153874000011')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production. MONGODB (0ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)  (0.3ms) begin transaction MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['system.namespaces'].find({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000001'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000001')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000002'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}]) Rendered text template (0.0ms) Completed 200 OK in 52ms (Views: 44.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000002')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000003'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}]) Completed 200 OK in 40ms (Views: 0.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000003')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>"rails.tar.gz"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000004'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}]) Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000004')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12094de2f1538d7000005'), "_type"=>"Ckeditor::AttachmentFile", "data_content_type"=>"application/x-gzip", "data_file_size"=>6823, "updated_at"=>2012-05-14 15:11:16 UTC, "data_file_name"=>"rails.tar.gz", "created_at"=>2012-05-14 15:11:16 UTC}]) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#destroy as HTML Parameters: {"id"=>"4fb12094de2f1538d7000005"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12094de2f1538d7000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).limit(-1).sort([[:_id, :asc]]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12094de2f1538d7000005')}) Redirected to http://test.host/ckeditor/attachment_files Completed 302 Found in 9ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::AttachmentFilesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.8ms) Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::AttachmentFilesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.0ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d7000007'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d7000007')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"upload"=>#>, "CKEditor"=>"ckeditor_field"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d7000008'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}]) Completed 200 OK in 169ms (Views: 1.6ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d7000008')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>#>} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d7000009'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}]) Completed 200 OK in 161ms (Views: 0.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d7000009')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>"rails.png"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d700000a'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}]) Completed 200 OK in 195ms (Views: 0.8ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d700000a')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d700000b'), "_type"=>"Ckeditor::Picture", "data_content_type"=>"image/png", "data_file_size"=>6646, "width"=>50, "height"=>64, "updated_at"=>2012-05-14 15:11:17 UTC, "data_file_name"=>"rails.png", "created_at"=>2012-05-14 15:11:17 UTC}]) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#destroy as HTML Parameters: {"id"=>"4fb12095de2f1538d700000b"} MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4fb12095de2f1538d700000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}}).limit(-1).sort([[:_id, :asc]]) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d700000b')}) Redirected to http://test.host/ckeditor/pictures Completed 302 Found in 6ms (ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) Processing by Ckeditor::PicturesController#index as HTML MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort([[:id, :desc]]) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms) Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) Processing by Ckeditor::PicturesController#create as HTML Parameters: {"qqfile"=>nil} Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12095de2f1538d700000d'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#new as HTML Rendered posts/_form.html.erb (8.0ms) Completed 200 OK in 55ms (Views: 54.2ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12095de2f1538d700000d')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12096de2f1538d700000f'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12096de2f1538d700000f')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12096de2f1538d7000010'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#index as HTML MONGODB (0ms) ckeditor-test-suite['posts'].find({}) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12096de2f1538d7000010')})  (0.1ms) rollback transaction  (0.0ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({}) MONGODB (0ms) ckeditor-test-suite['posts'].insert([{"_id"=>BSON::ObjectId('4fb12096de2f1538d7000011'), "title"=>"test", "content"=>"content", "info"=>"info"}]) Processing by PostsController#edit as HTML Parameters: {"id"=>"4fb12096de2f1538d7000011"} MONGODB (0ms) ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4fb12096de2f1538d7000011')}).limit(-1).sort([[:_id, :asc]]) Rendered posts/_form.html.erb (5.4ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.0ms) MONGODB (0ms) ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4fb12096de2f1538d7000011')})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction  (0.1ms) begin transaction MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['posts'].remove({}) MONGODB (0ms) ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil}).limit(-1) MONGODB (0ms) ckeditor-test-suite['ckeditor_assets'].remove({})  (0.1ms) rollback transaction