ckeditor 3.6.0 → 3.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (84) hide show
  1. data/Gemfile +5 -1
  2. data/README.rdoc +44 -9
  3. data/Rakefile +28 -0
  4. data/config/locales/pt-BR.ckeditor.yml +8 -0
  5. data/lib/ckeditor.rb +6 -1
  6. data/lib/ckeditor/backend/carrierwave.rb +64 -0
  7. data/lib/ckeditor/backend/paperclip.rb +53 -0
  8. data/lib/ckeditor/http.rb +10 -2
  9. data/lib/ckeditor/orm/active_record.rb +4 -69
  10. data/lib/ckeditor/orm/base.rb +46 -0
  11. data/lib/ckeditor/orm/mongoid.rb +20 -71
  12. data/lib/ckeditor/version.rb +1 -1
  13. data/lib/generators/ckeditor/install_generator.rb +1 -0
  14. data/lib/generators/ckeditor/models_generator.rb +28 -9
  15. data/lib/generators/ckeditor/templates/ckeditor.rb +1 -2
  16. data/lib/generators/ckeditor/templates/ckeditor/filebrowser/javascripts/application.js +1 -1
  17. data/lib/generators/ckeditor/templates/models/active_record/carrierwave/ckeditor/asset.rb +7 -0
  18. data/lib/generators/ckeditor/templates/models/active_record/carrierwave/ckeditor/attachment_file.rb +10 -0
  19. data/lib/generators/ckeditor/templates/models/active_record/carrierwave/ckeditor/picture.rb +7 -0
  20. data/lib/generators/ckeditor/templates/models/active_record/{migration.rb → carrierwave/migration.rb} +0 -0
  21. data/lib/generators/ckeditor/templates/models/active_record/{ckeditor → paperclip/ckeditor}/asset.rb +1 -4
  22. data/lib/generators/ckeditor/templates/models/active_record/{ckeditor → paperclip/ckeditor}/attachment_file.rb +0 -0
  23. data/lib/generators/ckeditor/templates/models/active_record/{ckeditor → paperclip/ckeditor}/picture.rb +0 -0
  24. data/lib/generators/ckeditor/templates/models/active_record/paperclip/migration.rb +26 -0
  25. data/lib/generators/ckeditor/templates/models/base/carrierwave/uploaders/ckeditor_attachment_file_uploader.rb +42 -0
  26. data/lib/generators/ckeditor/templates/models/base/carrierwave/uploaders/ckeditor_picture_uploader.rb +53 -0
  27. data/lib/generators/ckeditor/templates/models/mongoid/carrierwave/ckeditor/asset.rb +7 -0
  28. data/lib/generators/ckeditor/templates/models/mongoid/carrierwave/ckeditor/attachment_file.rb +10 -0
  29. data/lib/generators/ckeditor/templates/models/mongoid/carrierwave/ckeditor/picture.rb +7 -0
  30. data/lib/generators/ckeditor/templates/models/mongoid/paperclip/ckeditor/asset.rb +5 -0
  31. data/lib/generators/ckeditor/templates/models/mongoid/{ckeditor → paperclip/ckeditor}/attachment_file.rb +3 -3
  32. data/lib/generators/ckeditor/templates/models/mongoid/{ckeditor → paperclip/ckeditor}/picture.rb +0 -0
  33. data/test/controllers/attachment_files_controller_test.rb +9 -0
  34. data/test/controllers/pictures_controller_test.rb +9 -0
  35. data/test/dummy/config/application.rb +6 -2
  36. data/test/dummy/db/migrate/20110705195648_create_ckeditor_assets.rb +2 -2
  37. data/test/dummy/db/test.sqlite3 +0 -0
  38. data/test/dummy/log/test.log +2808 -0
  39. data/test/dummy/public/ckeditor_assets/attachments/4e53723cde2f151212000001/rails_tar.gz +0 -0
  40. data/test/dummy/public/ckeditor_assets/attachments/4e537333de2f15123b000001/rails_tar.gz +0 -0
  41. data/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000001/rails_tar.gz +0 -0
  42. data/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000001/rails_tar.gz +0 -0
  43. data/test/dummy/public/ckeditor_assets/attachments/4e53781ede2f1515b7000001/rails.tar.gz +0 -0
  44. data/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000001/rails_tar.gz +0 -0
  45. data/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/content_rails.png +0 -0
  46. data/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/original_rails.png +0 -0
  47. data/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/thumb_rails.png +0 -0
  48. data/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/content_rails.png +0 -0
  49. data/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/original_rails.png +0 -0
  50. data/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/thumb_rails.png +0 -0
  51. data/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/content_rails.png +0 -0
  52. data/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/original_rails.png +0 -0
  53. data/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/thumb_rails.png +0 -0
  54. data/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/content_rails.png +0 -0
  55. data/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/original_rails.png +0 -0
  56. data/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/thumb_rails.png +0 -0
  57. data/test/dummy/public/ckeditor_assets/pictures/4e53783ade2f1515b7000007/content_rails.png +0 -0
  58. data/test/dummy/public/ckeditor_assets/pictures/4e53783ade2f1515b7000007/rails.png +0 -0
  59. data/test/dummy/public/ckeditor_assets/pictures/4e53783ade2f1515b7000007/thumb_rails.png +0 -0
  60. data/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/content_rails.png +0 -0
  61. data/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/original_rails.png +0 -0
  62. data/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/thumb_rails.png +0 -0
  63. data/test/dummy/public/uploads/tmp/20110823-1231-4694-7541/rails.png +0 -0
  64. data/test/dummy/public/uploads/tmp/20110823-1232-4702-5501/rails.png +0 -0
  65. data/test/dummy/public/uploads/tmp/20110823-1245-5487-0966/rails.png +0 -0
  66. data/test/dummy/public/uploads/tmp/20110823-1245-5487-1597/rails.tar.gz +0 -0
  67. data/test/dummy/public/uploads/tmp/20110823-1245-5487-3892/rails.tar.gz +0 -0
  68. data/test/dummy/public/uploads/tmp/20110823-1245-5487-5787/rails.tar.gz +0 -0
  69. data/test/dummy/public/uploads/tmp/20110823-1245-5487-5790/rails.png +0 -0
  70. data/test/dummy/public/uploads/tmp/20110823-1245-5487-6435/rails.png +0 -0
  71. data/test/dummy/public/uploads/tmp/20110823-1245-5487-6978/rails.png +0 -0
  72. data/test/dummy/public/uploads/tmp/20110823-1245-5487-7226/rails.tar.gz +0 -0
  73. data/test/dummy/public/uploads/tmp/20110823-1245-5487-7290/rails.tar.gz +0 -0
  74. data/test/dummy/public/uploads/tmp/20110823-1245-5487-9279/rails.png +0 -0
  75. data/test/generators/models_generator_test.rb +34 -4
  76. data/test/models/attachment_file_test.rb +16 -0
  77. data/test/models/picture_test.rb +16 -0
  78. data/test/support/helpers.rb +30 -0
  79. data/test/support/raw_post.rb +9 -0
  80. data/test/test_helper.rb +2 -0
  81. data/test/tmp/app/models/ckeditor/asset.rb +2 -4
  82. data/test/tmp/app/models/ckeditor/attachment_file.rb +3 -3
  83. metadata +104 -11
  84. data/lib/generators/ckeditor/templates/models/mongoid/ckeditor/asset.rb +0 -7
@@ -2,6 +2,7 @@ require 'test_helper'
2
2
 
3
3
  class PicturesControllerTest < ActionController::TestCase
4
4
  tests Ckeditor::PicturesController
5
+ include RawPost
5
6
 
6
7
  def setup
7
8
  @image = fixture_file_upload('files/rails.png', 'image/png')
@@ -34,6 +35,14 @@ class PicturesControllerTest < ActionController::TestCase
34
35
  assert_equal 200, @response.status
35
36
  end
36
37
 
38
+ test "create action via html5 upload" do
39
+ assert_difference 'Ckeditor::Picture.count' do
40
+ raw_post :create, { :qqfile => @image.original_filename }, @image.read, "image/png"
41
+ end
42
+
43
+ assert_equal 200, @response.status
44
+ end
45
+
37
46
  test "invalid params for create action" do
38
47
  assert_no_difference 'Ckeditor::Picture.count' do
39
48
  post :create, :qqfile => nil
@@ -17,8 +17,12 @@ module Dummy
17
17
  # -- all .rb files in that directory are automatically loaded.
18
18
 
19
19
  # Custom directories with classes and modules you want to be autoloadable.
20
- config.autoload_paths += %W(#{config.root}/../../lib/generators/ckeditor/templates/models/#{CKEDITOR_ORM})
21
-
20
+ config.autoload_paths += %W(#{config.root}/../../lib/generators/ckeditor/templates/models/#{CKEDITOR_ORM}/#{CKEDITOR_BACKEND})
21
+
22
+ if CKEDITOR_BACKEND == :carrierwave
23
+ config.autoload_paths += %W(#{config.root}/../../lib/generators/ckeditor/templates/models/base/#{CKEDITOR_BACKEND}/uploaders)
24
+ end
25
+
22
26
  # Only load the plugins named here, in the order given (default is alphabetical).
23
27
  # :all can be used as a placeholder for all plugins not explicitly named.
24
28
  # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
@@ -10,8 +10,8 @@ class CreateCkeditorAssets < ActiveRecord::Migration
10
10
  t.string :type, :limit => 30
11
11
 
12
12
  # Uncomment it to save images dimensions, if your need it
13
- # t.integer :width
14
- # t.integer :height
13
+ t.integer :width
14
+ t.integer :height
15
15
 
16
16
  t.timestamps
17
17
  end
Binary file
@@ -6891,3 +6891,2811 @@ MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e326f16de2f150
6891
6891
  Rendered posts/_form.html.erb (3.5ms)
6892
6892
  Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.0ms)
6893
6893
  MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e326f16de2f150ee000000d')})
6894
+ SQL (0.5ms)  SELECT name
6895
+ FROM sqlite_master
6896
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6897
+ 
6898
+ SQL (0.3ms) SELECT name
6899
+ FROM sqlite_master
6900
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6901
+ SQL (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6902
+ Migrating to CreatePosts (20110623120047)
6903
+ Migrating to CreateCkeditorAssets (20110705195648)
6904
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6905
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
6906
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbb27f18 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-3353-xle0u4-0>>, "CKEditor"=>"ckeditor_field"}
6907
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.035847', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.035847')
6908
+ [paperclip] Saving attachments.
6909
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6910
+ Rendered text template (0.0ms)
6911
+ Completed 200 OK in 457ms (Views: 13.0ms | ActiveRecord: 1.5ms)
6912
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6913
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6914
+ [paperclip] Deleting attachments.
6915
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6916
+ AREL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
6917
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6918
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
6919
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbaca318 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-3353-u2enpm-0>>}
6920
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.193148', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.193148')
6921
+ [paperclip] Saving attachments.
6922
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6923
+ Completed 200 OK in 108ms (Views: 0.5ms | ActiveRecord: 0.9ms)
6924
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6925
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6926
+ [paperclip] Deleting attachments.
6927
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6928
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
6929
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6930
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
6931
+ Parameters: {"qqfile"=>"rails.tar.gz"}
6932
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.293897', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.293897')
6933
+ [paperclip] Saving attachments.
6934
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6935
+ Completed 200 OK in 95ms (Views: 0.6ms | ActiveRecord: 0.8ms)
6936
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6937
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6938
+ [paperclip] Deleting attachments.
6939
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6940
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
6941
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "assetable_id", "type", "data_file_name", "data_content_type", "assetable_type", "created_at") VALUES (6823, '2011-08-23 08:05:49.394570', NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', 'application/x-gzip', NULL, '2011-08-23 08:05:49.394570')
6942
+ [paperclip] Saving attachments.
6943
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6944
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6945
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
6946
+ Parameters: {"id"=>1}
6947
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
6948
+ [paperclip] Deleting attachments.
6949
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
6950
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
6951
+ Redirected to http://test.host/ckeditor/attachment_files
6952
+ Completed 302 Found in 7ms
6953
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6954
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6955
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
6956
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc
6957
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
6958
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (1.6ms)
6959
+ Completed 200 OK in 57ms (Views: 56.5ms | ActiveRecord: 0.3ms)
6960
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6961
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6962
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
6963
+ Parameters: {"qqfile"=>nil}
6964
+ Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)
6965
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6966
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
6967
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
6968
+ Processing by Ckeditor::PicturesController#create as HTML
6969
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbc98348 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-3353-gubk0f-0>>, "CKEditor"=>"ckeditor_field"}
6970
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.135164', '2011-08-23 08:06:49.135164', NULL, 'Ckeditor::Picture', 6646, 'rails.png')
6971
+ [paperclip] Saving attachments.
6972
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
6973
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
6974
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
6975
+ Completed 200 OK in 597ms (Views: 1.1ms | ActiveRecord: 0.9ms)
6976
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
6977
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
6978
+ [paperclip] Deleting attachments.
6979
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
6980
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
6981
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
6982
+ AREL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
6983
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
6984
+ Processing by Ckeditor::PicturesController#create as HTML
6985
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xba64b08 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-3353-38e3p0-0>>}
6986
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.368586', '2011-08-23 08:06:49.368586', NULL, 'Ckeditor::Picture', 6646, 'rails.png')
6987
+ [paperclip] Saving attachments.
6988
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
6989
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
6990
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
6991
+ Completed 200 OK in 221ms (Views: 0.4ms | ActiveRecord: 1.0ms)
6992
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
6993
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
6994
+ [paperclip] Deleting attachments.
6995
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
6996
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
6997
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
6998
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
6999
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7000
+ Processing by Ckeditor::PicturesController#create as HTML
7001
+ Parameters: {"qqfile"=>"rails.png"}
7002
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.542153', '2011-08-23 08:06:49.542153', NULL, 'Ckeditor::Picture', 6646, 'rails.png')
7003
+ [paperclip] Saving attachments.
7004
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7005
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7006
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7007
+ Completed 200 OK in 164ms (Views: 0.5ms | ActiveRecord: 1.0ms)
7008
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7009
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7010
+ [paperclip] Deleting attachments.
7011
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7012
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7013
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7014
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7015
+ AREL (0.6ms) INSERT INTO "ckeditor_assets" ("data_content_type", "assetable_type", "updated_at", "created_at", "assetable_id", "type", "data_file_size", "data_file_name") VALUES ('image/png', NULL, '2011-08-23 08:06:49.685788', '2011-08-23 08:06:49.685788', NULL, 'Ckeditor::Picture', 6646, 'rails.png')
7016
+ [paperclip] Saving attachments.
7017
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7018
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7019
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7020
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7021
+ Processing by Ckeditor::PicturesController#destroy as HTML
7022
+ Parameters: {"id"=>1}
7023
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1
7024
+ [paperclip] Deleting attachments.
7025
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7026
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7027
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7028
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7029
+ Redirected to http://test.host/ckeditor/pictures
7030
+ Completed 302 Found in 6ms
7031
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7032
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7033
+ Processing by Ckeditor::PicturesController#index as HTML
7034
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc
7035
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7036
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.7ms)
7037
+ Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.3ms)
7038
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7039
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7040
+ Processing by Ckeditor::PicturesController#create as HTML
7041
+ Parameters: {"qqfile"=>nil}
7042
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
7043
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7044
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7045
+ AREL (0.2ms) INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.749781', 'info', '2011-08-23 08:06:49.749781', 'content')
7046
+
7047
+
7048
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
7049
+ Processing by PostsController#new as HTML
7050
+ Rendered posts/_form.html.erb (5.1ms)
7051
+ Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.4ms)
7052
+ AREL (0.2ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7053
+ AREL (0.3ms) INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.889569', 'info', '2011-08-23 08:06:49.889569', 'content')
7054
+
7055
+
7056
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
7057
+ Processing by PostsController#index as HTML
7058
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
7059
+ Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.6ms)
7060
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7061
+ AREL (0.1ms) INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.912066', 'info', '2011-08-23 08:06:49.912066', 'content')
7062
+
7063
+
7064
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
7065
+ Processing by PostsController#index as HTML
7066
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
7067
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.4ms)
7068
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7069
+ AREL (0.2ms) INSERT INTO "posts" ("title", "created_at", "info", "updated_at", "content") VALUES ('test', '2011-08-23 08:06:49.921013', 'info', '2011-08-23 08:06:49.921013', 'content')
7070
+
7071
+
7072
+ Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 11:06:49 +0300 2011
7073
+ Processing by PostsController#edit as HTML
7074
+ Parameters: {"id"=>"1"}
7075
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
7076
+ Rendered posts/_form.html.erb (3.1ms)
7077
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms)
7078
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7079
+ SQL (0.5ms)  SELECT name
7080
+ FROM sqlite_master
7081
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7082
+ 
7083
+ SQL (0.1ms) SELECT name
7084
+ FROM sqlite_master
7085
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7086
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7087
+ Migrating to CreatePosts (20110623120047)
7088
+ Migrating to CreateCkeditorAssets (20110705195648)
7089
+ SQL (0.4ms)  SELECT name
7090
+ FROM sqlite_master
7091
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7092
+ 
7093
+ SQL (0.1ms) SELECT name
7094
+ FROM sqlite_master
7095
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7096
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7097
+ Migrating to CreatePosts (20110623120047)
7098
+ Migrating to CreateCkeditorAssets (20110705195648)
7099
+ SQL (0.5ms)  SELECT name
7100
+ FROM sqlite_master
7101
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7102
+ 
7103
+ SQL (0.1ms) SELECT name
7104
+ FROM sqlite_master
7105
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7106
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7107
+ Migrating to CreatePosts (20110623120047)
7108
+ Migrating to CreateCkeditorAssets (20110705195648)
7109
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_content_type", "type", "data_file_size", "created_at", "updated_at", "data_file_name") VALUES (NULL, NULL, 'application/x-gzip', 'Ckeditor::AttachmentFile', 6823, '2011-08-23 09:15:41.297366', '2011-08-23 09:15:41.297366', 'rails_tar.gz')
7110
+ [paperclip] Saving attachments.
7111
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7112
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_type", "data_file_size", "type", "data_content_type", "created_at", "data_file_name", "updated_at", "assetable_id") VALUES (NULL, 6646, 'Ckeditor::Picture', 'image/png', '2011-08-23 09:15:41.494141', 'rails.png', '2011-08-23 09:15:41.494141', NULL)
7113
+ [paperclip] Saving attachments.
7114
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7115
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7116
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7117
+ SQL (0.5ms)  SELECT name
7118
+ FROM sqlite_master
7119
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7120
+ 
7121
+ SQL (0.1ms) SELECT name
7122
+ FROM sqlite_master
7123
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7124
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7125
+ Migrating to CreatePosts (20110623120047)
7126
+ Migrating to CreateCkeditorAssets (20110705195648)
7127
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_type", "created_at", "data_file_size", "type", "data_file_name", "assetable_id", "data_content_type", "updated_at") VALUES (NULL, '2011-08-23 09:16:40.503285', 6823, 'Ckeditor::AttachmentFile', 'rails_tar.gz', NULL, 'application/x-gzip', '2011-08-23 09:16:40.503285')
7128
+ [paperclip] Saving attachments.
7129
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7130
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("created_at", "data_content_type", "data_file_size", "type", "assetable_id", "updated_at", "data_file_name", "assetable_type") VALUES ('2011-08-23 09:16:40.744552', 'image/png', 6646, 'Ckeditor::Picture', NULL, '2011-08-23 09:16:40.744552', 'rails.png', NULL)
7131
+ [paperclip] Saving attachments.
7132
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7133
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7134
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7135
+ SQL (0.5ms)  SELECT name
7136
+ FROM sqlite_master
7137
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7138
+ 
7139
+ SQL (0.1ms) SELECT name
7140
+ FROM sqlite_master
7141
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7142
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7143
+ Migrating to CreatePosts (20110623120047)
7144
+ Migrating to CreateCkeditorAssets (20110705195648)
7145
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("type", "data_file_name", "created_at", "assetable_id", "data_file_size", "data_content_type", "updated_at", "assetable_type") VALUES ('Ckeditor::AttachmentFile', 'rails_tar.gz', '2011-08-23 09:17:06.187974', NULL, 6823, 'application/x-gzip', '2011-08-23 09:17:06.187974', NULL)
7146
+ [paperclip] Saving attachments.
7147
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7148
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("updated_at", "type", "data_file_name", "created_at", "data_content_type", "data_file_size", "assetable_type", "assetable_id") VALUES ('2011-08-23 09:17:06.337372', 'Ckeditor::Picture', 'rails.png', '2011-08-23 09:17:06.337372', 'image/png', 6646, NULL, NULL)
7149
+ [paperclip] Saving attachments.
7150
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7151
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7152
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7153
+ SQL (0.5ms)  SELECT name
7154
+ FROM sqlite_master
7155
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7156
+ 
7157
+ SQL (0.1ms) SELECT name
7158
+ FROM sqlite_master
7159
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7160
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7161
+ Migrating to CreatePosts (20110623120047)
7162
+ Migrating to CreateCkeditorAssets (20110705195648)
7163
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("type", "data_file_size", "data_content_type", "created_at", "updated_at", "assetable_id", "data_file_name", "assetable_type") VALUES ('Ckeditor::AttachmentFile', 6823, 'application/x-gzip', '2011-08-23 09:17:30.693968', '2011-08-23 09:17:30.693968', NULL, 'rails_tar.gz', NULL)
7164
+ [paperclip] Saving attachments.
7165
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7166
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_type", "data_content_type", "data_file_size", "data_file_name", "updated_at", "created_at", "assetable_id", "type") VALUES (NULL, 'image/png', 6646, 'rails.png', '2011-08-23 09:17:30.868507', '2011-08-23 09:17:30.868507', NULL, 'Ckeditor::Picture')
7167
+ [paperclip] Saving attachments.
7168
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7169
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7170
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7171
+ SQL (0.3ms)  SELECT name
7172
+ FROM sqlite_master
7173
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7174
+ 
7175
+ SQL (0.1ms) select sqlite_version(*)
7176
+ SQL (178.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7177
+ SQL (0.1ms) PRAGMA index_list("schema_migrations")
7178
+ SQL (104.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7179
+ SQL (0.3ms) SELECT name
7180
+ FROM sqlite_master
7181
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7182
+ SQL (0.2ms)  SELECT name
7183
+ FROM sqlite_master
7184
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7185
+ 
7186
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7187
+ Migrating to CreatePosts (20110623120047)
7188
+ SQL (0.8ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "info" text, "content" text, "created_at" datetime, "updated_at" datetime) 
7189
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110623120047')
7190
+ Migrating to CreateCkeditorAssets (20110705195648)
7191
+ SQL (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) 
7192
+ SQL (0.1ms) PRAGMA index_list("ckeditor_assets")
7193
+ SQL (0.2ms) CREATE INDEX "idx_ckeditor_assetable_type" ON "ckeditor_assets" ("assetable_type", "type", "assetable_id")
7194
+ SQL (0.1ms) PRAGMA index_list("ckeditor_assets")
7195
+ SQL (0.1ms) PRAGMA index_info('idx_ckeditor_assetable_type')
7196
+ SQL (0.2ms) CREATE INDEX "idx_ckeditor_assetable" ON "ckeditor_assets" ("assetable_type", "assetable_id")
7197
+ SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110705195648')
7198
+ SQL (0.2ms) SELECT name
7199
+ FROM sqlite_master
7200
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7201
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "assetable_id", "assetable_type", "height", "created_at", "data_file_size", "type", "updated_at", "data_file_name", "data_content_type") VALUES (NULL, NULL, NULL, NULL, '2011-08-23 09:19:37.564707', 6823, 'Ckeditor::AttachmentFile', '2011-08-23 09:19:37.564707', 'rails_tar.gz', 'application/x-gzip')
7202
+ [paperclip] Saving attachments.
7203
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7204
+ SQL (0.5ms)  SELECT name
7205
+ FROM sqlite_master
7206
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7207
+ 
7208
+ SQL (0.1ms) SELECT name
7209
+ FROM sqlite_master
7210
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7211
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7212
+ Migrating to CreatePosts (20110623120047)
7213
+ Migrating to CreateCkeditorAssets (20110705195648)
7214
+ AREL (0.6ms) INSERT INTO "ckeditor_assets" ("width", "assetable_id", "type", "data_file_name", "height", "data_file_size", "data_content_type", "updated_at", "assetable_type", "created_at") VALUES (NULL, NULL, 'Ckeditor::AttachmentFile', 'rails_tar.gz', NULL, 6823, 'application/x-gzip', '2011-08-23 09:20:13.515546', NULL, '2011-08-23 09:20:13.515546')
7215
+ [paperclip] Saving attachments.
7216
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7217
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("updated_at", "height", "assetable_id", "data_content_type", "created_at", "data_file_size", "type", "assetable_type", "data_file_name", "width") VALUES ('2011-08-23 09:20:13.785485', 64, NULL, 'image/png', '2011-08-23 09:20:13.785485', 6646, 'Ckeditor::Picture', NULL, 'rails.png', 50)
7218
+ [paperclip] Saving attachments.
7219
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7220
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7221
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7222
+ SQL (0.5ms)  SELECT name
7223
+ FROM sqlite_master
7224
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7225
+ 
7226
+ SQL (0.1ms) SELECT name
7227
+ FROM sqlite_master
7228
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7229
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7230
+ Migrating to CreatePosts (20110623120047)
7231
+ Migrating to CreateCkeditorAssets (20110705195648)
7232
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_name", "assetable_type", "data_content_type", "created_at", "data_file_size", "type", "assetable_id", "height", "updated_at", "width") VALUES ('rails_tar.gz', NULL, 'application/x-gzip', '2011-08-23 09:20:27.879237', 6823, 'Ckeditor::AttachmentFile', NULL, NULL, '2011-08-23 09:20:27.879237', NULL)
7233
+ [paperclip] Saving attachments.
7234
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7235
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "height", "data_file_name", "created_at", "assetable_type", "data_content_type", "assetable_id", "data_file_size", "type", "updated_at") VALUES (50, 64, 'rails.png', '2011-08-23 09:20:28.025418', NULL, 'image/png', NULL, 6646, 'Ckeditor::Picture', '2011-08-23 09:20:28.025418')
7236
+ [paperclip] Saving attachments.
7237
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7238
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7239
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7240
+ SQL (0.5ms)  SELECT name
7241
+ FROM sqlite_master
7242
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7243
+ 
7244
+ SQL (0.1ms) SELECT name
7245
+ FROM sqlite_master
7246
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7247
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7248
+ Migrating to CreatePosts (20110623120047)
7249
+ Migrating to CreateCkeditorAssets (20110705195648)
7250
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("type", "updated_at", "created_at", "assetable_type", "data_file_size", "data_file_name", "data_content_type", "assetable_id", "width", "height") VALUES ('Ckeditor::AttachmentFile', '2011-08-23 09:20:41.410525', '2011-08-23 09:20:41.410525', NULL, 6823, 'rails_tar.gz', 'application/x-gzip', NULL, NULL, NULL)
7251
+ [paperclip] Saving attachments.
7252
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7253
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("type", "data_content_type", "data_file_name", "assetable_type", "width", "height", "updated_at", "assetable_id", "data_file_size", "created_at") VALUES ('Ckeditor::Picture', 'image/png', 'rails.png', NULL, 50, 64, '2011-08-23 09:20:41.568643', NULL, 6646, '2011-08-23 09:20:41.568643')
7254
+ [paperclip] Saving attachments.
7255
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7256
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7257
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7258
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
7259
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
7260
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
7261
+ MONGODB admin['$cmd'].find({:ismaster=>1})
7262
+ MONGODB admin['$cmd'].find({:ismaster=>1})
7263
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7264
+ MONGODB ckeditor-test-suite['posts'].remove({})
7265
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7266
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7267
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:26:20 UTC 2011, "data_updated_at"=>Tue Aug 23 09:26:20 UTC 2011, "updated_at"=>Tue Aug 23 09:26:20 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53723cde2f151212000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
7268
+ [paperclip] Saving attachments.
7269
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53723cde2f151212000001/rails_tar.gz
7270
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7271
+ MONGODB ckeditor-test-suite['posts'].remove({})
7272
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7273
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7274
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:26:21 UTC 2011, "data_updated_at"=>Tue Aug 23 09:26:20 UTC 2011, "updated_at"=>Tue Aug 23 09:26:21 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53723dde2f151212000002'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
7275
+ [paperclip] Saving attachments.
7276
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/original_rails.png
7277
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/content_rails.png
7278
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53723dde2f151212000002/thumb_rails.png
7279
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
7280
+ MONGODB admin['$cmd'].find({:ismaster=>1})
7281
+ MONGODB admin['$cmd'].find({:ismaster=>1})
7282
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7283
+ MONGODB ckeditor-test-suite['posts'].remove({})
7284
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7285
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7286
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:30:27 UTC 2011, "data_updated_at"=>Tue Aug 23 09:30:27 UTC 2011, "updated_at"=>Tue Aug 23 09:30:27 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537333de2f15123b000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
7287
+ [paperclip] Saving attachments.
7288
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537333de2f15123b000001/rails_tar.gz
7289
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7290
+ MONGODB ckeditor-test-suite['posts'].remove({})
7291
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7292
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7293
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:30:28 UTC 2011, "data_updated_at"=>Tue Aug 23 09:30:27 UTC 2011, "updated_at"=>Tue Aug 23 09:30:28 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537334de2f15123b000002'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
7294
+ [paperclip] Saving attachments.
7295
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/original_rails.png
7296
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/content_rails.png
7297
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537334de2f15123b000002/thumb_rails.png
7298
+ SQL (0.5ms)  SELECT name
7299
+ FROM sqlite_master
7300
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7301
+ 
7302
+ SQL (0.1ms) SELECT name
7303
+ FROM sqlite_master
7304
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7305
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7306
+ Migrating to CreatePosts (20110623120047)
7307
+ Migrating to CreateCkeditorAssets (20110705195648)
7308
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_content_type", "height", "data_file_size", "width", "data_file_name", "type", "assetable_type", "updated_at", "created_at", "assetable_id") VALUES ('application/x-gzip', NULL, 6823, NULL, 'rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, '2011-08-23 09:31:08.045557', '2011-08-23 09:31:08.045557', NULL)
7309
+ SQL (0.5ms)  SELECT name
7310
+ FROM sqlite_master
7311
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7312
+ 
7313
+ SQL (0.1ms) SELECT name
7314
+ FROM sqlite_master
7315
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7316
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7317
+ Migrating to CreatePosts (20110623120047)
7318
+ Migrating to CreateCkeditorAssets (20110705195648)
7319
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_file_size", "data_file_name", "created_at", "height", "assetable_type", "type", "updated_at", "width", "data_content_type", "assetable_id") VALUES (6823, 'rails.tar.gz', '2011-08-23 09:32:03.594047', NULL, NULL, 'Ckeditor::AttachmentFile', '2011-08-23 09:32:03.594047', NULL, 'application/x-gzip', NULL)
7320
+ SQL (0.5ms)  SELECT name
7321
+ FROM sqlite_master
7322
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7323
+ 
7324
+ SQL (0.1ms) SELECT name
7325
+ FROM sqlite_master
7326
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7327
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7328
+ Migrating to CreatePosts (20110623120047)
7329
+ Migrating to CreateCkeditorAssets (20110705195648)
7330
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("height", "data_file_name", "width", "assetable_id", "data_file_size", "type", "updated_at", "assetable_type", "data_content_type", "created_at") VALUES (NULL, 'rails.tar.gz', NULL, NULL, 6823, 'Ckeditor::AttachmentFile', '2011-08-23 09:34:49.334123', NULL, 'application/x-gzip', '2011-08-23 09:34:49.334123')
7331
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_name", "updated_at", "created_at", "assetable_type", "data_file_size", "assetable_id", "height", "type", "data_content_type", "width") VALUES ('rails.png', '2011-08-23 09:34:49.926761', '2011-08-23 09:34:49.926761', NULL, 6646, NULL, 64, 'Ckeditor::Picture', 'image/png', 50)
7332
+ SQL (0.5ms)  SELECT name
7333
+ FROM sqlite_master
7334
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7335
+ 
7336
+ SQL (0.1ms) SELECT name
7337
+ FROM sqlite_master
7338
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7339
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7340
+ Migrating to CreatePosts (20110623120047)
7341
+ Migrating to CreateCkeditorAssets (20110705195648)
7342
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("height", "type", "updated_at", "created_at", "width", "assetable_id", "data_content_type", "data_file_size", "data_file_name", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', '2011-08-23 09:35:36.087689', '2011-08-23 09:35:36.087689', NULL, NULL, 'application/x-gzip', 6823, 'rails.tar.gz', NULL)
7343
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "type", "data_content_type", "data_file_size", "assetable_type", "updated_at", "width", "height", "created_at", "data_file_name") VALUES (NULL, 'Ckeditor::Picture', 'image/png', 6646, NULL, '2011-08-23 09:35:36.560276', NULL, NULL, '2011-08-23 09:35:36.560276', 'rails.png')
7344
+ SQL (0.5ms)  SELECT name
7345
+ FROM sqlite_master
7346
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7347
+ 
7348
+ SQL (0.1ms) SELECT name
7349
+ FROM sqlite_master
7350
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7351
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7352
+ Migrating to CreatePosts (20110623120047)
7353
+ Migrating to CreateCkeditorAssets (20110705195648)
7354
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_file_name", "assetable_id", "type", "data_file_size", "assetable_type", "created_at", "width", "data_content_type", "height", "updated_at") VALUES ('rails.tar.gz', NULL, 'Ckeditor::AttachmentFile', 6823, NULL, '2011-08-23 09:35:46.537548', NULL, 'application/x-gzip', NULL, '2011-08-23 09:35:46.537548')
7355
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_type", "type", "data_file_size", "created_at", "width", "assetable_id", "height", "updated_at", "data_file_name", "data_content_type") VALUES (NULL, 'Ckeditor::Picture', 6646, '2011-08-23 09:35:47.054918', 50, NULL, 64, '2011-08-23 09:35:47.054918', 'rails.png', 'image/png')
7356
+ SQL (0.4ms)  SELECT name
7357
+ FROM sqlite_master
7358
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7359
+ 
7360
+ SQL (0.1ms) SELECT name
7361
+ FROM sqlite_master
7362
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7363
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7364
+ Migrating to CreatePosts (20110623120047)
7365
+ Migrating to CreateCkeditorAssets (20110705195648)
7366
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.599264', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.599264', 'rails_tar.gz', NULL, 6823)
7367
+ [paperclip] Saving attachments.
7368
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7369
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7370
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7371
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbd52f90 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-4935-jp0jp8-0>>, "CKEditor"=>"ckeditor_field"}
7372
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.745351', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.745351', 'rails_tar.gz', NULL, 6823)
7373
+ [paperclip] Saving attachments.
7374
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7375
+ Rendered text template (0.0ms)
7376
+ Completed 200 OK in 128ms (Views: 2.4ms | ActiveRecord: 1.6ms)
7377
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7378
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7379
+ [paperclip] Deleting attachments.
7380
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7381
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7382
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7383
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7384
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbca5430 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-4935-15dhov1-0>>}
7385
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.868438', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.868438', 'rails_tar.gz', NULL, 6823)
7386
+ [paperclip] Saving attachments.
7387
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7388
+ Completed 200 OK in 116ms (Views: 0.6ms | ActiveRecord: 0.9ms)
7389
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7390
+ Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7391
+ [paperclip] Deleting attachments.
7392
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7393
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7394
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7395
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7396
+ Parameters: {"qqfile"=>"rails.tar.gz"}
7397
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:57.992504', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:57.992504', 'rails_tar.gz', NULL, 6823)
7398
+ [paperclip] Saving attachments.
7399
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7400
+ Completed 200 OK in 113ms (Views: 0.6ms | ActiveRecord: 1.1ms)
7401
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7402
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7403
+ [paperclip] Deleting attachments.
7404
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7405
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7406
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("updated_at", "type", "assetable_type", "assetable_id", "width", "data_content_type", "created_at", "data_file_name", "height", "data_file_size") VALUES ('2011-08-23 09:38:58.093482', 'Ckeditor::AttachmentFile', NULL, NULL, NULL, 'application/x-gzip', '2011-08-23 09:38:58.093482', 'rails_tar.gz', NULL, 6823)
7407
+ [paperclip] Saving attachments.
7408
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7409
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7410
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
7411
+ Parameters: {"id"=>1}
7412
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
7413
+ [paperclip] Deleting attachments.
7414
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
7415
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7416
+ Redirected to http://test.host/ckeditor/attachment_files
7417
+ Completed 302 Found in 8ms
7418
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7419
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7420
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
7421
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc
7422
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7423
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.7ms)
7424
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)
7425
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7426
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7427
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7428
+ Parameters: {"qqfile"=>nil}
7429
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)
7430
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7431
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7432
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:39.734711', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:39.734711')
7433
+ [paperclip] Saving attachments.
7434
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7435
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7436
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7437
+ SQL (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7438
+ Processing by Ckeditor::PicturesController#create as HTML
7439
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbc4d1cc @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-4935-gpxo6l-0>>, "CKEditor"=>"ckeditor_field"}
7440
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:39.999577', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:39.999577')
7441
+ [paperclip] Saving attachments.
7442
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7443
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7444
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7445
+ Completed 200 OK in 253ms (Views: 0.7ms | ActiveRecord: 1.3ms)
7446
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7447
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7448
+ [paperclip] Deleting attachments.
7449
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7450
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7451
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7452
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7453
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7454
+ Processing by Ckeditor::PicturesController#create as HTML
7455
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xbbb1114 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-4935-m2mdxa-0>>}
7456
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:40.230040', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:40.230040')
7457
+ [paperclip] Saving attachments.
7458
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7459
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7460
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7461
+ Completed 200 OK in 222ms (Views: 0.4ms | ActiveRecord: 0.9ms)
7462
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7463
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7464
+ [paperclip] Deleting attachments.
7465
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7466
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7467
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7468
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7469
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7470
+ Processing by Ckeditor::PicturesController#create as HTML
7471
+ Parameters: {"qqfile"=>"rails.png"}
7472
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:40.441506', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:40.441506')
7473
+ [paperclip] Saving attachments.
7474
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7475
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7476
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7477
+ Completed 200 OK in 203ms (Views: 0.4ms | ActiveRecord: 1.0ms)
7478
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7479
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7480
+ [paperclip] Deleting attachments.
7481
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7482
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7483
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7484
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7485
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_type", "assetable_id", "data_file_size", "created_at", "type", "height", "data_file_name", "data_content_type", "width", "updated_at") VALUES (NULL, NULL, 6646, '2011-08-23 09:39:40.614333', 'Ckeditor::Picture', 64, 'rails.png', 'image/png', 50, '2011-08-23 09:39:40.614333')
7486
+ [paperclip] Saving attachments.
7487
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7488
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7489
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7490
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7491
+ Processing by Ckeditor::PicturesController#destroy as HTML
7492
+ Parameters: {"id"=>1}
7493
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1
7494
+ [paperclip] Deleting attachments.
7495
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
7496
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
7497
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
7498
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7499
+ Redirected to http://test.host/ckeditor/pictures
7500
+ Completed 302 Found in 9ms
7501
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7502
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7503
+ Processing by Ckeditor::PicturesController#index as HTML
7504
+ Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc
7505
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7506
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms)
7507
+ Completed 200 OK in 6ms (Views: 4.1ms | ActiveRecord: 0.6ms)
7508
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7509
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7510
+ Processing by Ckeditor::PicturesController#create as HTML
7511
+ Parameters: {"qqfile"=>nil}
7512
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
7513
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7514
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7515
+ AREL (0.2ms) INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.656527', 'test', '2011-08-23 09:39:40.656527', 'info')
7516
+
7517
+
7518
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
7519
+ Processing by PostsController#new as HTML
7520
+ Rendered posts/_form.html.erb (77.8ms)
7521
+ Completed 200 OK in 83ms (Views: 82.9ms | ActiveRecord: 0.4ms)
7522
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7523
+ AREL (0.3ms) INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.752397', 'test', '2011-08-23 09:39:40.752397', 'info')
7524
+
7525
+
7526
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
7527
+ Processing by PostsController#index as HTML
7528
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
7529
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.6ms)
7530
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7531
+ AREL (0.2ms) INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.763616', 'test', '2011-08-23 09:39:40.763616', 'info')
7532
+
7533
+
7534
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
7535
+ Processing by PostsController#index as HTML
7536
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
7537
+ Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.4ms)
7538
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7539
+ AREL (0.3ms) INSERT INTO "posts" ("content", "updated_at", "title", "created_at", "info") VALUES ('content', '2011-08-23 09:39:40.774039', 'test', '2011-08-23 09:39:40.774039', 'info')
7540
+
7541
+
7542
+ Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:39:40 +0300 2011
7543
+ Processing by PostsController#edit as HTML
7544
+ Parameters: {"id"=>"1"}
7545
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
7546
+ Rendered posts/_form.html.erb (3.2ms)
7547
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.6ms)
7548
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7549
+ SQL (0.5ms)  SELECT name
7550
+ FROM sqlite_master
7551
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7552
+ 
7553
+ SQL (0.1ms) SELECT name
7554
+ FROM sqlite_master
7555
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7556
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7557
+ Migrating to CreatePosts (20110623120047)
7558
+ Migrating to CreateCkeditorAssets (20110705195648)
7559
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.022120', NULL, '2011-08-23 09:40:03.022120', 6823, NULL)
7560
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7561
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7562
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xab65e2c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5038-1ddobze-0>>, "CKEditor"=>"ckeditor_field"}
7563
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.053509', NULL, '2011-08-23 09:40:03.053509', 6823, NULL)
7564
+ Rendered text template (0.0ms)
7565
+ Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 1.4ms)
7566
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7567
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7568
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7569
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7570
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7571
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xab31050 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5038-seu21k-0>>}
7572
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.065208', NULL, '2011-08-23 09:40:03.065208', 6823, NULL)
7573
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.6ms)
7574
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7575
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7576
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7577
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7578
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7579
+ Parameters: {"qqfile"=>"rails.tar.gz"}
7580
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.124373', NULL, '2011-08-23 09:40:03.124373', 6823, NULL)
7581
+ Completed 200 OK in 55ms (Views: 0.3ms | ActiveRecord: 0.6ms)
7582
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7583
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7584
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7585
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "type", "data_file_name", "data_content_type", "height", "created_at", "assetable_id", "updated_at", "data_file_size", "assetable_type") VALUES (NULL, 'Ckeditor::AttachmentFile', 'rails.tar.gz', 'application/x-gzip', NULL, '2011-08-23 09:40:03.179111', NULL, '2011-08-23 09:40:03.179111', 6823, NULL)
7586
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7587
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
7588
+ Parameters: {"id"=>1}
7589
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
7590
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7591
+ Redirected to http://test.host/ckeditor/attachment_files
7592
+ Completed 302 Found in 6ms
7593
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7594
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7595
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
7596
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc
7597
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7598
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (2.6ms)
7599
+ Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.3ms)
7600
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7601
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7602
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7603
+ Parameters: {"qqfile"=>nil}
7604
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
7605
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7606
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7607
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:31.774009', '2011-08-23 09:40:31.774009', 6646, 'image/png', 'Ckeditor::Picture', NULL)
7608
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7609
+ Processing by Ckeditor::PicturesController#create as HTML
7610
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xac595b8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5038-12zjqsn-0>>, "CKEditor"=>"ckeditor_field"}
7611
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:32.306840', '2011-08-23 09:40:32.306840', 6646, 'image/png', 'Ckeditor::Picture', NULL)
7612
+ Completed 200 OK in 524ms (Views: 1.1ms | ActiveRecord: 1.3ms)
7613
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7614
+ Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7615
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7616
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7617
+ Processing by Ckeditor::PicturesController#create as HTML
7618
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaeb83b8 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5038-1v8hbzg-0>>}
7619
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:32.887482', '2011-08-23 09:40:32.887482', 6646, 'image/png', 'Ckeditor::Picture', NULL)
7620
+ Completed 200 OK in 567ms (Views: 0.4ms | ActiveRecord: 1.2ms)
7621
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7622
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7623
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7624
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7625
+ Processing by Ckeditor::PicturesController#create as HTML
7626
+ Parameters: {"qqfile"=>"rails.png"}
7627
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:33.467931', '2011-08-23 09:40:33.467931', 6646, 'image/png', 'Ckeditor::Picture', NULL)
7628
+ Completed 200 OK in 623ms (Views: 0.4ms | ActiveRecord: 0.9ms)
7629
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7630
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7631
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7632
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("assetable_id", "height", "width", "data_file_name", "updated_at", "created_at", "data_file_size", "data_content_type", "type", "assetable_type") VALUES (NULL, 64, 50, 'rails.png', '2011-08-23 09:40:33.972360', '2011-08-23 09:40:33.972360', 6646, 'image/png', 'Ckeditor::Picture', NULL)
7633
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7634
+ Processing by Ckeditor::PicturesController#destroy as HTML
7635
+ Parameters: {"id"=>1}
7636
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1
7637
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7638
+ Redirected to http://test.host/ckeditor/pictures
7639
+ Completed 302 Found in 5ms
7640
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7641
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7642
+ Processing by Ckeditor::PicturesController#index as HTML
7643
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc
7644
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7645
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.5ms)
7646
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
7647
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7648
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7649
+ Processing by Ckeditor::PicturesController#create as HTML
7650
+ Parameters: {"qqfile"=>nil}
7651
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
7652
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7653
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7654
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.005556', 'content', 'info', 'test', '2011-08-23 09:40:34.005556')
7655
+
7656
+
7657
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
7658
+ Processing by PostsController#new as HTML
7659
+ Rendered posts/_form.html.erb (3.9ms)
7660
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.4ms)
7661
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7662
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.028098', 'content', 'info', 'test', '2011-08-23 09:40:34.028098')
7663
+
7664
+
7665
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
7666
+ Processing by PostsController#index as HTML
7667
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
7668
+ Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.5ms)
7669
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7670
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.039038', 'content', 'info', 'test', '2011-08-23 09:40:34.039038')
7671
+
7672
+
7673
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
7674
+ Processing by PostsController#index as HTML
7675
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
7676
+ Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.5ms)
7677
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7678
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "content", "info", "title", "created_at") VALUES ('2011-08-23 09:40:34.049231', 'content', 'info', 'test', '2011-08-23 09:40:34.049231')
7679
+
7680
+
7681
+ Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:40:34 +0300 2011
7682
+ Processing by PostsController#edit as HTML
7683
+ Parameters: {"id"=>"1"}
7684
+ Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
7685
+ Rendered posts/_form.html.erb (3.1ms)
7686
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms)
7687
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7688
+ SQL (0.6ms)  SELECT name
7689
+ FROM sqlite_master
7690
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7691
+ 
7692
+ SQL (0.2ms) SELECT name
7693
+ FROM sqlite_master
7694
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
7695
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
7696
+ Migrating to CreatePosts (20110623120047)
7697
+ Migrating to CreateCkeditorAssets (20110705195648)
7698
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.352066', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.352066')
7699
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7700
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7701
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb011e1c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5194-1nnmsr6-0>>, "CKEditor"=>"ckeditor_field"}
7702
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.380513', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.380513')
7703
+ Rendered text template (0.0ms)
7704
+ Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 1.6ms)
7705
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7706
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7707
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7708
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7709
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7710
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xafdd158 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5194-3x38yj-0>>}
7711
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.392945', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.392945')
7712
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.7ms)
7713
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7714
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7715
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7716
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7717
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7718
+ Parameters: {"qqfile"=>"rails.tar.gz"}
7719
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.506021', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.506021')
7720
+ Completed 200 OK in 110ms (Views: 0.5ms | ActiveRecord: 0.8ms)
7721
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7722
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7723
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7724
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("height", "assetable_type", "assetable_id", "width", "data_file_size", "data_file_name", "created_at", "type", "data_content_type", "updated_at") VALUES (NULL, NULL, NULL, NULL, 6823, 'rails.tar.gz', '2011-08-23 09:41:57.516103', 'Ckeditor::AttachmentFile', 'application/x-gzip', '2011-08-23 09:41:57.516103')
7725
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7726
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
7727
+ Parameters: {"id"=>1}
7728
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
7729
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
7730
+ Redirected to http://test.host/ckeditor/attachment_files
7731
+ Completed 302 Found in 6ms
7732
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7733
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7734
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
7735
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc
7736
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7737
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (2.7ms)
7738
+ Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.4ms)
7739
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7740
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7741
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7742
+ Parameters: {"qqfile"=>nil}
7743
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
7744
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7745
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
7746
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:23.902506', '2011-08-23 09:42:23.902506', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)
7747
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7748
+ Processing by Ckeditor::PicturesController#create as HTML
7749
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb1b7f64 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5194-1i48pf6-0>>, "CKEditor"=>"ckeditor_field"}
7750
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:24.382799', '2011-08-23 09:42:24.382799', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)
7751
+ Completed 200 OK in 475ms (Views: 0.7ms | ActiveRecord: 1.0ms)
7752
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7753
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7754
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7755
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7756
+ Processing by Ckeditor::PicturesController#create as HTML
7757
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb0ec260 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5194-xd21na-0>>}
7758
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:24.902381', '2011-08-23 09:42:24.902381', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)
7759
+ Completed 200 OK in 513ms (Views: 0.4ms | ActiveRecord: 0.8ms)
7760
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7761
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7762
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7763
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7764
+ Processing by Ckeditor::PicturesController#create as HTML
7765
+ Parameters: {"qqfile"=>"rails.png"}
7766
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:25.456445', '2011-08-23 09:42:25.456445', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)
7767
+ Completed 200 OK in 548ms (Views: 0.4ms | ActiveRecord: 0.8ms)
7768
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7769
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7770
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7771
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("width", "data_file_name", "updated_at", "created_at", "data_file_size", "assetable_type", "data_content_type", "assetable_id", "type", "height") VALUES (50, 'rails.png', '2011-08-23 09:42:26.019997', '2011-08-23 09:42:26.019997', 6646, NULL, 'image/png', NULL, 'Ckeditor::Picture', 64)
7772
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7773
+ Processing by Ckeditor::PicturesController#destroy as HTML
7774
+ Parameters: {"id"=>1}
7775
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1
7776
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
7777
+ Redirected to http://test.host/ckeditor/pictures
7778
+ Completed 302 Found in 4ms
7779
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7780
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7781
+ Processing by Ckeditor::PicturesController#index as HTML
7782
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc
7783
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7784
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
7785
+ Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.3ms)
7786
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7787
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7788
+ Processing by Ckeditor::PicturesController#create as HTML
7789
+ Parameters: {"qqfile"=>nil}
7790
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
7791
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7792
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
7793
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.052153', 'info', 'content', '2011-08-23 09:42:26.052153', 'test')
7794
+
7795
+
7796
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
7797
+ Processing by PostsController#new as HTML
7798
+ Rendered posts/_form.html.erb (3.9ms)
7799
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.4ms)
7800
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7801
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.074375', 'info', 'content', '2011-08-23 09:42:26.074375', 'test')
7802
+
7803
+
7804
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
7805
+ Processing by PostsController#index as HTML
7806
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
7807
+ Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.4ms)
7808
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7809
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.084685', 'info', 'content', '2011-08-23 09:42:26.084685', 'test')
7810
+
7811
+
7812
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
7813
+ Processing by PostsController#index as HTML
7814
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
7815
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.4ms)
7816
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7817
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "info", "content", "created_at", "title") VALUES ('2011-08-23 09:42:26.093532', 'info', 'content', '2011-08-23 09:42:26.093532', 'test')
7818
+
7819
+
7820
+ Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:42:26 +0300 2011
7821
+ Processing by PostsController#edit as HTML
7822
+ Parameters: {"id"=>"1"}
7823
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
7824
+ Rendered posts/_form.html.erb (3.1ms)
7825
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)
7826
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
7827
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
7828
+ MONGODB admin['$cmd'].find({:ismaster=>1})
7829
+ MONGODB admin['$cmd'].find({:ismaster=>1})
7830
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7831
+ MONGODB ckeditor-test-suite['posts'].remove({})
7832
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7833
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7834
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
7835
+ [paperclip] Saving attachments.
7836
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000001/rails_tar.gz
7837
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7838
+ MONGODB ckeditor-test-suite['posts'].remove({})
7839
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7840
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7841
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7842
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7843
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa1a5cfc @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5353-7d61f3-0>>, "CKEditor"=>"ckeditor_field"}
7844
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000002'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
7845
+ [paperclip] Saving attachments.
7846
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000002/rails_tar.gz
7847
+ Rendered text template (0.0ms)
7848
+ Completed 200 OK in 143ms (Views: 2.3ms | ActiveRecord: 0.0ms)
7849
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7850
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7851
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7852
+ [paperclip] Deleting attachments.
7853
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000002/rails_tar.gz
7854
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537621de2f1514e9000002')})
7855
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7856
+ MONGODB ckeditor-test-suite['posts'].remove({})
7857
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7858
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7859
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7860
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7861
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa0b77c8 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5353-zcg7g-0>>}
7862
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000003'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
7863
+ [paperclip] Saving attachments.
7864
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000003/rails_tar.gz
7865
+ Completed 200 OK in 69ms (Views: 0.7ms | ActiveRecord: 0.0ms)
7866
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7867
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7868
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7869
+ [paperclip] Deleting attachments.
7870
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000003/rails_tar.gz
7871
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537621de2f1514e9000003')})
7872
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7873
+ MONGODB ckeditor-test-suite['posts'].remove({})
7874
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7875
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7876
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7877
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7878
+ Parameters: {"qqfile"=>"rails.tar.gz"}
7879
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "updated_at"=>Tue Aug 23 09:42:57 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537621de2f1514e9000004'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
7880
+ [paperclip] Saving attachments.
7881
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000004/rails_tar.gz
7882
+ Completed 200 OK in 91ms (Views: 0.4ms | ActiveRecord: 0.0ms)
7883
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7884
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7885
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7886
+ [paperclip] Deleting attachments.
7887
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537621de2f1514e9000004/rails_tar.gz
7888
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537621de2f1514e9000004')})
7889
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7890
+ MONGODB ckeditor-test-suite['posts'].remove({})
7891
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7892
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7893
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:42:58 UTC 2011, "data_updated_at"=>Tue Aug 23 09:42:58 UTC 2011, "updated_at"=>Tue Aug 23 09:42:58 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537622de2f1514e9000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
7894
+ [paperclip] Saving attachments.
7895
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537622de2f1514e9000005/rails_tar.gz
7896
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7897
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
7898
+ Parameters: {"id"=>BSON::ObjectId('4e537622de2f1514e9000005')}
7899
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537622de2f1514e9000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7900
+ [paperclip] Deleting attachments.
7901
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537622de2f1514e9000005/rails_tar.gz
7902
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537622de2f1514e9000005')})
7903
+ Redirected to http://test.host/ckeditor/attachment_files
7904
+ Completed 302 Found in 10ms
7905
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7906
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7907
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7908
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7909
+ MONGODB ckeditor-test-suite['posts'].remove({})
7910
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7911
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7912
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
7913
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
7914
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
7915
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (3.5ms)
7916
+ Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms)
7917
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7918
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7919
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7920
+ MONGODB ckeditor-test-suite['posts'].remove({})
7921
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7922
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7923
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7924
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
7925
+ Parameters: {"qqfile"=>nil}
7926
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
7927
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7928
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
7929
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
7930
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7931
+ MONGODB ckeditor-test-suite['posts'].remove({})
7932
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7933
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7934
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7935
+ MONGODB ckeditor-test-suite['posts'].remove({})
7936
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7937
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7938
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7939
+ MONGODB ckeditor-test-suite['posts'].remove({})
7940
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7941
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7942
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7943
+ MONGODB ckeditor-test-suite['posts'].remove({})
7944
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7945
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7946
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7947
+ MONGODB ckeditor-test-suite['posts'].remove({})
7948
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7949
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7950
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7951
+ MONGODB ckeditor-test-suite['posts'].remove({})
7952
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7953
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7954
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7955
+ MONGODB ckeditor-test-suite['posts'].remove({})
7956
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7957
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7958
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7959
+ MONGODB ckeditor-test-suite['posts'].remove({})
7960
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7961
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7962
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7963
+ MONGODB ckeditor-test-suite['posts'].remove({})
7964
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7965
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7966
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7967
+ MONGODB ckeditor-test-suite['posts'].remove({})
7968
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7969
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7970
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7971
+ MONGODB ckeditor-test-suite['posts'].remove({})
7972
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7973
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7974
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7975
+ MONGODB ckeditor-test-suite['posts'].remove({})
7976
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7977
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7978
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7979
+ MONGODB ckeditor-test-suite['posts'].remove({})
7980
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7981
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7982
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7983
+ MONGODB ckeditor-test-suite['posts'].remove({})
7984
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7985
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7986
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7987
+ MONGODB ckeditor-test-suite['posts'].remove({})
7988
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7989
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7990
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7991
+ MONGODB ckeditor-test-suite['posts'].remove({})
7992
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7993
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7994
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7995
+ MONGODB ckeditor-test-suite['posts'].remove({})
7996
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
7997
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
7998
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
7999
+ MONGODB ckeditor-test-suite['posts'].remove({})
8000
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8001
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8002
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e9000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
8003
+ [paperclip] Saving attachments.
8004
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/content_rails.png
8005
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/thumb_rails.png
8006
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000007/original_rails.png
8007
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8008
+ MONGODB ckeditor-test-suite['posts'].remove({})
8009
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8010
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8011
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8012
+ Processing by Ckeditor::PicturesController#create as HTML
8013
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa02f1d4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5353-11uxbku-0>>, "CKEditor"=>"ckeditor_field"}
8014
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e9000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
8015
+ [paperclip] Saving attachments.
8016
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/content_rails.png
8017
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/thumb_rails.png
8018
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/original_rails.png
8019
+ Completed 200 OK in 153ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8020
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8021
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8022
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8023
+ [paperclip] Deleting attachments.
8024
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/original_rails.png
8025
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/thumb_rails.png
8026
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000008/content_rails.png
8027
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e9000008')})
8028
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8029
+ MONGODB ckeditor-test-suite['posts'].remove({})
8030
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8031
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8032
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8033
+ Processing by Ckeditor::PicturesController#create as HTML
8034
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0x9f3fb20 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5353-1pfne7x-0>>}
8035
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e9000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
8036
+ [paperclip] Saving attachments.
8037
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/content_rails.png
8038
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/thumb_rails.png
8039
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/original_rails.png
8040
+ Completed 200 OK in 161ms (Views: 0.4ms | ActiveRecord: 0.0ms)
8041
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8042
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8043
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8044
+ [paperclip] Deleting attachments.
8045
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/original_rails.png
8046
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/thumb_rails.png
8047
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e9000009/content_rails.png
8048
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e9000009')})
8049
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8050
+ MONGODB ckeditor-test-suite['posts'].remove({})
8051
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8052
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8053
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8054
+ Processing by Ckeditor::PicturesController#create as HTML
8055
+ Parameters: {"qqfile"=>"rails.png"}
8056
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e900000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
8057
+ [paperclip] Saving attachments.
8058
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/content_rails.png
8059
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/thumb_rails.png
8060
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/original_rails.png
8061
+ Completed 200 OK in 155ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8062
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8063
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8064
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8065
+ [paperclip] Deleting attachments.
8066
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/original_rails.png
8067
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/thumb_rails.png
8068
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000a/content_rails.png
8069
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e900000a')})
8070
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8071
+ MONGODB ckeditor-test-suite['posts'].remove({})
8072
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8073
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8074
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "updated_at"=>Tue Aug 23 09:43:19 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537637de2f1514e900000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
8075
+ [paperclip] Saving attachments.
8076
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/content_rails.png
8077
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/thumb_rails.png
8078
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/original_rails.png
8079
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8080
+ Processing by Ckeditor::PicturesController#destroy as HTML
8081
+ Parameters: {"id"=>BSON::ObjectId('4e537637de2f1514e900000b')}
8082
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537637de2f1514e900000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
8083
+ [paperclip] Deleting attachments.
8084
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/original_rails.png
8085
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/thumb_rails.png
8086
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537637de2f1514e900000b/content_rails.png
8087
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e900000b')})
8088
+ Redirected to http://test.host/ckeditor/pictures
8089
+ Completed 302 Found in 8ms
8090
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8091
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8092
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8093
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8094
+ MONGODB ckeditor-test-suite['posts'].remove({})
8095
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8096
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8097
+ Processing by Ckeditor::PicturesController#index as HTML
8098
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
8099
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8100
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
8101
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
8102
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8103
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8104
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8105
+ MONGODB ckeditor-test-suite['posts'].remove({})
8106
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8107
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8108
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8109
+ Processing by Ckeditor::PicturesController#create as HTML
8110
+ Parameters: {"qqfile"=>nil}
8111
+ Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.0ms)
8112
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8113
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8114
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8115
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8116
+ MONGODB ckeditor-test-suite['posts'].remove({})
8117
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8118
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8119
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537637de2f1514e900000d'), "info"=>"info", "content"=>"content"}])
8120
+
8121
+
8122
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
8123
+ Processing by PostsController#new as HTML
8124
+ Rendered posts/_form.html.erb (4.8ms)
8125
+ Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
8126
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537637de2f1514e900000d')})
8127
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8128
+ MONGODB ckeditor-test-suite['posts'].remove({})
8129
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8130
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8131
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537638de2f1514e900000f'), "info"=>"info", "content"=>"content"}])
8132
+
8133
+
8134
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
8135
+ Processing by PostsController#index as HTML
8136
+ MONGODB ckeditor-test-suite['posts'].find({})
8137
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
8138
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537638de2f1514e900000f')})
8139
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8140
+ MONGODB ckeditor-test-suite['posts'].remove({})
8141
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8142
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8143
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537638de2f1514e9000010'), "info"=>"info", "content"=>"content"}])
8144
+
8145
+
8146
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
8147
+ Processing by PostsController#index as HTML
8148
+ MONGODB ckeditor-test-suite['posts'].find({})
8149
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
8150
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537638de2f1514e9000010')})
8151
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8152
+ MONGODB ckeditor-test-suite['posts'].remove({})
8153
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8154
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8155
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537638de2f1514e9000011'), "info"=>"info", "content"=>"content"}])
8156
+
8157
+
8158
+ Started GET "/posts/4e537638de2f1514e9000011/edit" for 127.0.0.1 at Tue Aug 23 12:43:20 +0300 2011
8159
+ Processing by PostsController#edit as HTML
8160
+ Parameters: {"id"=>"4e537638de2f1514e9000011"}
8161
+ MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e537638de2f1514e9000011')})
8162
+ Rendered posts/_form.html.erb (5.9ms)
8163
+ Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.0ms)
8164
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537638de2f1514e9000011')})
8165
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
8166
+ MONGODB admin['$cmd'].find({:ismaster=>1})
8167
+ MONGODB admin['$cmd'].find({:ismaster=>1})
8168
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8169
+ MONGODB ckeditor-test-suite['posts'].remove({})
8170
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8171
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8172
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
8173
+ [paperclip] Saving attachments.
8174
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000001/rails_tar.gz
8175
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8176
+ MONGODB ckeditor-test-suite['posts'].remove({})
8177
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8178
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8179
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8180
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8181
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb0f1fe4 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5420-8tyvdj-0>>, "CKEditor"=>"ckeditor_field"}
8182
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000002'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8183
+ [paperclip] Saving attachments.
8184
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000002/rails_tar.gz
8185
+ Rendered text template (0.0ms)
8186
+ Completed 200 OK in 140ms (Views: 2.9ms | ActiveRecord: 0.0ms)
8187
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8188
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8189
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8190
+ [paperclip] Deleting attachments.
8191
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000002/rails_tar.gz
8192
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000002')})
8193
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8194
+ MONGODB ckeditor-test-suite['posts'].remove({})
8195
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8196
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8197
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8198
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8199
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaf5b48c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5420-1dbrwro-0>>}
8200
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000003'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8201
+ [paperclip] Saving attachments.
8202
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000003/rails_tar.gz
8203
+ Completed 200 OK in 122ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8204
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8205
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8206
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8207
+ [paperclip] Deleting attachments.
8208
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000003/rails_tar.gz
8209
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000003')})
8210
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8211
+ MONGODB ckeditor-test-suite['posts'].remove({})
8212
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8213
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8214
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8215
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8216
+ Parameters: {"qqfile"=>"rails.tar.gz"}
8217
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000004'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8218
+ [paperclip] Saving attachments.
8219
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000004/rails_tar.gz
8220
+ Completed 200 OK in 81ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8221
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8222
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8223
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8224
+ [paperclip] Deleting attachments.
8225
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000004/rails_tar.gz
8226
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000004')})
8227
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8228
+ MONGODB ckeditor-test-suite['posts'].remove({})
8229
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8230
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8231
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "updated_at"=>Tue Aug 23 09:44:10 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53766ade2f15152c000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
8232
+ [paperclip] Saving attachments.
8233
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000005/rails_tar.gz
8234
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8235
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
8236
+ Parameters: {"id"=>BSON::ObjectId('4e53766ade2f15152c000005')}
8237
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53766ade2f15152c000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8238
+ [paperclip] Deleting attachments.
8239
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e53766ade2f15152c000005/rails_tar.gz
8240
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53766ade2f15152c000005')})
8241
+ Redirected to http://test.host/ckeditor/attachment_files
8242
+ Completed 302 Found in 7ms
8243
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8244
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8245
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8246
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8247
+ MONGODB ckeditor-test-suite['posts'].remove({})
8248
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8249
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8250
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
8251
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
8252
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8253
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (3.5ms)
8254
+ Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
8255
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8256
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8257
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8258
+ MONGODB ckeditor-test-suite['posts'].remove({})
8259
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8260
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8261
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8262
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8263
+ Parameters: {"qqfile"=>nil}
8264
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
8265
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8266
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8267
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8268
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8269
+ MONGODB ckeditor-test-suite['posts'].remove({})
8270
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8271
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8272
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8273
+ MONGODB ckeditor-test-suite['posts'].remove({})
8274
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8275
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8276
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8277
+ MONGODB ckeditor-test-suite['posts'].remove({})
8278
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8279
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8280
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8281
+ MONGODB ckeditor-test-suite['posts'].remove({})
8282
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8283
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8284
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8285
+ MONGODB ckeditor-test-suite['posts'].remove({})
8286
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8287
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8288
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8289
+ MONGODB ckeditor-test-suite['posts'].remove({})
8290
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8291
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8292
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8293
+ MONGODB ckeditor-test-suite['posts'].remove({})
8294
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8295
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8296
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8297
+ MONGODB ckeditor-test-suite['posts'].remove({})
8298
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8299
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8300
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8301
+ MONGODB ckeditor-test-suite['posts'].remove({})
8302
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8303
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8304
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8305
+ MONGODB ckeditor-test-suite['posts'].remove({})
8306
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8307
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8308
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8309
+ MONGODB ckeditor-test-suite['posts'].remove({})
8310
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8311
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8312
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8313
+ MONGODB ckeditor-test-suite['posts'].remove({})
8314
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8315
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8316
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8317
+ MONGODB ckeditor-test-suite['posts'].remove({})
8318
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8319
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8320
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8321
+ MONGODB ckeditor-test-suite['posts'].remove({})
8322
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8323
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8324
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8325
+ MONGODB ckeditor-test-suite['posts'].remove({})
8326
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8327
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8328
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8329
+ MONGODB ckeditor-test-suite['posts'].remove({})
8330
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8331
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8332
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8333
+ MONGODB ckeditor-test-suite['posts'].remove({})
8334
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8335
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8336
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8337
+ MONGODB ckeditor-test-suite['posts'].remove({})
8338
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8339
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8340
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
8341
+ [paperclip] Saving attachments.
8342
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/content_rails.png
8343
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/thumb_rails.png
8344
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000007/original_rails.png
8345
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8346
+ MONGODB ckeditor-test-suite['posts'].remove({})
8347
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8348
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8349
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8350
+ Processing by Ckeditor::PicturesController#create as HTML
8351
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaf951dc @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5420-9lsqk5-0>>, "CKEditor"=>"ckeditor_field"}
8352
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
8353
+ [paperclip] Saving attachments.
8354
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/content_rails.png
8355
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/thumb_rails.png
8356
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/original_rails.png
8357
+ Completed 200 OK in 162ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8358
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8359
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8360
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8361
+ [paperclip] Deleting attachments.
8362
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/original_rails.png
8363
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/thumb_rails.png
8364
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000008/content_rails.png
8365
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768ade2f15152c000008')})
8366
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8367
+ MONGODB ckeditor-test-suite['posts'].remove({})
8368
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8369
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8370
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8371
+ Processing by Ckeditor::PicturesController#create as HTML
8372
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaec15e4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5420-20im20-0>>}
8373
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
8374
+ [paperclip] Saving attachments.
8375
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/content_rails.png
8376
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/thumb_rails.png
8377
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/original_rails.png
8378
+ Completed 200 OK in 155ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8379
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8380
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8381
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8382
+ [paperclip] Deleting attachments.
8383
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/original_rails.png
8384
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/thumb_rails.png
8385
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c000009/content_rails.png
8386
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768ade2f15152c000009')})
8387
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8388
+ MONGODB ckeditor-test-suite['posts'].remove({})
8389
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8390
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8391
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8392
+ Processing by Ckeditor::PicturesController#create as HTML
8393
+ Parameters: {"qqfile"=>"rails.png"}
8394
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768ade2f15152c00000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646}])
8395
+ [paperclip] Saving attachments.
8396
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/content_rails.png
8397
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/thumb_rails.png
8398
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/original_rails.png
8399
+ Completed 200 OK in 141ms (Views: 0.7ms | ActiveRecord: 0.0ms)
8400
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8401
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8402
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8403
+ [paperclip] Deleting attachments.
8404
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/original_rails.png
8405
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/thumb_rails.png
8406
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768ade2f15152c00000a/content_rails.png
8407
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768ade2f15152c00000a')})
8408
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8409
+ MONGODB ckeditor-test-suite['posts'].remove({})
8410
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8411
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8412
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:44:43 UTC 2011, "data_updated_at"=>Tue Aug 23 09:44:42 UTC 2011, "updated_at"=>Tue Aug 23 09:44:43 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53768bde2f15152c00000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646}])
8413
+ [paperclip] Saving attachments.
8414
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/content_rails.png
8415
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/thumb_rails.png
8416
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/original_rails.png
8417
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8418
+ Processing by Ckeditor::PicturesController#destroy as HTML
8419
+ Parameters: {"id"=>BSON::ObjectId('4e53768bde2f15152c00000b')}
8420
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53768bde2f15152c00000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
8421
+ [paperclip] Deleting attachments.
8422
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/original_rails.png
8423
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/thumb_rails.png
8424
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e53768bde2f15152c00000b/content_rails.png
8425
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c00000b')})
8426
+ Redirected to http://test.host/ckeditor/pictures
8427
+ Completed 302 Found in 7ms
8428
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8429
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8430
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8431
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8432
+ MONGODB ckeditor-test-suite['posts'].remove({})
8433
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8434
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8435
+ Processing by Ckeditor::PicturesController#index as HTML
8436
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
8437
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8438
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.9ms)
8439
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
8440
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8441
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8442
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8443
+ MONGODB ckeditor-test-suite['posts'].remove({})
8444
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8445
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8446
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8447
+ Processing by Ckeditor::PicturesController#create as HTML
8448
+ Parameters: {"qqfile"=>nil}
8449
+ Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.0ms)
8450
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8451
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8452
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8453
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8454
+ MONGODB ckeditor-test-suite['posts'].remove({})
8455
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8456
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8457
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c00000d'), "info"=>"info", "content"=>"content"}])
8458
+
8459
+
8460
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
8461
+ Processing by PostsController#new as HTML
8462
+ Rendered posts/_form.html.erb (4.1ms)
8463
+ Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
8464
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c00000d')})
8465
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8466
+ MONGODB ckeditor-test-suite['posts'].remove({})
8467
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8468
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8469
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c00000f'), "info"=>"info", "content"=>"content"}])
8470
+
8471
+
8472
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
8473
+ Processing by PostsController#index as HTML
8474
+ MONGODB ckeditor-test-suite['posts'].find({})
8475
+ Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms)
8476
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c00000f')})
8477
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8478
+ MONGODB ckeditor-test-suite['posts'].remove({})
8479
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8480
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8481
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c000010'), "info"=>"info", "content"=>"content"}])
8482
+
8483
+
8484
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
8485
+ Processing by PostsController#index as HTML
8486
+ MONGODB ckeditor-test-suite['posts'].find({})
8487
+ Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)
8488
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c000010')})
8489
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8490
+ MONGODB ckeditor-test-suite['posts'].remove({})
8491
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8492
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8493
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53768bde2f15152c000011'), "info"=>"info", "content"=>"content"}])
8494
+
8495
+
8496
+ Started GET "/posts/4e53768bde2f15152c000011/edit" for 127.0.0.1 at Tue Aug 23 12:44:43 +0300 2011
8497
+ Processing by PostsController#edit as HTML
8498
+ Parameters: {"id"=>"4e53768bde2f15152c000011"}
8499
+ MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e53768bde2f15152c000011')})
8500
+ Rendered posts/_form.html.erb (3.6ms)
8501
+ Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms)
8502
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53768bde2f15152c000011')})
8503
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
8504
+ MONGODB admin['$cmd'].find({:ismaster=>1})
8505
+ MONGODB admin['$cmd'].find({:ismaster=>1})
8506
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8507
+ MONGODB ckeditor-test-suite['posts'].remove({})
8508
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8509
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8510
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8511
+ MONGODB ckeditor-test-suite['posts'].remove({})
8512
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8513
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8514
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8515
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8516
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xae9de64 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5487-1z0xzjt-0>>, "CKEditor"=>"ckeditor_field"}
8517
+ Completed 500 Internal Server Error in 3ms
8518
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8519
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8520
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8521
+ MONGODB ckeditor-test-suite['posts'].remove({})
8522
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8523
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8524
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8525
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8526
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xae4b970 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5487-ryxvc3-0>>}
8527
+ Completed 500 Internal Server Error in 1ms
8528
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8529
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8530
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8531
+ MONGODB ckeditor-test-suite['posts'].remove({})
8532
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8533
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8534
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8535
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8536
+ Parameters: {"qqfile"=>"rails.tar.gz"}
8537
+ Completed 500 Internal Server Error in 131ms
8538
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8539
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8540
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8541
+ MONGODB ckeditor-test-suite['posts'].remove({})
8542
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8543
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8544
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8545
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8546
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8547
+ MONGODB ckeditor-test-suite['posts'].remove({})
8548
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8549
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8550
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
8551
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
8552
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8553
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (2.4ms)
8554
+ Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)
8555
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8556
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8557
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8558
+ MONGODB ckeditor-test-suite['posts'].remove({})
8559
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8560
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8561
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8562
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8563
+ Parameters: {"qqfile"=>nil}
8564
+ Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
8565
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8566
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8567
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8568
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8569
+ MONGODB ckeditor-test-suite['posts'].remove({})
8570
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8571
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8572
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8573
+ MONGODB ckeditor-test-suite['posts'].remove({})
8574
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8575
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8576
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8577
+ MONGODB ckeditor-test-suite['posts'].remove({})
8578
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8579
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8580
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8581
+ MONGODB ckeditor-test-suite['posts'].remove({})
8582
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8583
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8584
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8585
+ MONGODB ckeditor-test-suite['posts'].remove({})
8586
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8587
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8588
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8589
+ MONGODB ckeditor-test-suite['posts'].remove({})
8590
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8591
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8592
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8593
+ MONGODB ckeditor-test-suite['posts'].remove({})
8594
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8595
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8596
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8597
+ MONGODB ckeditor-test-suite['posts'].remove({})
8598
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8599
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8600
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8601
+ MONGODB ckeditor-test-suite['posts'].remove({})
8602
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8603
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8604
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8605
+ MONGODB ckeditor-test-suite['posts'].remove({})
8606
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8607
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8608
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8609
+ MONGODB ckeditor-test-suite['posts'].remove({})
8610
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8611
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8612
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8613
+ MONGODB ckeditor-test-suite['posts'].remove({})
8614
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8615
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8616
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8617
+ MONGODB ckeditor-test-suite['posts'].remove({})
8618
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8619
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8620
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8621
+ MONGODB ckeditor-test-suite['posts'].remove({})
8622
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8623
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8624
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8625
+ MONGODB ckeditor-test-suite['posts'].remove({})
8626
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8627
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8628
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8629
+ MONGODB ckeditor-test-suite['posts'].remove({})
8630
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8631
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8632
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8633
+ MONGODB ckeditor-test-suite['posts'].remove({})
8634
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8635
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8636
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8637
+ MONGODB ckeditor-test-suite['posts'].remove({})
8638
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8639
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8640
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8641
+ MONGODB ckeditor-test-suite['posts'].remove({})
8642
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8643
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8644
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8645
+ Processing by Ckeditor::PicturesController#create as HTML
8646
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb03c9f0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5487-mtdmth-0>>, "CKEditor"=>"ckeditor_field"}
8647
+ Completed 500 Internal Server Error in 1ms
8648
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8649
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8650
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8651
+ MONGODB ckeditor-test-suite['posts'].remove({})
8652
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8653
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8654
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8655
+ Processing by Ckeditor::PicturesController#create as HTML
8656
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xafc8514 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5487-1b7s4ib-0>>}
8657
+ Completed 500 Internal Server Error in 1ms
8658
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8659
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8660
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8661
+ MONGODB ckeditor-test-suite['posts'].remove({})
8662
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8663
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8664
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8665
+ Processing by Ckeditor::PicturesController#create as HTML
8666
+ Parameters: {"qqfile"=>"rails.png"}
8667
+ Completed 500 Internal Server Error in 47ms
8668
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8669
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8670
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8671
+ MONGODB ckeditor-test-suite['posts'].remove({})
8672
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8673
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8674
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8675
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8676
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8677
+ MONGODB ckeditor-test-suite['posts'].remove({})
8678
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8679
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8680
+ Processing by Ckeditor::PicturesController#index as HTML
8681
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
8682
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8683
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
8684
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
8685
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8686
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8687
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8688
+ MONGODB ckeditor-test-suite['posts'].remove({})
8689
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8690
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8691
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8692
+ Processing by Ckeditor::PicturesController#create as HTML
8693
+ Parameters: {"qqfile"=>nil}
8694
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
8695
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8696
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8697
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8698
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8699
+ MONGODB ckeditor-test-suite['posts'].remove({})
8700
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8701
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8702
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f000009'), "info"=>"info", "content"=>"content"}])
8703
+
8704
+
8705
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
8706
+ Processing by PostsController#new as HTML
8707
+ Rendered posts/_form.html.erb (4.0ms)
8708
+ Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms)
8709
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f000009')})
8710
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8711
+ MONGODB ckeditor-test-suite['posts'].remove({})
8712
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8713
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8714
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f00000b'), "info"=>"info", "content"=>"content"}])
8715
+
8716
+
8717
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
8718
+ Processing by PostsController#index as HTML
8719
+ MONGODB ckeditor-test-suite['posts'].find({})
8720
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
8721
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000b')})
8722
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8723
+ MONGODB ckeditor-test-suite['posts'].remove({})
8724
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8725
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8726
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f00000c'), "info"=>"info", "content"=>"content"}])
8727
+
8728
+
8729
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
8730
+ Processing by PostsController#index as HTML
8731
+ MONGODB ckeditor-test-suite['posts'].find({})
8732
+ Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
8733
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000c')})
8734
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8735
+ MONGODB ckeditor-test-suite['posts'].remove({})
8736
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8737
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8738
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e5376d0de2f15156f00000d'), "info"=>"info", "content"=>"content"}])
8739
+
8740
+
8741
+ Started GET "/posts/4e5376d0de2f15156f00000d/edit" for 127.0.0.1 at Tue Aug 23 12:45:52 +0300 2011
8742
+ Processing by PostsController#edit as HTML
8743
+ Parameters: {"id"=>"4e5376d0de2f15156f00000d"}
8744
+ MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000d')})
8745
+ Rendered posts/_form.html.erb (3.7ms)
8746
+ Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.0ms)
8747
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e5376d0de2f15156f00000d')})
8748
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
8749
+ MONGODB admin['$cmd'].find({:ismaster=>1})
8750
+ MONGODB admin['$cmd'].find({:ismaster=>1})
8751
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8752
+ MONGODB ckeditor-test-suite['posts'].remove({})
8753
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8754
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8755
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000001'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8756
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8757
+ MONGODB ckeditor-test-suite['posts'].remove({})
8758
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8759
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8760
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8761
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8762
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb387a9c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5559-xu1xyc-0>>, "CKEditor"=>"ckeditor_field"}
8763
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000002'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8764
+ Rendered text template (0.0ms)
8765
+ Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.0ms)
8766
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8767
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8768
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8769
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000002')})
8770
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8771
+ MONGODB ckeditor-test-suite['posts'].remove({})
8772
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8773
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8774
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8775
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8776
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb352f40 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5559-jo7nry-0>>}
8777
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000003'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8778
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.0ms)
8779
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8780
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8781
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8782
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000003')})
8783
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8784
+ MONGODB ckeditor-test-suite['posts'].remove({})
8785
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8786
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8787
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8788
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8789
+ Parameters: {"qqfile"=>"rails.tar.gz"}
8790
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000004'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8791
+ Completed 200 OK in 117ms (Views: 0.6ms | ActiveRecord: 0.0ms)
8792
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8793
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8794
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8795
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000004')})
8796
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8797
+ MONGODB ckeditor-test-suite['posts'].remove({})
8798
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8799
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8800
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:26 UTC 2011, "updated_at"=>Tue Aug 23 09:51:26 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e53781ede2f1515b7000005'), "data_file_name"=>"rails.tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
8801
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8802
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
8803
+ Parameters: {"id"=>BSON::ObjectId('4e53781ede2f1515b7000005')}
8804
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53781ede2f1515b7000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8805
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53781ede2f1515b7000005')})
8806
+ Redirected to http://test.host/ckeditor/attachment_files
8807
+ Completed 302 Found in 6ms
8808
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8809
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8810
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8811
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8812
+ MONGODB ckeditor-test-suite['posts'].remove({})
8813
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8814
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8815
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
8816
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
8817
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8818
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (2.7ms)
8819
+ Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
8820
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8821
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8822
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8823
+ MONGODB ckeditor-test-suite['posts'].remove({})
8824
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8825
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8826
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8827
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
8828
+ Parameters: {"qqfile"=>nil}
8829
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
8830
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8831
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
8832
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
8833
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8834
+ MONGODB ckeditor-test-suite['posts'].remove({})
8835
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8836
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8837
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8838
+ MONGODB ckeditor-test-suite['posts'].remove({})
8839
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8840
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8841
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8842
+ MONGODB ckeditor-test-suite['posts'].remove({})
8843
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8844
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8845
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8846
+ MONGODB ckeditor-test-suite['posts'].remove({})
8847
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8848
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8849
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8850
+ MONGODB ckeditor-test-suite['posts'].remove({})
8851
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8852
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8853
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8854
+ MONGODB ckeditor-test-suite['posts'].remove({})
8855
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8856
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8857
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8858
+ MONGODB ckeditor-test-suite['posts'].remove({})
8859
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8860
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8861
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8862
+ MONGODB ckeditor-test-suite['posts'].remove({})
8863
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8864
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8865
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8866
+ MONGODB ckeditor-test-suite['posts'].remove({})
8867
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8868
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8869
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8870
+ MONGODB ckeditor-test-suite['posts'].remove({})
8871
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8872
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8873
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8874
+ MONGODB ckeditor-test-suite['posts'].remove({})
8875
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8876
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8877
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8878
+ MONGODB ckeditor-test-suite['posts'].remove({})
8879
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8880
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8881
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8882
+ MONGODB ckeditor-test-suite['posts'].remove({})
8883
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8884
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8885
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8886
+ MONGODB ckeditor-test-suite['posts'].remove({})
8887
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8888
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8889
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8890
+ MONGODB ckeditor-test-suite['posts'].remove({})
8891
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8892
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8893
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8894
+ MONGODB ckeditor-test-suite['posts'].remove({})
8895
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8896
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8897
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8898
+ MONGODB ckeditor-test-suite['posts'].remove({})
8899
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8900
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8901
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8902
+ MONGODB ckeditor-test-suite['posts'].remove({})
8903
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8904
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8905
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:54 UTC 2011, "updated_at"=>Tue Aug 23 09:51:54 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783ade2f1515b7000007'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
8906
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8907
+ MONGODB ckeditor-test-suite['posts'].remove({})
8908
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8909
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8910
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8911
+ Processing by Ckeditor::PicturesController#create as HTML
8912
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb7d5c34 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5559-1meqow9-0>>, "CKEditor"=>"ckeditor_field"}
8913
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:55 UTC 2011, "updated_at"=>Tue Aug 23 09:51:55 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783ade2f1515b7000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
8914
+ Completed 200 OK in 487ms (Views: 0.8ms | ActiveRecord: 0.0ms)
8915
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8916
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8917
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8918
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783ade2f1515b7000008')})
8919
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8920
+ MONGODB ckeditor-test-suite['posts'].remove({})
8921
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8922
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8923
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8924
+ Processing by Ckeditor::PicturesController#create as HTML
8925
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb6ac8d0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5559-1ivsc7b-0>>}
8926
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:55 UTC 2011, "updated_at"=>Tue Aug 23 09:51:55 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783bde2f1515b7000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
8927
+ Completed 200 OK in 577ms (Views: 0.4ms | ActiveRecord: 0.0ms)
8928
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8929
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8930
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8931
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783bde2f1515b7000009')})
8932
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8933
+ MONGODB ckeditor-test-suite['posts'].remove({})
8934
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8935
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8936
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8937
+ Processing by Ckeditor::PicturesController#create as HTML
8938
+ Parameters: {"qqfile"=>"rails.png"}
8939
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:56 UTC 2011, "updated_at"=>Tue Aug 23 09:51:56 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783bde2f1515b700000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
8940
+ Completed 200 OK in 496ms (Views: 0.4ms | ActiveRecord: 0.0ms)
8941
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8942
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8943
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8944
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783bde2f1515b700000a')})
8945
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8946
+ MONGODB ckeditor-test-suite['posts'].remove({})
8947
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8948
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8949
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:51:56 UTC 2011, "updated_at"=>Tue Aug 23 09:51:56 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e53783cde2f1515b700000b'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64, "width"=>50}])
8950
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8951
+ Processing by Ckeditor::PicturesController#destroy as HTML
8952
+ Parameters: {"id"=>BSON::ObjectId('4e53783cde2f1515b700000b')}
8953
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e53783cde2f1515b700000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
8954
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e53783cde2f1515b700000b')})
8955
+ Redirected to http://test.host/ckeditor/pictures
8956
+ Completed 302 Found in 5ms
8957
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8958
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8959
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8960
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8961
+ MONGODB ckeditor-test-suite['posts'].remove({})
8962
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8963
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8964
+ Processing by Ckeditor::PicturesController#index as HTML
8965
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
8966
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
8967
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
8968
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
8969
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8970
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8971
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8972
+ MONGODB ckeditor-test-suite['posts'].remove({})
8973
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8974
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8975
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8976
+ Processing by Ckeditor::PicturesController#create as HTML
8977
+ Parameters: {"qqfile"=>nil}
8978
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.0ms)
8979
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8980
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
8981
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
8982
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8983
+ MONGODB ckeditor-test-suite['posts'].remove({})
8984
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8985
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8986
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783cde2f1515b700000d'), "info"=>"info", "content"=>"content"}])
8987
+
8988
+
8989
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:51:56 +0300 2011
8990
+ Processing by PostsController#new as HTML
8991
+ Rendered posts/_form.html.erb (4.2ms)
8992
+ Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
8993
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783cde2f1515b700000d')})
8994
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
8995
+ MONGODB ckeditor-test-suite['posts'].remove({})
8996
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
8997
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
8998
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783dde2f1515b700000f'), "info"=>"info", "content"=>"content"}])
8999
+
9000
+
9001
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:51:57 +0300 2011
9002
+ Processing by PostsController#index as HTML
9003
+ MONGODB ckeditor-test-suite['posts'].find({})
9004
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
9005
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783dde2f1515b700000f')})
9006
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9007
+ MONGODB ckeditor-test-suite['posts'].remove({})
9008
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9009
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9010
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783dde2f1515b7000010'), "info"=>"info", "content"=>"content"}])
9011
+
9012
+
9013
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:51:57 +0300 2011
9014
+ Processing by PostsController#index as HTML
9015
+ MONGODB ckeditor-test-suite['posts'].find({})
9016
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
9017
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783dde2f1515b7000010')})
9018
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9019
+ MONGODB ckeditor-test-suite['posts'].remove({})
9020
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9021
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9022
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e53783dde2f1515b7000011'), "info"=>"info", "content"=>"content"}])
9023
+
9024
+
9025
+ Started GET "/posts/4e53783dde2f1515b7000011/edit" for 127.0.0.1 at Tue Aug 23 12:51:57 +0300 2011
9026
+ Processing by PostsController#edit as HTML
9027
+ Parameters: {"id"=>"4e53783dde2f1515b7000011"}
9028
+ MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e53783dde2f1515b7000011')})
9029
+ Rendered posts/_form.html.erb (3.4ms)
9030
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
9031
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e53783dde2f1515b7000011')})
9032
+ MongoDB logging. Please note that logging negatively impacts performance and should be disabled for high-performance production apps.
9033
+ MONGODB admin['$cmd'].find({:ismaster=>1})
9034
+ MONGODB admin['$cmd'].find({:ismaster=>1})
9035
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9036
+ MONGODB ckeditor-test-suite['posts'].remove({})
9037
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9038
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9039
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:08 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000001'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
9040
+ [paperclip] Saving attachments.
9041
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000001/rails_tar.gz
9042
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9043
+ MONGODB ckeditor-test-suite['posts'].remove({})
9044
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9045
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9046
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9047
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9048
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xbaaff68 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5713-1r498mf-0>>, "CKEditor"=>"ckeditor_field"}
9049
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000002'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
9050
+ [paperclip] Saving attachments.
9051
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000002/rails_tar.gz
9052
+ Rendered text template (0.0ms)
9053
+ Completed 200 OK in 103ms (Views: 1.6ms | ActiveRecord: 0.0ms)
9054
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9055
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9056
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9057
+ [paperclip] Deleting attachments.
9058
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000002/rails_tar.gz
9059
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000002')})
9060
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9061
+ MONGODB ckeditor-test-suite['posts'].remove({})
9062
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9063
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9064
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9065
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9066
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb91e190 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5713-106gev-0>>}
9067
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000003'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
9068
+ [paperclip] Saving attachments.
9069
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000003/rails_tar.gz
9070
+ Completed 200 OK in 100ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9071
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9072
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9073
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9074
+ [paperclip] Deleting attachments.
9075
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000003/rails_tar.gz
9076
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000003')})
9077
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9078
+ MONGODB ckeditor-test-suite['posts'].remove({})
9079
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9080
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9081
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9082
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9083
+ Parameters: {"qqfile"=>"rails.tar.gz"}
9084
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000004'), "data_file_name"=>"rails_tar.gz", "_type"=>"Ckeditor::AttachmentFile", "data_file_size"=>6823}])
9085
+ [paperclip] Saving attachments.
9086
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000004/rails_tar.gz
9087
+ Completed 200 OK in 88ms (Views: 0.4ms | ActiveRecord: 0.0ms)
9088
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9089
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9090
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9091
+ [paperclip] Deleting attachments.
9092
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000004/rails_tar.gz
9093
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000004')})
9094
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9095
+ MONGODB ckeditor-test-suite['posts'].remove({})
9096
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9097
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9098
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "updated_at"=>Tue Aug 23 09:52:09 UTC 2011, "data_content_type"=>"application/x-gzip", "_id"=>BSON::ObjectId('4e537849de2f151651000005'), "_type"=>"Ckeditor::AttachmentFile", "data_file_name"=>"rails_tar.gz", "data_file_size"=>6823}])
9099
+ [paperclip] Saving attachments.
9100
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000005/rails_tar.gz
9101
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9102
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
9103
+ Parameters: {"id"=>BSON::ObjectId('4e537849de2f151651000005')}
9104
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537849de2f151651000005'), :_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9105
+ [paperclip] Deleting attachments.
9106
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/4e537849de2f151651000005/rails_tar.gz
9107
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537849de2f151651000005')})
9108
+ Redirected to http://test.host/ckeditor/attachment_files
9109
+ Completed 302 Found in 8ms
9110
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9111
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9112
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9113
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9114
+ MONGODB ckeditor-test-suite['posts'].remove({})
9115
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9116
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9117
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
9118
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}).sort(iddesc)
9119
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
9120
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (6.6ms)
9121
+ Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.0ms)
9122
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9123
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9124
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9125
+ MONGODB ckeditor-test-suite['posts'].remove({})
9126
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9127
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9128
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9129
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9130
+ Parameters: {"qqfile"=>nil}
9131
+ Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9132
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9133
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}}, "fields"=>nil})
9134
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::AttachmentFile"]}})
9135
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9136
+ MONGODB ckeditor-test-suite['posts'].remove({})
9137
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9138
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9139
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9140
+ MONGODB ckeditor-test-suite['posts'].remove({})
9141
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9142
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9143
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9144
+ MONGODB ckeditor-test-suite['posts'].remove({})
9145
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9146
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9147
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9148
+ MONGODB ckeditor-test-suite['posts'].remove({})
9149
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9150
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9151
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9152
+ MONGODB ckeditor-test-suite['posts'].remove({})
9153
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9154
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9155
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9156
+ MONGODB ckeditor-test-suite['posts'].remove({})
9157
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9158
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9159
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9160
+ MONGODB ckeditor-test-suite['posts'].remove({})
9161
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9162
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9163
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9164
+ MONGODB ckeditor-test-suite['posts'].remove({})
9165
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9166
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9167
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9168
+ MONGODB ckeditor-test-suite['posts'].remove({})
9169
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9170
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9171
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9172
+ MONGODB ckeditor-test-suite['posts'].remove({})
9173
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9174
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9175
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9176
+ MONGODB ckeditor-test-suite['posts'].remove({})
9177
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9178
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9179
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9180
+ MONGODB ckeditor-test-suite['posts'].remove({})
9181
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9182
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9183
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9184
+ MONGODB ckeditor-test-suite['posts'].remove({})
9185
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9186
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9187
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9188
+ MONGODB ckeditor-test-suite['posts'].remove({})
9189
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9190
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9191
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9192
+ MONGODB ckeditor-test-suite['posts'].remove({})
9193
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9194
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9195
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9196
+ MONGODB ckeditor-test-suite['posts'].remove({})
9197
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9198
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9199
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9200
+ MONGODB ckeditor-test-suite['posts'].remove({})
9201
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9202
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9203
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9204
+ MONGODB ckeditor-test-suite['posts'].remove({})
9205
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9206
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9207
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537868de2f151651000007'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
9208
+ [paperclip] Saving attachments.
9209
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/content_rails.png
9210
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/thumb_rails.png
9211
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000007/original_rails.png
9212
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9213
+ MONGODB ckeditor-test-suite['posts'].remove({})
9214
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9215
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9216
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9217
+ Processing by Ckeditor::PicturesController#create as HTML
9218
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb898d24 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5713-fbw72r-0>>, "CKEditor"=>"ckeditor_field"}
9219
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537868de2f151651000008'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
9220
+ [paperclip] Saving attachments.
9221
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/content_rails.png
9222
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/thumb_rails.png
9223
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/original_rails.png
9224
+ Completed 200 OK in 193ms (Views: 1.2ms | ActiveRecord: 0.0ms)
9225
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9226
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9227
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
9228
+ [paperclip] Deleting attachments.
9229
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/original_rails.png
9230
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/content_rails.png
9231
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000008/thumb_rails.png
9232
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537868de2f151651000008')})
9233
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9234
+ MONGODB ckeditor-test-suite['posts'].remove({})
9235
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9236
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9237
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9238
+ Processing by Ckeditor::PicturesController#create as HTML
9239
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb7c5488 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5713-as0fk8-0>>}
9240
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:40 UTC 2011, "updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537868de2f151651000009'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
9241
+ [paperclip] Saving attachments.
9242
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/content_rails.png
9243
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/thumb_rails.png
9244
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/original_rails.png
9245
+ Completed 200 OK in 173ms (Views: 0.5ms | ActiveRecord: 0.0ms)
9246
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9247
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9248
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
9249
+ [paperclip] Deleting attachments.
9250
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/original_rails.png
9251
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/content_rails.png
9252
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537868de2f151651000009/thumb_rails.png
9253
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537868de2f151651000009')})
9254
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9255
+ MONGODB ckeditor-test-suite['posts'].remove({})
9256
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9257
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9258
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9259
+ Processing by Ckeditor::PicturesController#create as HTML
9260
+ Parameters: {"qqfile"=>"rails.png"}
9261
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537869de2f15165100000a'), "data_file_name"=>"rails.png", "_type"=>"Ckeditor::Picture", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
9262
+ [paperclip] Saving attachments.
9263
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/content_rails.png
9264
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/thumb_rails.png
9265
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/original_rails.png
9266
+ Completed 200 OK in 200ms (Views: 0.7ms | ActiveRecord: 0.0ms)
9267
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9268
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9269
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
9270
+ [paperclip] Deleting attachments.
9271
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/original_rails.png
9272
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/content_rails.png
9273
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000a/thumb_rails.png
9274
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000a')})
9275
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9276
+ MONGODB ckeditor-test-suite['posts'].remove({})
9277
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9278
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9279
+ MONGODB ckeditor-test-suite['ckeditor_assets'].insert([{"created_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "updated_at"=>Tue Aug 23 09:52:41 UTC 2011, "data_content_type"=>"image/png", "_id"=>BSON::ObjectId('4e537869de2f15165100000b'), "_type"=>"Ckeditor::Picture", "data_file_name"=>"rails.png", "data_file_size"=>6646, "height"=>64.0, "width"=>50.0}])
9280
+ [paperclip] Saving attachments.
9281
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/content_rails.png
9282
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/thumb_rails.png
9283
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/original_rails.png
9284
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9285
+ Processing by Ckeditor::PicturesController#destroy as HTML
9286
+ Parameters: {"id"=>BSON::ObjectId('4e537869de2f15165100000b')}
9287
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_id=>BSON::ObjectId('4e537869de2f15165100000b'), :_type=>{"$in"=>["Ckeditor::Picture"]}})
9288
+ [paperclip] Deleting attachments.
9289
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/original_rails.png
9290
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/content_rails.png
9291
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/4e537869de2f15165100000b/thumb_rails.png
9292
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000b')})
9293
+ Redirected to http://test.host/ckeditor/pictures
9294
+ Completed 302 Found in 7ms
9295
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9296
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9297
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
9298
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9299
+ MONGODB ckeditor-test-suite['posts'].remove({})
9300
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9301
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9302
+ Processing by Ckeditor::PicturesController#index as HTML
9303
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}}).sort(iddesc)
9304
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
9305
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
9306
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
9307
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9308
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
9309
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9310
+ MONGODB ckeditor-test-suite['posts'].remove({})
9311
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9312
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9313
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9314
+ Processing by Ckeditor::PicturesController#create as HTML
9315
+ Parameters: {"qqfile"=>nil}
9316
+ Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.0ms)
9317
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9318
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{:_type=>{"$in"=>["Ckeditor::Picture"]}}, "fields"=>nil})
9319
+ MONGODB ckeditor-test-suite['ckeditor_assets'].find({:_type=>{"$in"=>["Ckeditor::Picture"]}})
9320
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9321
+ MONGODB ckeditor-test-suite['posts'].remove({})
9322
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9323
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9324
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f15165100000d'), "info"=>"info", "content"=>"content"}])
9325
+
9326
+
9327
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
9328
+ Processing by PostsController#new as HTML
9329
+ Rendered posts/_form.html.erb (4.4ms)
9330
+ Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
9331
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000d')})
9332
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9333
+ MONGODB ckeditor-test-suite['posts'].remove({})
9334
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9335
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9336
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f15165100000f'), "info"=>"info", "content"=>"content"}])
9337
+
9338
+
9339
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
9340
+ Processing by PostsController#index as HTML
9341
+ MONGODB ckeditor-test-suite['posts'].find({})
9342
+ Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
9343
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f15165100000f')})
9344
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9345
+ MONGODB ckeditor-test-suite['posts'].remove({})
9346
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9347
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9348
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f151651000010'), "info"=>"info", "content"=>"content"}])
9349
+
9350
+
9351
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
9352
+ Processing by PostsController#index as HTML
9353
+ MONGODB ckeditor-test-suite['posts'].find({})
9354
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
9355
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f151651000010')})
9356
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"posts", "query"=>{}, "fields"=>nil})
9357
+ MONGODB ckeditor-test-suite['posts'].remove({})
9358
+ MONGODB ckeditor-test-suite['$cmd'].find({"count"=>"ckeditor_assets", "query"=>{}, "fields"=>nil})
9359
+ MONGODB ckeditor-test-suite['ckeditor_assets'].remove({})
9360
+ MONGODB ckeditor-test-suite['posts'].insert([{"title"=>"test", "_id"=>BSON::ObjectId('4e537869de2f151651000011'), "info"=>"info", "content"=>"content"}])
9361
+
9362
+
9363
+ Started GET "/posts/4e537869de2f151651000011/edit" for 127.0.0.1 at Tue Aug 23 12:52:41 +0300 2011
9364
+ Processing by PostsController#edit as HTML
9365
+ Parameters: {"id"=>"4e537869de2f151651000011"}
9366
+ MONGODB ckeditor-test-suite['posts'].find({:_id=>BSON::ObjectId('4e537869de2f151651000011')})
9367
+ Rendered posts/_form.html.erb (3.6ms)
9368
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
9369
+ MONGODB ckeditor-test-suite['posts'].remove({:_id=>BSON::ObjectId('4e537869de2f151651000011')})
9370
+ SQL (0.5ms)  SELECT name
9371
+ FROM sqlite_master
9372
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
9373
+ 
9374
+ SQL (0.1ms) SELECT name
9375
+ FROM sqlite_master
9376
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
9377
+ SQL (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
9378
+ Migrating to CreatePosts (20110623120047)
9379
+ Migrating to CreateCkeditorAssets (20110705195648)
9380
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:54.840112', NULL, NULL, NULL, '2011-08-23 09:52:54.840112', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
9381
+ [paperclip] Saving attachments.
9382
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9383
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9384
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9385
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa5e662c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5791-13m8gg8-0>>, "CKEditor"=>"ckeditor_field"}
9386
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:54.958790', NULL, NULL, NULL, '2011-08-23 09:52:54.958790', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
9387
+ [paperclip] Saving attachments.
9388
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9389
+ Rendered text template (0.0ms)
9390
+ Completed 200 OK in 96ms (Views: 1.7ms | ActiveRecord: 1.5ms)
9391
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9392
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9393
+ [paperclip] Deleting attachments.
9394
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9395
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9396
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9397
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9398
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa53889c @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5791-dxnx9r-0>>}
9399
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:55.072975', NULL, NULL, NULL, '2011-08-23 09:52:55.072975', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
9400
+ [paperclip] Saving attachments.
9401
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9402
+ Completed 200 OK in 108ms (Views: 0.6ms | ActiveRecord: 1.0ms)
9403
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9404
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9405
+ [paperclip] Deleting attachments.
9406
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9407
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9408
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9409
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9410
+ Parameters: {"qqfile"=>"rails.tar.gz"}
9411
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:55.273136', NULL, NULL, NULL, '2011-08-23 09:52:55.273136', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
9412
+ [paperclip] Saving attachments.
9413
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9414
+ Completed 200 OK in 191ms (Views: 0.7ms | ActiveRecord: 1.2ms)
9415
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9416
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9417
+ [paperclip] Deleting attachments.
9418
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9419
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9420
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("data_file_size", "updated_at", "width", "assetable_id", "assetable_type", "created_at", "data_content_type", "type", "height", "data_file_name") VALUES (6823, '2011-08-23 09:52:55.373651', NULL, NULL, NULL, '2011-08-23 09:52:55.373651', 'application/x-gzip', 'Ckeditor::AttachmentFile', NULL, 'rails_tar.gz')
9421
+ [paperclip] Saving attachments.
9422
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9423
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9424
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
9425
+ Parameters: {"id"=>1}
9426
+ Ckeditor::AttachmentFile Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
9427
+ [paperclip] Deleting attachments.
9428
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/attachments/1/rails_tar.gz
9429
+ AREL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9430
+ Redirected to http://test.host/ckeditor/attachment_files
9431
+ Completed 302 Found in 12ms
9432
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9433
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9434
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
9435
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc
9436
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
9437
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.7ms)
9438
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms)
9439
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9440
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9441
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9442
+ Parameters: {"qqfile"=>nil}
9443
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
9444
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9445
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9446
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:28.692568', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:28.692568', 50, NULL)
9447
+ [paperclip] Saving attachments.
9448
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9449
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9450
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9451
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9452
+ Processing by Ckeditor::PicturesController#create as HTML
9453
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xa4d1de0 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5791-kbma0m-0>>, "CKEditor"=>"ckeditor_field"}
9454
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:28.927238', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:28.927238', 50, NULL)
9455
+ [paperclip] Saving attachments.
9456
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9457
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9458
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9459
+ Completed 200 OK in 224ms (Views: 0.7ms | ActiveRecord: 1.4ms)
9460
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9461
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9462
+ [paperclip] Deleting attachments.
9463
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9464
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9465
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9466
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9467
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9468
+ Processing by Ckeditor::PicturesController#create as HTML
9469
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xa43e068 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5791-ybaotq-0>>}
9470
+ AREL (0.6ms) INSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:29.158460', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:29.158460', 50, NULL)
9471
+ [paperclip] Saving attachments.
9472
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9473
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9474
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9475
+ Completed 200 OK in 227ms (Views: 0.7ms | ActiveRecord: 1.1ms)
9476
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9477
+ Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9478
+ [paperclip] Deleting attachments.
9479
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9480
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9481
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9482
+ AREL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9483
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9484
+ Processing by Ckeditor::PicturesController#create as HTML
9485
+ Parameters: {"qqfile"=>"rails.png"}
9486
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:29.373701', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:29.373701', 50, NULL)
9487
+ [paperclip] Saving attachments.
9488
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9489
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9490
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9491
+ Completed 200 OK in 197ms (Views: 0.6ms | ActiveRecord: 1.1ms)
9492
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9493
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9494
+ [paperclip] Deleting attachments.
9495
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9496
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9497
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9498
+ AREL (0.2ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9499
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("created_at", "data_file_name", "data_content_type", "type", "assetable_id", "height", "data_file_size", "updated_at", "width", "assetable_type") VALUES ('2011-08-23 09:53:29.578089', 'rails.png', 'image/png', 'Ckeditor::Picture', NULL, 64, 6646, '2011-08-23 09:53:29.578089', 50, NULL)
9500
+ [paperclip] Saving attachments.
9501
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9502
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9503
+ [paperclip] saving /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9504
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9505
+ Processing by Ckeditor::PicturesController#destroy as HTML
9506
+ Parameters: {"id"=>1}
9507
+ Ckeditor::Picture Load (0.3ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1
9508
+ [paperclip] Deleting attachments.
9509
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/original_rails.png
9510
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/content_rails.png
9511
+ [paperclip] deleting /var/www/gems/ckeditor/test/dummy/public/ckeditor_assets/pictures/1/thumb_rails.png
9512
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9513
+ Redirected to http://test.host/ckeditor/pictures
9514
+ Completed 302 Found in 7ms
9515
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9516
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9517
+ Processing by Ckeditor::PicturesController#index as HTML
9518
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc
9519
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
9520
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
9521
+ Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.3ms)
9522
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9523
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9524
+ Processing by Ckeditor::PicturesController#create as HTML
9525
+ Parameters: {"qqfile"=>nil}
9526
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
9527
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9528
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9529
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.613166', 'test', 'info', 'content', '2011-08-23 09:53:29.613166')
9530
+
9531
+
9532
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
9533
+ Processing by PostsController#new as HTML
9534
+ Rendered posts/_form.html.erb (3.9ms)
9535
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.4ms)
9536
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9537
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.706141', 'test', 'info', 'content', '2011-08-23 09:53:29.706141')
9538
+
9539
+
9540
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
9541
+ Processing by PostsController#index as HTML
9542
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
9543
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.4ms)
9544
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9545
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.716571', 'test', 'info', 'content', '2011-08-23 09:53:29.716571')
9546
+
9547
+
9548
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
9549
+ Processing by PostsController#index as HTML
9550
+ Post Load (0.2ms) SELECT "posts".* FROM "posts"
9551
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.5ms)
9552
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9553
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "info", "content", "created_at") VALUES ('2011-08-23 09:53:29.726868', 'test', 'info', 'content', '2011-08-23 09:53:29.726868')
9554
+
9555
+
9556
+ Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:53:29 +0300 2011
9557
+ Processing by PostsController#edit as HTML
9558
+ Parameters: {"id"=>"1"}
9559
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
9560
+ Rendered posts/_form.html.erb (3.3ms)
9561
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.4ms)
9562
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9563
+ SQL (0.4ms)  SELECT name
9564
+ FROM sqlite_master
9565
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
9566
+ 
9567
+ SQL (0.1ms) SELECT name
9568
+ FROM sqlite_master
9569
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
9570
+ SQL (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
9571
+ Migrating to CreatePosts (20110623120047)
9572
+ Migrating to CreateCkeditorAssets (20110705195648)
9573
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.151873', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.151873')
9574
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9575
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9576
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xaf3b448 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5881-clx7yh-0>>, "CKEditor"=>"ckeditor_field"}
9577
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.176211', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.176211')
9578
+ Rendered text template (0.0ms)
9579
+ Completed 200 OK in 7ms (Views: 1.4ms | ActiveRecord: 1.5ms)
9580
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9581
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9582
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9583
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9584
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9585
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xaf06798 @content_type="application/x-gzip", @original_filename="rails.tar.gz", @tempfile=#<File:/tmp/rails.tar.gz20110823-5881-1qkd7qh-0>>}
9586
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.189867', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.189867')
9587
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.7ms)
9588
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9589
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9590
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9591
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9592
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9593
+ Parameters: {"qqfile"=>"rails.tar.gz"}
9594
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.267132', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.267132')
9595
+ Completed 200 OK in 75ms (Views: 0.8ms | ActiveRecord: 0.8ms)
9596
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9597
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9598
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9599
+ AREL (0.2ms) INSERT INTO "ckeditor_assets" ("data_file_name", "type", "assetable_type", "data_content_type", "updated_at", "width", "data_file_size", "assetable_id", "height", "created_at") VALUES ('rails.tar.gz', 'Ckeditor::AttachmentFile', NULL, 'application/x-gzip', '2011-08-23 09:54:25.280394', NULL, 6823, NULL, NULL, '2011-08-23 09:54:25.280394')
9600
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9601
+ Processing by Ckeditor::AttachmentFilesController#destroy as HTML
9602
+ Parameters: {"id"=>1}
9603
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1 LIMIT 1
9604
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' AND "ckeditor_assets"."id" = 1
9605
+ Redirected to http://test.host/ckeditor/attachment_files
9606
+ Completed 302 Found in 6ms
9607
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9608
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9609
+ Processing by Ckeditor::AttachmentFilesController#index as HTML
9610
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile' ORDER BY id desc
9611
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
9612
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (2.8ms)
9613
+ Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms)
9614
+ Ckeditor::AttachmentFile Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9615
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9616
+ Processing by Ckeditor::AttachmentFilesController#create as HTML
9617
+ Parameters: {"qqfile"=>nil}
9618
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
9619
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9620
+ Ckeditor::AttachmentFile Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::AttachmentFile'
9621
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:54.908808', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:54.908808', 6646, 'rails.png', 50, 64)
9622
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9623
+ Processing by Ckeditor::PicturesController#create as HTML
9624
+ Parameters: {"upload"=>#<Rack::Test::UploadedFile:0xb00b1d4 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5881-18zp3al-0>>, "CKEditor"=>"ckeditor_field"}
9625
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:55.350673', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:55.350673', 6646, 'rails.png', 50, 64)
9626
+ Completed 200 OK in 519ms (Views: 0.6ms | ActiveRecord: 1.0ms)
9627
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9628
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9629
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9630
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9631
+ Processing by Ckeditor::PicturesController#create as HTML
9632
+ Parameters: {"qqfile"=>#<Rack::Test::UploadedFile:0xb2a2758 @content_type="image/png", @original_filename="rails.png", @tempfile=#<File:/tmp/rails.png20110823-5881-835f3e-0>>}
9633
+ AREL (0.5ms) INSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:55.928198', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:55.928198', 6646, 'rails.png', 50, 64)
9634
+ Completed 200 OK in 491ms (Views: 0.7ms | ActiveRecord: 1.0ms)
9635
+ SQL (0.3ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9636
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9637
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9638
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9639
+ Processing by Ckeditor::PicturesController#create as HTML
9640
+ Parameters: {"qqfile"=>"rails.png"}
9641
+ AREL (0.3ms) INSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:56.477060', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:56.477060', 6646, 'rails.png', 50, 64)
9642
+ Completed 200 OK in 538ms (Views: 0.4ms | ActiveRecord: 0.9ms)
9643
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9644
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9645
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9646
+ AREL (0.4ms) INSERT INTO "ckeditor_assets" ("updated_at", "data_content_type", "assetable_type", "assetable_id", "type", "created_at", "data_file_size", "data_file_name", "width", "height") VALUES ('2011-08-23 09:54:57.006937', 'image/png', NULL, NULL, 'Ckeditor::Picture', '2011-08-23 09:54:57.006937', 6646, 'rails.png', 50, 64)
9647
+ SQL (0.2ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9648
+ Processing by Ckeditor::PicturesController#destroy as HTML
9649
+ Parameters: {"id"=>1}
9650
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1 LIMIT 1
9651
+ AREL (0.1ms) DELETE FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' AND "ckeditor_assets"."id" = 1
9652
+ Redirected to http://test.host/ckeditor/pictures
9653
+ Completed 302 Found in 5ms
9654
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9655
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9656
+ Processing by Ckeditor::PicturesController#index as HTML
9657
+ Ckeditor::Picture Load (0.2ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture' ORDER BY id desc
9658
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset.html.erb (0.0ms)
9659
+ Rendered /var/www/gems/ckeditor/app/views/ckeditor/shared/_asset_tmpl.html.erb (0.4ms)
9660
+ Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.4ms)
9661
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9662
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9663
+ Processing by Ckeditor::PicturesController#create as HTML
9664
+ Parameters: {"qqfile"=>nil}
9665
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.2ms)
9666
+ SQL (0.1ms) SELECT COUNT(*) FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9667
+ Ckeditor::Picture Load (0.1ms) SELECT "ckeditor_assets".* FROM "ckeditor_assets" WHERE "ckeditor_assets"."type" = 'Ckeditor::Picture'
9668
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.039566', 'test', 'content', '2011-08-23 09:54:57.039566', 'info')
9669
+
9670
+
9671
+ Started GET "/posts/new" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
9672
+ Processing by PostsController#new as HTML
9673
+ Rendered posts/_form.html.erb (4.3ms)
9674
+ Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.4ms)
9675
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9676
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.063315', 'test', 'content', '2011-08-23 09:54:57.063315', 'info')
9677
+
9678
+
9679
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
9680
+ Processing by PostsController#index as HTML
9681
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
9682
+ Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.4ms)
9683
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9684
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.073611', 'test', 'content', '2011-08-23 09:54:57.073611', 'info')
9685
+
9686
+
9687
+ Started GET "/posts" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
9688
+ Processing by PostsController#index as HTML
9689
+ Post Load (0.1ms) SELECT "posts".* FROM "posts"
9690
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.4ms)
9691
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1
9692
+ AREL (0.2ms) INSERT INTO "posts" ("updated_at", "title", "content", "created_at", "info") VALUES ('2011-08-23 09:54:57.082474', 'test', 'content', '2011-08-23 09:54:57.082474', 'info')
9693
+
9694
+
9695
+ Started GET "/posts/1/edit" for 127.0.0.1 at Tue Aug 23 12:54:57 +0300 2011
9696
+ Processing by PostsController#edit as HTML
9697
+ Parameters: {"id"=>"1"}
9698
+ Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = 1 LIMIT 1
9699
+ Rendered posts/_form.html.erb (3.4ms)
9700
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms)
9701
+ AREL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = 1