rails_uploads 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22126,3 +22126,1042 @@ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
22126
22126
   (0.0ms) rollback transaction
22127
22127
   (0.1ms) begin transaction
22128
22128
   (0.1ms) rollback transaction
22129
+ Connecting to database specified by database.yml
22130
+  (2.0ms) select sqlite_version(*)
22131
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22132
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22133
+  (0.1ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22134
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22135
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22136
+  (0.0ms) SELECT version FROM "schema_migrations"
22137
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22138
+  (0.1ms) begin transaction
22139
+  (0.1ms) SAVEPOINT active_record_1
22140
+ SQL (10.6ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:52:07 UTC +00:00], ["file", "13690615271557708.txt"], ["updated_at", Mon, 20 May 2013 14:52:07 UTC +00:00]]
22141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22142
+  (0.0ms) SAVEPOINT active_record_1
22143
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22144
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22145
+  (0.1ms) rollback transaction
22146
+  (0.1ms) begin transaction
22147
+  (0.1ms) rollback transaction
22148
+  (0.1ms) begin transaction
22149
+  (0.1ms) rollback transaction
22150
+  (0.1ms) begin transaction
22151
+  (0.1ms) rollback transaction
22152
+  (0.1ms) begin transaction
22153
+ Started GET "/uploads/images/small/13690615271970820.jpg" for 127.0.0.1 at 2013-05-20 11:52:07 -0300
22154
+ Processing by RailsUploads::PresetsController#generate as JPEG
22155
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690615271970820"}
22156
+ Redirected to http://www.example.com/uploads/images/small/13690615271970820.jpg
22157
+ Completed 302 Found in 67ms (ActiveRecord: 0.0ms)
22158
+  (0.2ms) rollback transaction
22159
+  (0.1ms) begin transaction
22160
+  (0.1ms) SAVEPOINT active_record_1
22161
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:52:08 UTC +00:00], ["image", "13690615278045260.jpg"], ["updated_at", Mon, 20 May 2013 14:52:08 UTC +00:00]]
22162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22163
+  (0.1ms) SAVEPOINT active_record_1
22164
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22165
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22166
+  (0.1ms) rollback transaction
22167
+  (0.1ms) begin transaction
22168
+  (0.1ms) rollback transaction
22169
+  (0.0ms) begin transaction
22170
+  (0.1ms) rollback transaction
22171
+  (0.1ms) begin transaction
22172
+  (0.1ms) SAVEPOINT active_record_1
22173
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:52:08 UTC +00:00], ["file", "13690615282964570.jpg"], ["updated_at", Mon, 20 May 2013 14:52:08 UTC +00:00]]
22174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22175
+  (0.1ms) SAVEPOINT active_record_1
22176
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13690615283037838.txt', "updated_at" = '2013-05-20 14:52:08.307179' WHERE "file_uploads"."id" = 1
22177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22178
+  (0.0ms) SAVEPOINT active_record_1
22179
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22180
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22181
+  (0.1ms) rollback transaction
22182
+  (0.0ms) begin transaction
22183
+  (0.0ms) SAVEPOINT active_record_1
22184
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:52:08 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 14:52:08 UTC +00:00]]
22185
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22186
+  (0.0ms) SAVEPOINT active_record_1
22187
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22188
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22189
+  (0.0ms) SAVEPOINT active_record_1
22190
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:52:08 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 14:52:08 UTC +00:00]]
22191
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22192
+  (0.0ms) SAVEPOINT active_record_1
22193
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22194
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22195
+  (0.0ms) rollback transaction
22196
+  (0.1ms) begin transaction
22197
+  (0.1ms) rollback transaction
22198
+  (0.0ms) begin transaction
22199
+  (0.1ms) rollback transaction
22200
+  (0.0ms) begin transaction
22201
+  (0.1ms) rollback transaction
22202
+  (0.0ms) begin transaction
22203
+  (0.1ms) rollback transaction
22204
+  (0.1ms) begin transaction
22205
+  (0.1ms) rollback transaction
22206
+  (0.1ms) begin transaction
22207
+  (0.1ms) rollback transaction
22208
+  (0.0ms) begin transaction
22209
+  (0.1ms) rollback transaction
22210
+  (0.0ms) begin transaction
22211
+  (0.0ms) rollback transaction
22212
+  (0.1ms) begin transaction
22213
+  (0.0ms) rollback transaction
22214
+  (0.1ms) begin transaction
22215
+  (0.1ms) rollback transaction
22216
+  (0.1ms) begin transaction
22217
+  (0.1ms) rollback transaction
22218
+  (0.1ms) begin transaction
22219
+  (0.1ms) rollback transaction
22220
+  (0.1ms) begin transaction
22221
+  (0.1ms) rollback transaction
22222
+  (0.1ms) begin transaction
22223
+  (0.0ms) rollback transaction
22224
+  (0.1ms) begin transaction
22225
+  (0.0ms) rollback transaction
22226
+  (0.0ms) begin transaction
22227
+  (0.0ms) rollback transaction
22228
+  (0.0ms) begin transaction
22229
+  (0.0ms) rollback transaction
22230
+ Connecting to database specified by database.yml
22231
+  (2.0ms) select sqlite_version(*)
22232
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22233
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22234
+  (0.1ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22235
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22236
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22237
+  (0.1ms) SELECT version FROM "schema_migrations"
22238
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22239
+  (0.1ms) begin transaction
22240
+  (0.1ms) SAVEPOINT active_record_1
22241
+ SQL (7.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:15 UTC +00:00], ["file", "13690617757924700.txt"], ["updated_at", Mon, 20 May 2013 14:56:15 UTC +00:00]]
22242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22243
+  (0.0ms) SAVEPOINT active_record_1
22244
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22245
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22246
+  (0.1ms) rollback transaction
22247
+  (0.0ms) begin transaction
22248
+  (0.2ms) rollback transaction
22249
+  (0.1ms) begin transaction
22250
+  (0.1ms) rollback transaction
22251
+  (0.1ms) begin transaction
22252
+  (0.0ms) rollback transaction
22253
+  (0.1ms) begin transaction
22254
+ Started GET "/uploads/images/small/13690617758663800.jpg" for 127.0.0.1 at 2013-05-20 11:56:15 -0300
22255
+ Processing by RailsUploads::PresetsController#generate as JPEG
22256
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690617758663800"}
22257
+ Redirected to http://www.example.com/uploads/images/small/13690617758663800.jpg
22258
+ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
22259
+  (0.1ms) rollback transaction
22260
+  (0.1ms) begin transaction
22261
+  (0.1ms) SAVEPOINT active_record_1
22262
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:16 UTC +00:00], ["image", "13690617760716320.jpg"], ["updated_at", Mon, 20 May 2013 14:56:16 UTC +00:00]]
22263
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22264
+  (0.0ms) SAVEPOINT active_record_1
22265
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22267
+  (0.1ms) rollback transaction
22268
+  (0.1ms) begin transaction
22269
+  (0.1ms) rollback transaction
22270
+  (0.0ms) begin transaction
22271
+  (0.1ms) rollback transaction
22272
+  (0.1ms) begin transaction
22273
+  (0.0ms) SAVEPOINT active_record_1
22274
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:16 UTC +00:00], ["file", "13690617765284888.jpg"], ["updated_at", Mon, 20 May 2013 14:56:16 UTC +00:00]]
22275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22276
+  (0.0ms) SAVEPOINT active_record_1
22277
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690617765351140.txt', "updated_at" = '2013-05-20 14:56:16.538215' WHERE "file_uploads"."id" = 1
22278
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22279
+  (0.0ms) SAVEPOINT active_record_1
22280
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22281
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22282
+  (0.1ms) rollback transaction
22283
+  (0.0ms) begin transaction
22284
+  (0.0ms) SAVEPOINT active_record_1
22285
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:16 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 14:56:16 UTC +00:00]]
22286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22287
+  (0.0ms) SAVEPOINT active_record_1
22288
+ SQL (0.0ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22289
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22290
+  (0.0ms) SAVEPOINT active_record_1
22291
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:16 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 14:56:16 UTC +00:00]]
22292
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22293
+  (0.0ms) SAVEPOINT active_record_1
22294
+ SQL (0.0ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22295
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22296
+  (0.0ms) rollback transaction
22297
+  (0.1ms) begin transaction
22298
+  (0.1ms) rollback transaction
22299
+  (0.1ms) begin transaction
22300
+  (0.1ms) rollback transaction
22301
+  (0.0ms) begin transaction
22302
+  (0.1ms) rollback transaction
22303
+  (0.1ms) begin transaction
22304
+  (0.1ms) rollback transaction
22305
+  (0.1ms) begin transaction
22306
+  (0.1ms) SAVEPOINT active_record_1
22307
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:19 UTC +00:00], ["file", "13690617767579488.txt"], ["updated_at", Mon, 20 May 2013 14:56:19 UTC +00:00]]
22308
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22309
+  (0.1ms) SAVEPOINT active_record_1
22310
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22311
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22312
+  (0.2ms) rollback transaction
22313
+  (0.1ms) begin transaction
22314
+  (0.1ms) rollback transaction
22315
+  (0.1ms) begin transaction
22316
+  (0.1ms) rollback transaction
22317
+  (0.1ms) begin transaction
22318
+  (0.1ms) rollback transaction
22319
+  (0.1ms) begin transaction
22320
+  (0.1ms) SAVEPOINT active_record_1
22321
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:56:33 UTC +00:00], ["image", "13690617876648290.jpg"], ["updated_at", Mon, 20 May 2013 14:56:33 UTC +00:00]]
22322
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22323
+  (0.1ms) SAVEPOINT active_record_1
22324
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22325
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22326
+  (0.2ms) rollback transaction
22327
+  (0.1ms) begin transaction
22328
+  (0.1ms) rollback transaction
22329
+  (0.1ms) begin transaction
22330
+  (0.2ms) rollback transaction
22331
+  (0.1ms) begin transaction
22332
+  (0.1ms) SAVEPOINT active_record_1
22333
+ SQL (0.7ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:57:06 UTC +00:00], ["file", "13690618239952628.jpg"], ["updated_at", Mon, 20 May 2013 14:57:06 UTC +00:00]]
22334
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22335
+  (0.1ms) SAVEPOINT active_record_1
22336
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13690618282481752.txt', "updated_at" = '2013-05-20 14:57:08.907918' WHERE "file_uploads"."id" = 1
22337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22338
+  (0.1ms) SAVEPOINT active_record_1
22339
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22341
+  (0.1ms) rollback transaction
22342
+  (0.1ms) begin transaction
22343
+  (0.1ms) SAVEPOINT active_record_1
22344
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:57:11 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 14:57:11 UTC +00:00]]
22345
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22346
+  (0.1ms) SAVEPOINT active_record_1
22347
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22348
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22349
+  (0.1ms) SAVEPOINT active_record_1
22350
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 14:57:12 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 14:57:12 UTC +00:00]]
22351
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22352
+  (0.2ms) SAVEPOINT active_record_1
22353
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22354
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22355
+  (0.2ms) rollback transaction
22356
+  (0.1ms) begin transaction
22357
+  (0.1ms) rollback transaction
22358
+  (0.1ms) begin transaction
22359
+  (0.1ms) rollback transaction
22360
+  (0.1ms) begin transaction
22361
+  (0.1ms) rollback transaction
22362
+  (0.1ms) begin transaction
22363
+  (0.1ms) rollback transaction
22364
+ Connecting to database specified by database.yml
22365
+  (1.9ms) select sqlite_version(*)
22366
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22367
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22368
+  (0.1ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22369
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22370
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22371
+  (0.1ms) SELECT version FROM "schema_migrations"
22372
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22373
+  (0.1ms) begin transaction
22374
+  (0.1ms) SAVEPOINT active_record_1
22375
+ SQL (8.2ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:22 UTC +00:00], ["file", "13690625020251380.txt"], ["updated_at", Mon, 20 May 2013 15:08:22 UTC +00:00]]
22376
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22377
+  (0.0ms) SAVEPOINT active_record_1
22378
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22379
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22380
+  (0.1ms) rollback transaction
22381
+  (0.1ms) begin transaction
22382
+  (0.2ms) rollback transaction
22383
+  (0.1ms) begin transaction
22384
+  (0.1ms) rollback transaction
22385
+  (0.1ms) begin transaction
22386
+  (0.0ms) rollback transaction
22387
+  (0.1ms) begin transaction
22388
+ Started GET "/uploads/images/small/13690625021513700.jpg" for 127.0.0.1 at 2013-05-20 12:08:22 -0300
22389
+ Processing by RailsUploads::PresetsController#generate as JPEG
22390
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690625021513700"}
22391
+ Redirected to http://www.example.com/uploads/images/small/13690625021513700.jpg
22392
+ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
22393
+  (0.1ms) rollback transaction
22394
+  (0.1ms) begin transaction
22395
+  (0.1ms) SAVEPOINT active_record_1
22396
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:22 UTC +00:00], ["image", "13690625023585620.jpg"], ["updated_at", Mon, 20 May 2013 15:08:22 UTC +00:00]]
22397
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22398
+  (0.1ms) SAVEPOINT active_record_1
22399
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22401
+  (0.1ms) rollback transaction
22402
+  (0.1ms) begin transaction
22403
+  (0.1ms) rollback transaction
22404
+  (0.1ms) begin transaction
22405
+  (0.1ms) rollback transaction
22406
+  (0.1ms) begin transaction
22407
+  (0.1ms) SAVEPOINT active_record_1
22408
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:22 UTC +00:00], ["file", "13690625028164192.jpg"], ["updated_at", Mon, 20 May 2013 15:08:22 UTC +00:00]]
22409
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22410
+  (0.0ms) SAVEPOINT active_record_1
22411
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690625028231712.txt', "updated_at" = '2013-05-20 15:08:22.826338' WHERE "file_uploads"."id" = 1
22412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22413
+  (0.0ms) SAVEPOINT active_record_1
22414
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22416
+  (0.1ms) rollback transaction
22417
+  (0.1ms) begin transaction
22418
+  (0.0ms) SAVEPOINT active_record_1
22419
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:22 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 15:08:22 UTC +00:00]]
22420
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22421
+  (0.0ms) SAVEPOINT active_record_1
22422
+ SQL (0.0ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22424
+  (0.0ms) SAVEPOINT active_record_1
22425
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:22 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 15:08:22 UTC +00:00]]
22426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22427
+  (0.0ms) SAVEPOINT active_record_1
22428
+ SQL (0.0ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22430
+  (0.1ms) rollback transaction
22431
+  (0.1ms) begin transaction
22432
+  (0.1ms) rollback transaction
22433
+  (0.1ms) begin transaction
22434
+  (0.0ms) rollback transaction
22435
+  (0.0ms) begin transaction
22436
+  (0.0ms) rollback transaction
22437
+  (0.0ms) begin transaction
22438
+  (0.1ms) rollback transaction
22439
+  (0.1ms) begin transaction
22440
+  (0.1ms) SAVEPOINT active_record_1
22441
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:25 UTC +00:00], ["file", "13690625030506198.txt"], ["updated_at", Mon, 20 May 2013 15:08:25 UTC +00:00]]
22442
+  (0.5ms) RELEASE SAVEPOINT active_record_1
22443
+  (0.1ms) SAVEPOINT active_record_1
22444
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22445
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22446
+  (0.2ms) rollback transaction
22447
+  (0.1ms) begin transaction
22448
+  (0.1ms) rollback transaction
22449
+  (0.1ms) begin transaction
22450
+  (0.1ms) rollback transaction
22451
+  (0.0ms) begin transaction
22452
+  (0.1ms) rollback transaction
22453
+  (0.1ms) begin transaction
22454
+  (0.1ms) SAVEPOINT active_record_1
22455
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:08:43 UTC +00:00], ["image", "13690625177893560.jpg"], ["updated_at", Mon, 20 May 2013 15:08:43 UTC +00:00]]
22456
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22457
+  (0.2ms) SAVEPOINT active_record_1
22458
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22459
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22460
+  (0.1ms) rollback transaction
22461
+  (0.1ms) begin transaction
22462
+  (0.2ms) rollback transaction
22463
+  (0.1ms) begin transaction
22464
+  (0.2ms) rollback transaction
22465
+  (0.1ms) begin transaction
22466
+  (0.1ms) SAVEPOINT active_record_1
22467
+ SQL (0.8ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:09:34 UTC +00:00], ["file", "13690625714518700.jpg"], ["updated_at", Mon, 20 May 2013 15:09:34 UTC +00:00]]
22468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22469
+  (0.1ms) SAVEPOINT active_record_1
22470
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13690625763313730.txt', "updated_at" = '2013-05-20 15:09:37.385508' WHERE "file_uploads"."id" = 1
22471
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22472
+  (0.1ms) SAVEPOINT active_record_1
22473
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22474
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22475
+  (0.2ms) rollback transaction
22476
+  (0.1ms) begin transaction
22477
+  (0.1ms) SAVEPOINT active_record_1
22478
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:09:43 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 15:09:43 UTC +00:00]]
22479
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22480
+  (0.1ms) SAVEPOINT active_record_1
22481
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22483
+  (0.1ms) SAVEPOINT active_record_1
22484
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:09:46 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 15:09:46 UTC +00:00]]
22485
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22486
+  (0.1ms) SAVEPOINT active_record_1
22487
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22489
+  (0.2ms) rollback transaction
22490
+  (0.1ms) begin transaction
22491
+  (0.1ms) rollback transaction
22492
+  (0.1ms) begin transaction
22493
+  (0.1ms) rollback transaction
22494
+  (0.1ms) begin transaction
22495
+  (0.2ms) rollback transaction
22496
+  (0.1ms) begin transaction
22497
+  (0.1ms) rollback transaction
22498
+ Connecting to database specified by database.yml
22499
+  (1.9ms) select sqlite_version(*)
22500
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22501
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22502
+  (0.2ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22503
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22504
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22505
+  (0.0ms) SELECT version FROM "schema_migrations"
22506
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22507
+  (0.1ms) begin transaction
22508
+  (0.1ms) SAVEPOINT active_record_1
22509
+ SQL (8.1ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:19 UTC +00:00], ["file", "13690641791193972.txt"], ["updated_at", Mon, 20 May 2013 15:36:19 UTC +00:00]]
22510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22511
+  (0.0ms) SAVEPOINT active_record_1
22512
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22514
+  (0.1ms) rollback transaction
22515
+  (0.1ms) begin transaction
22516
+  (0.1ms) rollback transaction
22517
+  (0.0ms) begin transaction
22518
+  (0.0ms) rollback transaction
22519
+  (0.0ms) begin transaction
22520
+  (0.1ms) rollback transaction
22521
+  (0.1ms) begin transaction
22522
+ Started GET "/uploads/images/small/13690641791536200.jpg" for 127.0.0.1 at 2013-05-20 12:36:19 -0300
22523
+ Processing by RailsUploads::PresetsController#generate as JPEG
22524
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690641791536200"}
22525
+ Redirected to http://www.example.com/uploads/images/small/13690641791536200.jpg
22526
+ Completed 302 Found in 63ms (ActiveRecord: 0.0ms)
22527
+  (0.1ms) rollback transaction
22528
+  (0.1ms) begin transaction
22529
+  (0.1ms) SAVEPOINT active_record_1
22530
+ SQL (0.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:19 UTC +00:00], ["image", "13690641793873760.jpg"], ["updated_at", Mon, 20 May 2013 15:36:19 UTC +00:00]]
22531
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22532
+  (0.0ms) SAVEPOINT active_record_1
22533
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22534
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22535
+  (0.1ms) rollback transaction
22536
+  (0.1ms) begin transaction
22537
+  (0.1ms) rollback transaction
22538
+  (0.1ms) begin transaction
22539
+  (0.1ms) rollback transaction
22540
+  (0.1ms) begin transaction
22541
+  (0.0ms) SAVEPOINT active_record_1
22542
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:19 UTC +00:00], ["file", "13690641798448708.jpg"], ["updated_at", Mon, 20 May 2013 15:36:19 UTC +00:00]]
22543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22544
+  (0.0ms) SAVEPOINT active_record_1
22545
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690641798514340.txt', "updated_at" = '2013-05-20 15:36:19.854500' WHERE "file_uploads"."id" = 1
22546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22547
+  (0.1ms) SAVEPOINT active_record_1
22548
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22549
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22550
+  (0.1ms) rollback transaction
22551
+  (0.0ms) begin transaction
22552
+  (0.0ms) SAVEPOINT active_record_1
22553
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:19 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 15:36:19 UTC +00:00]]
22554
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22555
+  (0.0ms) SAVEPOINT active_record_1
22556
+ SQL (0.0ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22557
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22558
+  (0.0ms) SAVEPOINT active_record_1
22559
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:19 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 15:36:19 UTC +00:00]]
22560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22561
+  (0.0ms) SAVEPOINT active_record_1
22562
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22563
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22564
+  (0.1ms) rollback transaction
22565
+  (0.1ms) begin transaction
22566
+  (0.1ms) rollback transaction
22567
+  (0.1ms) begin transaction
22568
+  (0.0ms) rollback transaction
22569
+  (0.0ms) begin transaction
22570
+  (0.0ms) rollback transaction
22571
+  (0.1ms) begin transaction
22572
+  (0.1ms) rollback transaction
22573
+  (0.1ms) begin transaction
22574
+  (0.1ms) SAVEPOINT active_record_1
22575
+ SQL (0.6ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:22 UTC +00:00], ["file", "13690641800777490.txt"], ["updated_at", Mon, 20 May 2013 15:36:22 UTC +00:00]]
22576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22577
+  (0.1ms) SAVEPOINT active_record_1
22578
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22579
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22580
+  (0.2ms) rollback transaction
22581
+  (0.1ms) begin transaction
22582
+  (0.1ms) rollback transaction
22583
+  (0.1ms) begin transaction
22584
+  (0.1ms) rollback transaction
22585
+  (0.1ms) begin transaction
22586
+  (0.2ms) rollback transaction
22587
+  (0.1ms) begin transaction
22588
+  (0.1ms) SAVEPOINT active_record_1
22589
+ SQL (0.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:36:39 UTC +00:00], ["image", "13690641934957180.jpg"], ["updated_at", Mon, 20 May 2013 15:36:39 UTC +00:00]]
22590
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22591
+  (0.1ms) SAVEPOINT active_record_1
22592
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22593
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22594
+  (0.1ms) rollback transaction
22595
+  (0.1ms) begin transaction
22596
+  (0.1ms) rollback transaction
22597
+  (0.1ms) begin transaction
22598
+  (0.2ms) rollback transaction
22599
+  (0.1ms) begin transaction
22600
+  (0.1ms) SAVEPOINT active_record_1
22601
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:37:24 UTC +00:00], ["file", "13690642418288372.jpg"], ["updated_at", Mon, 20 May 2013 15:37:24 UTC +00:00]]
22602
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22603
+  (0.1ms) SAVEPOINT active_record_1
22604
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13690642465690560.txt', "updated_at" = '2013-05-20 15:37:27.766448' WHERE "file_uploads"."id" = 1
22605
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22606
+  (0.1ms) SAVEPOINT active_record_1
22607
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22609
+  (0.2ms) rollback transaction
22610
+  (0.1ms) begin transaction
22611
+  (0.1ms) SAVEPOINT active_record_1
22612
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:37:31 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 15:37:31 UTC +00:00]]
22613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22614
+  (0.2ms) SAVEPOINT active_record_1
22615
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22616
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22617
+  (0.1ms) SAVEPOINT active_record_1
22618
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 15:37:34 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 15:37:34 UTC +00:00]]
22619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22620
+  (0.2ms) SAVEPOINT active_record_1
22621
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22622
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22623
+  (0.2ms) rollback transaction
22624
+  (0.1ms) begin transaction
22625
+  (0.1ms) rollback transaction
22626
+  (0.1ms) begin transaction
22627
+  (0.1ms) rollback transaction
22628
+  (0.1ms) begin transaction
22629
+  (0.1ms) rollback transaction
22630
+  (0.1ms) begin transaction
22631
+  (0.1ms) rollback transaction
22632
+ Connecting to database specified by database.yml
22633
+  (1.9ms) select sqlite_version(*)
22634
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22635
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22636
+  (0.2ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22637
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22638
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22639
+  (0.0ms) SELECT version FROM "schema_migrations"
22640
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22641
+  (0.1ms) begin transaction
22642
+  (0.1ms) SAVEPOINT active_record_1
22643
+ SQL (7.9ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:02 UTC +00:00], ["file", "13690656624433410.txt"], ["updated_at", Mon, 20 May 2013 16:01:02 UTC +00:00]]
22644
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22645
+  (0.0ms) SAVEPOINT active_record_1
22646
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22648
+  (0.1ms) rollback transaction
22649
+  (0.0ms) begin transaction
22650
+  (0.1ms) rollback transaction
22651
+  (0.0ms) begin transaction
22652
+  (0.0ms) rollback transaction
22653
+  (0.1ms) begin transaction
22654
+  (0.1ms) rollback transaction
22655
+  (0.1ms) begin transaction
22656
+ Started GET "/uploads/images/small/13690656624771058.jpg" for 127.0.0.1 at 2013-05-20 13:01:02 -0300
22657
+ Processing by RailsUploads::PresetsController#generate as JPEG
22658
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690656624771058"}
22659
+ Redirected to http://www.example.com/uploads/images/small/13690656624771058.jpg
22660
+ Completed 302 Found in 65ms (ActiveRecord: 0.0ms)
22661
+  (0.1ms) rollback transaction
22662
+  (0.1ms) begin transaction
22663
+  (0.1ms) SAVEPOINT active_record_1
22664
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:02 UTC +00:00], ["image", "13690656627752400.jpg"], ["updated_at", Mon, 20 May 2013 16:01:02 UTC +00:00]]
22665
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22666
+  (0.0ms) SAVEPOINT active_record_1
22667
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22668
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22669
+  (0.1ms) rollback transaction
22670
+  (0.1ms) begin transaction
22671
+  (0.1ms) rollback transaction
22672
+  (0.1ms) begin transaction
22673
+  (0.1ms) rollback transaction
22674
+  (0.1ms) begin transaction
22675
+  (0.1ms) SAVEPOINT active_record_1
22676
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:03 UTC +00:00], ["file", "13690656632319428.jpg"], ["updated_at", Mon, 20 May 2013 16:01:03 UTC +00:00]]
22677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22678
+  (0.0ms) SAVEPOINT active_record_1
22679
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690656632387510.txt', "updated_at" = '2013-05-20 16:01:03.241889' WHERE "file_uploads"."id" = 1
22680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22681
+  (0.0ms) SAVEPOINT active_record_1
22682
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22684
+  (0.1ms) rollback transaction
22685
+  (0.0ms) begin transaction
22686
+  (0.0ms) SAVEPOINT active_record_1
22687
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:03 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 16:01:03 UTC +00:00]]
22688
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22689
+  (0.0ms) SAVEPOINT active_record_1
22690
+ SQL (0.0ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22691
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22692
+  (0.0ms) SAVEPOINT active_record_1
22693
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:03 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 16:01:03 UTC +00:00]]
22694
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22695
+  (0.0ms) SAVEPOINT active_record_1
22696
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22698
+  (0.0ms) rollback transaction
22699
+  (0.1ms) begin transaction
22700
+  (0.1ms) rollback transaction
22701
+  (0.1ms) begin transaction
22702
+  (0.1ms) rollback transaction
22703
+  (0.0ms) begin transaction
22704
+  (0.0ms) rollback transaction
22705
+  (0.1ms) begin transaction
22706
+  (0.1ms) rollback transaction
22707
+  (0.1ms) begin transaction
22708
+  (0.1ms) SAVEPOINT active_record_1
22709
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:05 UTC +00:00], ["file", "13690656634602380.txt"], ["updated_at", Mon, 20 May 2013 16:01:05 UTC +00:00]]
22710
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22711
+  (0.1ms) SAVEPOINT active_record_1
22712
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22713
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22714
+  (0.1ms) rollback transaction
22715
+  (0.1ms) begin transaction
22716
+  (0.2ms) rollback transaction
22717
+  (0.1ms) begin transaction
22718
+  (0.1ms) rollback transaction
22719
+  (0.1ms) begin transaction
22720
+  (0.2ms) rollback transaction
22721
+  (0.1ms) begin transaction
22722
+  (0.1ms) SAVEPOINT active_record_1
22723
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:01:23 UTC +00:00], ["image", "13690656774639712.jpg"], ["updated_at", Mon, 20 May 2013 16:01:23 UTC +00:00]]
22724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22725
+  (0.2ms) SAVEPOINT active_record_1
22726
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22727
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22728
+  (0.2ms) rollback transaction
22729
+  (0.1ms) begin transaction
22730
+  (0.1ms) rollback transaction
22731
+  (0.1ms) begin transaction
22732
+  (0.2ms) rollback transaction
22733
+  (0.1ms) begin transaction
22734
+  (0.1ms) SAVEPOINT active_record_1
22735
+ SQL (0.7ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:02:11 UTC +00:00], ["file", "13690657286622160.jpg"], ["updated_at", Mon, 20 May 2013 16:02:11 UTC +00:00]]
22736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22737
+  (0.1ms) SAVEPOINT active_record_1
22738
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13690657325874240.txt', "updated_at" = '2013-05-20 16:02:13.779714' WHERE "file_uploads"."id" = 1
22739
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22740
+  (0.1ms) SAVEPOINT active_record_1
22741
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22742
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22743
+  (0.1ms) rollback transaction
22744
+  (0.0ms) begin transaction
22745
+  (0.1ms) SAVEPOINT active_record_1
22746
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:02:17 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 16:02:17 UTC +00:00]]
22747
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22748
+  (0.1ms) SAVEPOINT active_record_1
22749
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22750
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22751
+  (0.1ms) SAVEPOINT active_record_1
22752
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:02:20 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 16:02:20 UTC +00:00]]
22753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22754
+  (0.1ms) SAVEPOINT active_record_1
22755
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22756
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22757
+  (0.1ms) rollback transaction
22758
+  (0.1ms) begin transaction
22759
+  (0.1ms) rollback transaction
22760
+  (0.1ms) begin transaction
22761
+  (0.1ms) rollback transaction
22762
+  (0.1ms) begin transaction
22763
+  (0.1ms) rollback transaction
22764
+  (0.1ms) begin transaction
22765
+  (0.2ms) rollback transaction
22766
+ Connecting to database specified by database.yml
22767
+  (7.9ms) select sqlite_version(*)
22768
+  (0.9ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22769
+  (0.5ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22770
+  (0.6ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22771
+  (0.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22772
+  (0.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22773
+  (0.2ms) SELECT version FROM "schema_migrations"
22774
+  (0.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22775
+  (0.2ms) begin transaction
22776
+  (0.2ms) SAVEPOINT active_record_1
22777
+ SQL (26.8ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:44:53 UTC +00:00], ["file", "13690682931286740.txt"], ["updated_at", Mon, 20 May 2013 16:44:53 UTC +00:00]]
22778
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22779
+  (0.1ms) SAVEPOINT active_record_1
22780
+ SQL (0.4ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22781
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22782
+  (0.2ms) rollback transaction
22783
+  (0.2ms) begin transaction
22784
+  (0.2ms) rollback transaction
22785
+  (0.2ms) begin transaction
22786
+  (0.2ms) rollback transaction
22787
+  (0.1ms) begin transaction
22788
+  (0.2ms) rollback transaction
22789
+  (0.2ms) begin transaction
22790
+ Started GET "/uploads/images/small/13690682932422468.jpg" for 127.0.0.1 at 2013-05-20 13:44:53 -0300
22791
+ Processing by RailsUploads::PresetsController#generate as JPEG
22792
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690682932422468"}
22793
+ Redirected to http://www.example.com/uploads/images/small/13690682932422468.jpg
22794
+ Completed 302 Found in 218ms (ActiveRecord: 0.0ms)
22795
+  (0.4ms) rollback transaction
22796
+  (0.2ms) begin transaction
22797
+  (0.2ms) SAVEPOINT active_record_1
22798
+ SQL (1.7ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:44:54 UTC +00:00], ["image", "13690682939389430.jpg"], ["updated_at", Mon, 20 May 2013 16:44:54 UTC +00:00]]
22799
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22800
+  (0.1ms) SAVEPOINT active_record_1
22801
+ SQL (0.5ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22802
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22803
+  (0.3ms) rollback transaction
22804
+  (0.2ms) begin transaction
22805
+  (0.2ms) rollback transaction
22806
+  (0.2ms) begin transaction
22807
+  (0.3ms) rollback transaction
22808
+  (0.2ms) begin transaction
22809
+  (0.2ms) SAVEPOINT active_record_1
22810
+ SQL (1.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:44:55 UTC +00:00], ["file", "13690682955587780.jpg"], ["updated_at", Mon, 20 May 2013 16:44:55 UTC +00:00]]
22811
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22812
+  (0.2ms) SAVEPOINT active_record_1
22813
+  (0.4ms) UPDATE "file_uploads" SET "file" = '13690682955815280.txt', "updated_at" = '2013-05-20 16:44:55.592497' WHERE "file_uploads"."id" = 1
22814
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22815
+  (0.2ms) SAVEPOINT active_record_1
22816
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22817
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22818
+  (0.2ms) rollback transaction
22819
+  (0.1ms) begin transaction
22820
+  (0.1ms) SAVEPOINT active_record_1
22821
+ SQL (1.1ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:44:55 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 16:44:55 UTC +00:00]]
22822
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22823
+  (0.1ms) SAVEPOINT active_record_1
22824
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22825
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22826
+  (0.3ms) SAVEPOINT active_record_1
22827
+ SQL (0.8ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:44:55 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 16:44:55 UTC +00:00]]
22828
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22829
+  (0.1ms) SAVEPOINT active_record_1
22830
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22831
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22832
+  (0.2ms) rollback transaction
22833
+  (0.2ms) begin transaction
22834
+  (0.2ms) rollback transaction
22835
+  (0.1ms) begin transaction
22836
+  (0.2ms) rollback transaction
22837
+  (0.2ms) begin transaction
22838
+  (0.2ms) rollback transaction
22839
+  (0.2ms) begin transaction
22840
+  (0.2ms) rollback transaction
22841
+  (0.2ms) begin transaction
22842
+  (0.2ms) SAVEPOINT active_record_1
22843
+ SQL (1.0ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:45:01 UTC +00:00], ["file", "13690682964478220.txt"], ["updated_at", Mon, 20 May 2013 16:45:01 UTC +00:00]]
22844
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22845
+  (0.2ms) SAVEPOINT active_record_1
22846
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22847
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22848
+  (0.2ms) rollback transaction
22849
+  (0.2ms) begin transaction
22850
+  (0.2ms) rollback transaction
22851
+  (0.2ms) begin transaction
22852
+  (0.2ms) rollback transaction
22853
+  (0.2ms) begin transaction
22854
+  (0.2ms) rollback transaction
22855
+  (0.2ms) begin transaction
22856
+  (0.2ms) SAVEPOINT active_record_1
22857
+ SQL (1.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:45:22 UTC +00:00], ["image", "13690683142066360.jpg"], ["updated_at", Mon, 20 May 2013 16:45:22 UTC +00:00]]
22858
+  (0.3ms) RELEASE SAVEPOINT active_record_1
22859
+  (0.2ms) SAVEPOINT active_record_1
22860
+ SQL (0.3ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22861
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22862
+  (0.3ms) rollback transaction
22863
+  (0.2ms) begin transaction
22864
+  (0.2ms) rollback transaction
22865
+  (0.2ms) begin transaction
22866
+  (0.3ms) rollback transaction
22867
+  (0.2ms) begin transaction
22868
+  (0.2ms) SAVEPOINT active_record_1
22869
+ SQL (1.2ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:46:14 UTC +00:00], ["file", "13690683721668640.jpg"], ["updated_at", Mon, 20 May 2013 16:46:14 UTC +00:00]]
22870
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22871
+  (0.2ms) SAVEPOINT active_record_1
22872
+  (0.4ms) UPDATE "file_uploads" SET "file" = '13690683764705470.txt', "updated_at" = '2013-05-20 16:46:17.280685' WHERE "file_uploads"."id" = 1
22873
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22874
+  (0.2ms) SAVEPOINT active_record_1
22875
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22876
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22877
+  (0.3ms) rollback transaction
22878
+  (0.2ms) begin transaction
22879
+  (0.2ms) SAVEPOINT active_record_1
22880
+ SQL (0.9ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:46:20 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 16:46:20 UTC +00:00]]
22881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22882
+  (0.2ms) SAVEPOINT active_record_1
22883
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22884
+  (0.2ms) RELEASE SAVEPOINT active_record_1
22885
+  (0.2ms) SAVEPOINT active_record_1
22886
+ SQL (1.0ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 16:46:22 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 16:46:22 UTC +00:00]]
22887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22888
+  (0.2ms) SAVEPOINT active_record_1
22889
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22891
+  (0.3ms) rollback transaction
22892
+  (0.2ms) begin transaction
22893
+  (0.2ms) rollback transaction
22894
+  (0.2ms) begin transaction
22895
+  (0.2ms) rollback transaction
22896
+  (0.1ms) begin transaction
22897
+  (0.2ms) rollback transaction
22898
+  (0.2ms) begin transaction
22899
+  (0.2ms) rollback transaction
22900
+ Connecting to database specified by database.yml
22901
+  (1.9ms) select sqlite_version(*)
22902
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22903
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
22904
+  (0.1ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
22905
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22906
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
22907
+  (0.1ms) SELECT version FROM "schema_migrations"
22908
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
22909
+  (0.1ms) begin transaction
22910
+  (0.1ms) SAVEPOINT active_record_1
22911
+ SQL (21.0ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:14:54 UTC +00:00], ["file", "13690880946241732.txt"], ["updated_at", Mon, 20 May 2013 22:14:54 UTC +00:00]]
22912
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22913
+  (0.0ms) SAVEPOINT active_record_1
22914
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22916
+  (0.1ms) rollback transaction
22917
+  (0.1ms) begin transaction
22918
+  (0.1ms) rollback transaction
22919
+  (0.0ms) begin transaction
22920
+  (0.1ms) rollback transaction
22921
+  (0.1ms) begin transaction
22922
+  (0.0ms) rollback transaction
22923
+  (0.0ms) begin transaction
22924
+ Started GET "/uploads/images/small/13690880946960960.jpg" for 127.0.0.1 at 2013-05-20 19:14:54 -0300
22925
+ Processing by RailsUploads::PresetsController#generate as JPEG
22926
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690880946960960"}
22927
+ Redirected to http://www.example.com/uploads/images/small/13690880946960960.jpg
22928
+ Completed 302 Found in 67ms (ActiveRecord: 0.0ms)
22929
+  (0.1ms) rollback transaction
22930
+  (0.1ms) begin transaction
22931
+  (0.1ms) SAVEPOINT active_record_1
22932
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:14:55 UTC +00:00], ["image", "13690880951113260.jpg"], ["updated_at", Mon, 20 May 2013 22:14:55 UTC +00:00]]
22933
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22934
+  (0.0ms) SAVEPOINT active_record_1
22935
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22937
+  (0.1ms) rollback transaction
22938
+  (0.1ms) begin transaction
22939
+  (0.1ms) rollback transaction
22940
+  (0.0ms) begin transaction
22941
+  (0.3ms) rollback transaction
22942
+  (0.1ms) begin transaction
22943
+  (0.1ms) SAVEPOINT active_record_1
22944
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:14:55 UTC +00:00], ["file", "13690880956247240.jpg"], ["updated_at", Mon, 20 May 2013 22:14:55 UTC +00:00]]
22945
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22946
+  (0.0ms) SAVEPOINT active_record_1
22947
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690880956326468.txt', "updated_at" = '2013-05-20 22:14:55.635985' WHERE "file_uploads"."id" = 1
22948
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22949
+  (0.1ms) SAVEPOINT active_record_1
22950
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22951
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22952
+  (0.1ms) rollback transaction
22953
+  (0.0ms) begin transaction
22954
+  (0.0ms) SAVEPOINT active_record_1
22955
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:14:55 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 22:14:55 UTC +00:00]]
22956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22957
+  (0.0ms) SAVEPOINT active_record_1
22958
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22959
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22960
+  (0.0ms) SAVEPOINT active_record_1
22961
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:14:55 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 22:14:55 UTC +00:00]]
22962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22963
+  (0.0ms) SAVEPOINT active_record_1
22964
+ SQL (0.0ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
22966
+  (0.0ms) rollback transaction
22967
+  (0.1ms) begin transaction
22968
+  (0.1ms) rollback transaction
22969
+  (0.0ms) begin transaction
22970
+  (0.1ms) rollback transaction
22971
+  (0.0ms) begin transaction
22972
+  (0.0ms) rollback transaction
22973
+  (0.1ms) begin transaction
22974
+  (0.1ms) rollback transaction
22975
+  (0.1ms) begin transaction
22976
+  (0.1ms) SAVEPOINT active_record_1
22977
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:14:59 UTC +00:00], ["file", "13690880965813870.txt"], ["updated_at", Mon, 20 May 2013 22:14:59 UTC +00:00]]
22978
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22979
+  (0.1ms) SAVEPOINT active_record_1
22980
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
22981
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22982
+  (0.2ms) rollback transaction
22983
+  (0.1ms) begin transaction
22984
+  (0.1ms) rollback transaction
22985
+  (0.1ms) begin transaction
22986
+  (0.1ms) rollback transaction
22987
+  (0.1ms) begin transaction
22988
+  (0.2ms) rollback transaction
22989
+  (0.1ms) begin transaction
22990
+  (0.1ms) SAVEPOINT active_record_1
22991
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:15:20 UTC +00:00], ["image", "13690881146694670.jpg"], ["updated_at", Mon, 20 May 2013 22:15:20 UTC +00:00]]
22992
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22993
+  (0.1ms) SAVEPOINT active_record_1
22994
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
22995
+  (0.1ms) RELEASE SAVEPOINT active_record_1
22996
+  (0.2ms) rollback transaction
22997
+  (0.1ms) begin transaction
22998
+  (0.2ms) rollback transaction
22999
+  (0.1ms) begin transaction
23000
+  (0.2ms) rollback transaction
23001
+  (0.1ms) begin transaction
23002
+  (0.1ms) SAVEPOINT active_record_1
23003
+ SQL (0.7ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:16:05 UTC +00:00], ["file", "13690881630035970.jpg"], ["updated_at", Mon, 20 May 2013 22:16:05 UTC +00:00]]
23004
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23005
+  (0.1ms) SAVEPOINT active_record_1
23006
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13690881675158432.txt', "updated_at" = '2013-05-20 22:16:08.529717' WHERE "file_uploads"."id" = 1
23007
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23008
+  (0.1ms) SAVEPOINT active_record_1
23009
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23010
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23011
+  (0.2ms) rollback transaction
23012
+  (0.1ms) begin transaction
23013
+  (0.1ms) SAVEPOINT active_record_1
23014
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:16:12 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 22:16:12 UTC +00:00]]
23015
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23016
+  (0.2ms) SAVEPOINT active_record_1
23017
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23019
+  (0.1ms) SAVEPOINT active_record_1
23020
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:16:15 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 22:16:15 UTC +00:00]]
23021
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23022
+  (0.2ms) SAVEPOINT active_record_1
23023
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
23024
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23025
+  (0.2ms) rollback transaction
23026
+  (0.1ms) begin transaction
23027
+  (0.1ms) rollback transaction
23028
+  (0.1ms) begin transaction
23029
+  (0.1ms) rollback transaction
23030
+  (0.1ms) begin transaction
23031
+  (0.1ms) rollback transaction
23032
+  (0.0ms) begin transaction
23033
+  (0.1ms) rollback transaction
23034
+ Connecting to database specified by database.yml
23035
+  (2.5ms) select sqlite_version(*)
23036
+  (0.2ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
23037
+  (0.1ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
23038
+  (0.1ms) CREATE TABLE "validation_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_presence" varchar(255), "file_content_type" varchar(255), "file_size" varchar(255), "file_all" varchar(255), "file_default" varchar(255), "image_presence" varchar(255), "image_content_type" varchar(255), "image_size" varchar(255), "image_all" varchar(255), "image_default" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
23039
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
23040
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23041
+  (0.1ms) SELECT version FROM "schema_migrations"
23042
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
23043
+  (0.1ms) begin transaction
23044
+  (0.1ms) SAVEPOINT active_record_1
23045
+ SQL (7.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:24:57 UTC +00:00], ["file", "13690886971131232.txt"], ["updated_at", Mon, 20 May 2013 22:24:57 UTC +00:00]]
23046
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23047
+  (0.0ms) SAVEPOINT active_record_1
23048
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23049
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23050
+  (0.1ms) rollback transaction
23051
+  (0.1ms) begin transaction
23052
+  (0.1ms) rollback transaction
23053
+  (0.1ms) begin transaction
23054
+  (0.1ms) rollback transaction
23055
+  (0.0ms) begin transaction
23056
+  (0.1ms) rollback transaction
23057
+  (0.1ms) begin transaction
23058
+ Started GET "/uploads/images/small/13690886971465350.jpg" for 127.0.0.1 at 2013-05-20 19:24:57 -0300
23059
+ Processing by RailsUploads::PresetsController#generate as JPEG
23060
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13690886971465350"}
23061
+ Redirected to http://www.example.com/uploads/images/small/13690886971465350.jpg
23062
+ Completed 302 Found in 72ms (ActiveRecord: 0.0ms)
23063
+  (0.1ms) rollback transaction
23064
+  (0.1ms) begin transaction
23065
+  (0.1ms) SAVEPOINT active_record_1
23066
+ SQL (0.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:24:57 UTC +00:00], ["image", "13690886973855360.jpg"], ["updated_at", Mon, 20 May 2013 22:24:57 UTC +00:00]]
23067
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23068
+  (0.1ms) SAVEPOINT active_record_1
23069
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
23070
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23071
+  (0.1ms) rollback transaction
23072
+  (0.1ms) begin transaction
23073
+  (0.1ms) rollback transaction
23074
+  (0.1ms) begin transaction
23075
+  (0.1ms) rollback transaction
23076
+  (0.1ms) begin transaction
23077
+  (0.0ms) SAVEPOINT active_record_1
23078
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:24:57 UTC +00:00], ["file", "13690886978658540.jpg"], ["updated_at", Mon, 20 May 2013 22:24:57 UTC +00:00]]
23079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23080
+  (0.0ms) SAVEPOINT active_record_1
23081
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690886978727910.txt', "updated_at" = '2013-05-20 22:24:57.875924' WHERE "file_uploads"."id" = 1
23082
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23083
+  (0.0ms) SAVEPOINT active_record_1
23084
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23085
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23086
+  (0.1ms) rollback transaction
23087
+  (0.0ms) begin transaction
23088
+  (0.0ms) SAVEPOINT active_record_1
23089
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:24:57 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 22:24:57 UTC +00:00]]
23090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23091
+  (0.0ms) SAVEPOINT active_record_1
23092
+ SQL (0.0ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23093
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23094
+  (0.0ms) SAVEPOINT active_record_1
23095
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:24:57 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 22:24:57 UTC +00:00]]
23096
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23097
+  (0.0ms) SAVEPOINT active_record_1
23098
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
23099
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23100
+  (0.1ms) rollback transaction
23101
+  (0.1ms) begin transaction
23102
+  (0.1ms) rollback transaction
23103
+  (0.0ms) begin transaction
23104
+  (0.0ms) rollback transaction
23105
+  (0.0ms) begin transaction
23106
+  (0.0ms) rollback transaction
23107
+  (0.1ms) begin transaction
23108
+  (0.1ms) rollback transaction
23109
+  (0.1ms) begin transaction
23110
+  (0.1ms) SAVEPOINT active_record_1
23111
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:24:59 UTC +00:00], ["file", "13690886980975960.txt"], ["updated_at", Mon, 20 May 2013 22:24:59 UTC +00:00]]
23112
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23113
+  (0.1ms) SAVEPOINT active_record_1
23114
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23115
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23116
+  (0.2ms) rollback transaction
23117
+  (0.1ms) begin transaction
23118
+  (0.1ms) rollback transaction
23119
+  (0.1ms) begin transaction
23120
+  (0.1ms) rollback transaction
23121
+  (0.1ms) begin transaction
23122
+  (0.2ms) rollback transaction
23123
+  (0.1ms) begin transaction
23124
+  (0.1ms) SAVEPOINT active_record_1
23125
+ SQL (0.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:25:17 UTC +00:00], ["image", "13690887080101560.jpg"], ["updated_at", Mon, 20 May 2013 22:25:17 UTC +00:00]]
23126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23127
+  (0.1ms) SAVEPOINT active_record_1
23128
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
23129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23130
+  (0.1ms) rollback transaction
23131
+  (0.1ms) begin transaction
23132
+  (0.2ms) rollback transaction
23133
+  (0.1ms) begin transaction
23134
+  (0.2ms) rollback transaction
23135
+  (0.1ms) begin transaction
23136
+  (0.1ms) SAVEPOINT active_record_1
23137
+ SQL (0.6ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:25:57 UTC +00:00], ["file", "13690887552751630.jpg"], ["updated_at", Mon, 20 May 2013 22:25:57 UTC +00:00]]
23138
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23139
+  (0.1ms) SAVEPOINT active_record_1
23140
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13690887596425880.txt', "updated_at" = '2013-05-20 22:26:00.329461' WHERE "file_uploads"."id" = 1
23141
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23142
+  (0.2ms) SAVEPOINT active_record_1
23143
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23145
+  (0.1ms) rollback transaction
23146
+  (0.1ms) begin transaction
23147
+  (0.1ms) SAVEPOINT active_record_1
23148
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:26:03 UTC +00:00], ["file", nil], ["updated_at", Mon, 20 May 2013 22:26:03 UTC +00:00]]
23149
+  (0.0ms) RELEASE SAVEPOINT active_record_1
23150
+  (0.2ms) SAVEPOINT active_record_1
23151
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
23152
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23153
+  (0.1ms) SAVEPOINT active_record_1
23154
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 20 May 2013 22:26:06 UTC +00:00], ["image", nil], ["updated_at", Mon, 20 May 2013 22:26:06 UTC +00:00]]
23155
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23156
+  (0.1ms) SAVEPOINT active_record_1
23157
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
23158
+  (0.1ms) RELEASE SAVEPOINT active_record_1
23159
+  (0.2ms) rollback transaction
23160
+  (0.1ms) begin transaction
23161
+  (0.1ms) rollback transaction
23162
+  (0.1ms) begin transaction
23163
+  (0.1ms) rollback transaction
23164
+  (0.1ms) begin transaction
23165
+  (0.1ms) rollback transaction
23166
+  (0.1ms) begin transaction
23167
+  (0.1ms) rollback transaction