rails_uploads 0.1.4 → 0.1.5

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.
@@ -6844,3 +6844,3261 @@ Completed 302 Found in 62ms (ActiveRecord: 0.0ms)
6844
6844
   (0.0ms) rollback transaction
6845
6845
   (0.1ms) begin transaction
6846
6846
   (0.1ms) rollback transaction
6847
+ Connecting to database specified by database.yml
6848
+  (1.9ms) select sqlite_version(*)
6849
+  (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)
6850
+  (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) 
6851
+  (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)
6852
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6853
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6854
+  (0.0ms) SELECT version FROM "schema_migrations"
6855
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
6856
+  (0.1ms) begin transaction
6857
+  (0.1ms) rollback transaction
6858
+  (0.1ms) begin transaction
6859
+  (0.1ms) rollback transaction
6860
+  (0.1ms) begin transaction
6861
+ Started GET "/uploads/images/small/13651822338381000.jpg" for 127.0.0.1 at 2013-04-05 14:17:13 -0300
6862
+ Processing by RailsUploads::PresetsController#generate as JPEG
6863
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13651822338381000"}
6864
+ Redirected to http://www.example.com/uploads/images/small/13651822338381000.jpg
6865
+ Completed 302 Found in 63ms (ActiveRecord: 0.0ms)
6866
+  (0.1ms) rollback transaction
6867
+  (0.1ms) begin transaction
6868
+  (0.1ms) SAVEPOINT active_record_1
6869
+ SQL (30.7ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00], ["image", "13651822340959208.jpg"], ["updated_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00]]
6870
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6871
+  (0.0ms) SAVEPOINT active_record_1
6872
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
6873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6874
+  (0.1ms) rollback transaction
6875
+  (0.1ms) begin transaction
6876
+  (0.1ms) rollback transaction
6877
+  (0.1ms) begin transaction
6878
+  (0.1ms) rollback transaction
6879
+  (0.1ms) begin transaction
6880
+  (0.1ms) rollback transaction
6881
+  (0.1ms) begin transaction
6882
+  (0.1ms) SAVEPOINT active_record_1
6883
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00], ["file", "13651822345937832.jpg"], ["updated_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00]]
6884
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6885
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
6886
+  (0.1ms) SAVEPOINT active_record_1
6887
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13651822346033130.txt', "updated_at" = '2013-04-05 17:17:14.605291' WHERE "file_uploads"."id" = 1
6888
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6889
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
6890
+  (0.0ms) SAVEPOINT active_record_1
6891
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
6892
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6893
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
6894
+  (0.1ms) rollback transaction
6895
+  (0.1ms) begin transaction
6896
+  (0.0ms) SAVEPOINT active_record_1
6897
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00], ["file", nil], ["updated_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00]]
6898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6899
+  (0.0ms) SAVEPOINT active_record_1
6900
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00], ["image", nil], ["updated_at", Fri, 05 Apr 2013 17:17:14 UTC +00:00]]
6901
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6902
+  (0.0ms) rollback transaction
6903
+  (0.1ms) begin transaction
6904
+  (0.1ms) rollback transaction
6905
+  (0.1ms) begin transaction
6906
+  (0.0ms) rollback transaction
6907
+  (0.1ms) begin transaction
6908
+  (0.0ms) rollback transaction
6909
+  (0.0ms) begin transaction
6910
+  (0.1ms) rollback transaction
6911
+ Connecting to database specified by database.yml
6912
+  (2.0ms) select sqlite_version(*)
6913
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
6914
+  (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) 
6915
+  (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)
6916
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6917
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6918
+  (0.1ms) SELECT version FROM "schema_migrations"
6919
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
6920
+  (0.1ms) begin transaction
6921
+  (0.1ms) rollback transaction
6922
+  (0.1ms) begin transaction
6923
+  (0.1ms) rollback transaction
6924
+  (0.1ms) begin transaction
6925
+ Started GET "/uploads/images/small/13652748625309948.jpg" for 127.0.0.1 at 2013-04-06 16:01:03 -0300
6926
+ Processing by RailsUploads::PresetsController#generate as JPEG
6927
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13652748625309948"}
6928
+ Redirected to http://www.example.com/uploads/images/small/13652748625309948.jpg
6929
+ Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
6930
+  (0.1ms) rollback transaction
6931
+  (0.1ms) begin transaction
6932
+  (0.1ms) SAVEPOINT active_record_1
6933
+ SQL (8.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:01:03 UTC +00:00], ["image", "13652748635894630.jpg"], ["updated_at", Sat, 06 Apr 2013 19:01:03 UTC +00:00]]
6934
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6935
+  (0.0ms) SAVEPOINT active_record_1
6936
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
6937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6938
+  (0.1ms) rollback transaction
6939
+  (0.1ms) begin transaction
6940
+  (0.1ms) rollback transaction
6941
+  (0.1ms) begin transaction
6942
+  (0.1ms) rollback transaction
6943
+  (0.1ms) begin transaction
6944
+  (0.0ms) rollback transaction
6945
+  (0.1ms) begin transaction
6946
+  (0.1ms) SAVEPOINT active_record_1
6947
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:01:04 UTC +00:00], ["file", "13652748640501580.jpg"], ["updated_at", Sat, 06 Apr 2013 19:01:04 UTC +00:00]]
6948
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6949
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
6950
+  (0.0ms) SAVEPOINT active_record_1
6951
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13652748640600560.txt', "updated_at" = '2013-04-06 19:01:04.061897' WHERE "file_uploads"."id" = 1
6952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6953
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
6954
+  (0.0ms) SAVEPOINT active_record_1
6955
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
6956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6957
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
6958
+  (0.1ms) rollback transaction
6959
+  (0.1ms) begin transaction
6960
+  (0.0ms) SAVEPOINT active_record_1
6961
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:01:04 UTC +00:00], ["file", nil], ["updated_at", Sat, 06 Apr 2013 19:01:04 UTC +00:00]]
6962
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6963
+  (0.0ms) SAVEPOINT active_record_1
6964
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:01:04 UTC +00:00], ["image", nil], ["updated_at", Sat, 06 Apr 2013 19:01:04 UTC +00:00]]
6965
+  (0.0ms) RELEASE SAVEPOINT active_record_1
6966
+  (0.1ms) rollback transaction
6967
+  (0.1ms) begin transaction
6968
+  (0.1ms) rollback transaction
6969
+  (0.1ms) begin transaction
6970
+  (0.0ms) rollback transaction
6971
+  (0.1ms) begin transaction
6972
+  (0.0ms) rollback transaction
6973
+  (0.0ms) begin transaction
6974
+  (0.1ms) rollback transaction
6975
+ Connecting to database specified by database.yml
6976
+  (1.8ms) select sqlite_version(*)
6977
+  (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)
6978
+  (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) 
6979
+  (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)
6980
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
6981
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6982
+  (0.0ms) SELECT version FROM "schema_migrations"
6983
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
6984
+  (0.1ms) begin transaction
6985
+  (0.1ms) rollback transaction
6986
+  (0.1ms) begin transaction
6987
+  (0.2ms) rollback transaction
6988
+  (0.1ms) begin transaction
6989
+ Started GET "/uploads/images/small/13652751226588988.jpg" for 127.0.0.1 at 2013-04-06 16:05:22 -0300
6990
+ Processing by RailsUploads::PresetsController#generate as JPEG
6991
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13652751226588988"}
6992
+ Redirected to http://www.example.com/uploads/images/small/13652751226588988.jpg
6993
+ Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
6994
+  (0.1ms) rollback transaction
6995
+  (0.1ms) begin transaction
6996
+  (0.1ms) SAVEPOINT active_record_1
6997
+ SQL (8.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00], ["image", "13652751228827080.jpg"], ["updated_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00]]
6998
+  (0.1ms) RELEASE SAVEPOINT active_record_1
6999
+  (0.0ms) SAVEPOINT active_record_1
7000
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7001
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7002
+  (0.1ms) rollback transaction
7003
+  (0.1ms) begin transaction
7004
+  (0.1ms) rollback transaction
7005
+  (0.1ms) begin transaction
7006
+  (0.1ms) rollback transaction
7007
+  (0.1ms) begin transaction
7008
+  (0.0ms) rollback transaction
7009
+  (0.1ms) begin transaction
7010
+  (0.1ms) SAVEPOINT active_record_1
7011
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00], ["file", "13652751233404422.jpg"], ["updated_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00]]
7012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7013
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7014
+  (0.1ms) SAVEPOINT active_record_1
7015
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13652751233496540.txt', "updated_at" = '2013-04-06 19:05:23.351573' WHERE "file_uploads"."id" = 1
7016
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7017
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7018
+  (0.0ms) SAVEPOINT active_record_1
7019
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7020
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7021
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7022
+  (0.1ms) rollback transaction
7023
+  (0.1ms) begin transaction
7024
+  (0.0ms) SAVEPOINT active_record_1
7025
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00], ["file", nil], ["updated_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00]]
7026
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7027
+  (0.0ms) SAVEPOINT active_record_1
7028
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00], ["image", nil], ["updated_at", Sat, 06 Apr 2013 19:05:23 UTC +00:00]]
7029
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7030
+  (0.0ms) rollback transaction
7031
+  (0.1ms) begin transaction
7032
+  (0.1ms) rollback transaction
7033
+  (0.0ms) begin transaction
7034
+  (0.0ms) rollback transaction
7035
+  (0.1ms) begin transaction
7036
+  (0.0ms) rollback transaction
7037
+  (0.1ms) begin transaction
7038
+  (0.1ms) rollback transaction
7039
+ Connecting to database specified by database.yml
7040
+  (2.0ms) select sqlite_version(*)
7041
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7042
+  (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) 
7043
+  (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)
7044
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7045
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7046
+  (0.0ms) SELECT version FROM "schema_migrations"
7047
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7048
+  (0.1ms) begin transaction
7049
+  (0.1ms) rollback transaction
7050
+  (0.1ms) begin transaction
7051
+  (0.1ms) rollback transaction
7052
+  (0.1ms) begin transaction
7053
+ Started GET "/uploads/images/small/13674445433378470.jpg" for 127.0.0.1 at 2013-05-01 18:42:23 -0300
7054
+ Processing by RailsUploads::PresetsController#generate as JPEG
7055
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674445433378470"}
7056
+ Redirected to http://www.example.com/uploads/images/small/13674445433378470.jpg
7057
+ Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
7058
+  (0.1ms) rollback transaction
7059
+  (0.1ms) begin transaction
7060
+  (0.1ms) SAVEPOINT active_record_1
7061
+ SQL (8.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:42:23 UTC +00:00], ["image", "13674445436607860.jpg"], ["updated_at", Wed, 01 May 2013 21:42:23 UTC +00:00]]
7062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7063
+  (0.0ms) SAVEPOINT active_record_1
7064
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7066
+  (0.1ms) rollback transaction
7067
+  (0.1ms) begin transaction
7068
+  (0.1ms) rollback transaction
7069
+  (0.1ms) begin transaction
7070
+  (0.1ms) rollback transaction
7071
+  (0.1ms) begin transaction
7072
+  (0.0ms) rollback transaction
7073
+  (0.1ms) begin transaction
7074
+  (0.1ms) SAVEPOINT active_record_1
7075
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:42:24 UTC +00:00], ["file", "13674445441189220.jpg"], ["updated_at", Wed, 01 May 2013 21:42:24 UTC +00:00]]
7076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7077
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7078
+  (0.1ms) SAVEPOINT active_record_1
7079
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674445441283710.txt', "updated_at" = '2013-05-01 21:42:24.130324' WHERE "file_uploads"."id" = 1
7080
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7081
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7082
+  (0.0ms) SAVEPOINT active_record_1
7083
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7084
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7085
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7086
+  (0.1ms) rollback transaction
7087
+  (0.0ms) begin transaction
7088
+  (0.0ms) SAVEPOINT active_record_1
7089
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:42:24 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 21:42:24 UTC +00:00]]
7090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7091
+  (0.0ms) SAVEPOINT active_record_1
7092
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:42:24 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 21:42:24 UTC +00:00]]
7093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7094
+  (0.0ms) rollback transaction
7095
+  (0.1ms) begin transaction
7096
+  (0.1ms) rollback transaction
7097
+  (0.1ms) begin transaction
7098
+  (0.0ms) rollback transaction
7099
+  (0.0ms) begin transaction
7100
+  (0.0ms) rollback transaction
7101
+  (0.0ms) begin transaction
7102
+  (0.1ms) rollback transaction
7103
+ Connecting to database specified by database.yml
7104
+  (1.9ms) select sqlite_version(*)
7105
+  (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)
7106
+  (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) 
7107
+  (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)
7108
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7109
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7110
+  (0.1ms) SELECT version FROM "schema_migrations"
7111
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7112
+  (0.1ms) begin transaction
7113
+  (0.1ms) rollback transaction
7114
+  (0.1ms) begin transaction
7115
+  (0.2ms) rollback transaction
7116
+  (0.1ms) begin transaction
7117
+ Started GET "/uploads/images/small/13674446180692520.jpg" for 127.0.0.1 at 2013-05-01 18:43:38 -0300
7118
+ Processing by RailsUploads::PresetsController#generate as JPEG
7119
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674446180692520"}
7120
+ Redirected to http://www.example.com/uploads/images/small/13674446180692520.jpg
7121
+ Completed 302 Found in 63ms (ActiveRecord: 0.0ms)
7122
+  (0.1ms) rollback transaction
7123
+  (0.1ms) begin transaction
7124
+  (0.1ms) SAVEPOINT active_record_1
7125
+ SQL (9.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:43:38 UTC +00:00], ["image", "13674446182972580.jpg"], ["updated_at", Wed, 01 May 2013 21:43:38 UTC +00:00]]
7126
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7127
+  (0.0ms) SAVEPOINT active_record_1
7128
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7129
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7130
+  (0.1ms) rollback transaction
7131
+  (0.1ms) begin transaction
7132
+  (0.1ms) rollback transaction
7133
+  (0.1ms) begin transaction
7134
+  (0.1ms) rollback transaction
7135
+  (0.1ms) begin transaction
7136
+  (0.0ms) rollback transaction
7137
+  (0.1ms) begin transaction
7138
+  (0.0ms) SAVEPOINT active_record_1
7139
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:43:38 UTC +00:00], ["file", "13674446187708480.jpg"], ["updated_at", Wed, 01 May 2013 21:43:38 UTC +00:00]]
7140
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7141
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7142
+  (0.1ms) SAVEPOINT active_record_1
7143
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674446187802810.txt', "updated_at" = '2013-05-01 21:43:38.782163' WHERE "file_uploads"."id" = 1
7144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7145
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7146
+  (0.1ms) SAVEPOINT active_record_1
7147
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7148
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7149
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7150
+  (0.1ms) rollback transaction
7151
+  (0.1ms) begin transaction
7152
+  (0.0ms) SAVEPOINT active_record_1
7153
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:43:38 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 21:43:38 UTC +00:00]]
7154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7155
+  (0.0ms) SAVEPOINT active_record_1
7156
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 21:43:38 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 21:43:38 UTC +00:00]]
7157
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7158
+  (0.0ms) rollback transaction
7159
+  (0.1ms) begin transaction
7160
+  (0.1ms) rollback transaction
7161
+  (0.0ms) begin transaction
7162
+  (0.1ms) rollback transaction
7163
+  (0.1ms) begin transaction
7164
+  (0.1ms) rollback transaction
7165
+  (0.0ms) begin transaction
7166
+  (0.1ms) rollback transaction
7167
+ Connecting to database specified by database.yml
7168
+  (1.9ms) select sqlite_version(*)
7169
+  (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)
7170
+  (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) 
7171
+  (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)
7172
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7173
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7174
+  (0.1ms) SELECT version FROM "schema_migrations"
7175
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7176
+  (0.1ms) begin transaction
7177
+  (0.1ms) rollback transaction
7178
+  (0.1ms) begin transaction
7179
+  (0.2ms) rollback transaction
7180
+  (0.1ms) begin transaction
7181
+ Started GET "/uploads/images/small/13674456352102320.jpg" for 127.0.0.1 at 2013-05-01 19:00:35 -0300
7182
+ Processing by RailsUploads::PresetsController#generate as JPEG
7183
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674456352102320"}
7184
+ Redirected to http://www.example.com/uploads/images/small/13674456352102320.jpg
7185
+ Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
7186
+  (0.1ms) rollback transaction
7187
+  (0.1ms) begin transaction
7188
+  (0.1ms) SAVEPOINT active_record_1
7189
+ SQL (10.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:00:35 UTC +00:00], ["image", "13674456354364622.jpg"], ["updated_at", Wed, 01 May 2013 22:00:35 UTC +00:00]]
7190
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7191
+  (0.0ms) SAVEPOINT active_record_1
7192
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7193
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7194
+  (0.1ms) rollback transaction
7195
+  (0.1ms) begin transaction
7196
+  (0.1ms) rollback transaction
7197
+  (0.0ms) begin transaction
7198
+  (0.1ms) rollback transaction
7199
+  (0.1ms) begin transaction
7200
+  (0.0ms) rollback transaction
7201
+  (0.1ms) begin transaction
7202
+  (0.1ms) SAVEPOINT active_record_1
7203
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:00:35 UTC +00:00], ["file", "13674456359023370.jpg"], ["updated_at", Wed, 01 May 2013 22:00:35 UTC +00:00]]
7204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7205
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7206
+  (0.1ms) SAVEPOINT active_record_1
7207
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674456359114650.txt', "updated_at" = '2013-05-01 22:00:35.913341' WHERE "file_uploads"."id" = 1
7208
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7209
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7210
+  (0.0ms) SAVEPOINT active_record_1
7211
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7213
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7214
+  (0.1ms) rollback transaction
7215
+  (0.0ms) begin transaction
7216
+  (0.0ms) SAVEPOINT active_record_1
7217
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:00:35 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:00:35 UTC +00:00]]
7218
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7219
+  (0.0ms) SAVEPOINT active_record_1
7220
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:00:35 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:00:35 UTC +00:00]]
7221
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7222
+  (0.0ms) rollback transaction
7223
+  (0.0ms) begin transaction
7224
+  (0.1ms) rollback transaction
7225
+  (0.1ms) begin transaction
7226
+  (0.1ms) rollback transaction
7227
+  (0.0ms) begin transaction
7228
+  (0.0ms) rollback transaction
7229
+  (0.0ms) begin transaction
7230
+  (0.1ms) rollback transaction
7231
+ Connecting to database specified by database.yml
7232
+  (2.1ms) select sqlite_version(*)
7233
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7234
+  (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) 
7235
+  (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)
7236
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7237
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7238
+  (0.0ms) SELECT version FROM "schema_migrations"
7239
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7240
+  (0.1ms) begin transaction
7241
+  (0.1ms) rollback transaction
7242
+  (0.0ms) begin transaction
7243
+  (0.2ms) rollback transaction
7244
+  (0.1ms) begin transaction
7245
+ Started GET "/uploads/images/small/13674460077657590.jpg" for 127.0.0.1 at 2013-05-01 19:06:47 -0300
7246
+ Processing by RailsUploads::PresetsController#generate as JPEG
7247
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674460077657590"}
7248
+ Redirected to http://www.example.com/uploads/images/small/13674460077657590.jpg
7249
+ Completed 302 Found in 60ms (ActiveRecord: 0.0ms)
7250
+  (0.1ms) rollback transaction
7251
+  (0.1ms) begin transaction
7252
+  (0.1ms) SAVEPOINT active_record_1
7253
+ SQL (9.0ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:06:48 UTC +00:00], ["image", "13674460080117380.jpg"], ["updated_at", Wed, 01 May 2013 22:06:48 UTC +00:00]]
7254
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7255
+  (0.0ms) SAVEPOINT active_record_1
7256
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7257
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7258
+  (0.1ms) rollback transaction
7259
+  (0.1ms) begin transaction
7260
+  (0.1ms) rollback transaction
7261
+  (0.1ms) begin transaction
7262
+  (0.1ms) rollback transaction
7263
+  (0.1ms) begin transaction
7264
+  (0.1ms) rollback transaction
7265
+  (0.1ms) begin transaction
7266
+  (0.1ms) SAVEPOINT active_record_1
7267
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:06:48 UTC +00:00], ["file", "13674460084755452.jpg"], ["updated_at", Wed, 01 May 2013 22:06:48 UTC +00:00]]
7268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7269
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7270
+  (0.0ms) SAVEPOINT active_record_1
7271
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13674460084847000.txt', "updated_at" = '2013-05-01 22:06:48.510478' WHERE "file_uploads"."id" = 1
7272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7273
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7274
+  (0.0ms) SAVEPOINT active_record_1
7275
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7276
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7277
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7278
+  (0.1ms) rollback transaction
7279
+  (0.0ms) begin transaction
7280
+  (0.0ms) SAVEPOINT active_record_1
7281
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:06:48 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:06:48 UTC +00:00]]
7282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7283
+  (0.0ms) SAVEPOINT active_record_1
7284
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:06:48 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:06:48 UTC +00:00]]
7285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7286
+  (0.0ms) rollback transaction
7287
+  (0.1ms) begin transaction
7288
+  (0.1ms) rollback transaction
7289
+  (0.0ms) begin transaction
7290
+  (0.1ms) rollback transaction
7291
+  (0.0ms) begin transaction
7292
+  (0.1ms) rollback transaction
7293
+  (0.1ms) begin transaction
7294
+  (0.1ms) rollback transaction
7295
+ Connecting to database specified by database.yml
7296
+  (2.2ms) select sqlite_version(*)
7297
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7298
+  (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) 
7299
+  (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)
7300
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7301
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7302
+  (0.1ms) SELECT version FROM "schema_migrations"
7303
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7304
+  (0.1ms) begin transaction
7305
+  (0.1ms) rollback transaction
7306
+  (0.0ms) begin transaction
7307
+  (0.2ms) rollback transaction
7308
+  (0.1ms) begin transaction
7309
+ Started GET "/uploads/images/small/13674467691996170.jpg" for 127.0.0.1 at 2013-05-01 19:19:29 -0300
7310
+ Processing by RailsUploads::PresetsController#generate as JPEG
7311
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674467691996170"}
7312
+ Redirected to http://www.example.com/uploads/images/small/13674467691996170.jpg
7313
+ Completed 302 Found in 63ms (ActiveRecord: 0.0ms)
7314
+  (0.1ms) rollback transaction
7315
+  (0.1ms) begin transaction
7316
+  (0.1ms) SAVEPOINT active_record_1
7317
+ SQL (9.9ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:19:29 UTC +00:00], ["image", "13674467694412680.jpg"], ["updated_at", Wed, 01 May 2013 22:19:29 UTC +00:00]]
7318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7319
+  (0.0ms) SAVEPOINT active_record_1
7320
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7321
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7322
+  (0.1ms) rollback transaction
7323
+  (0.1ms) begin transaction
7324
+  (0.1ms) rollback transaction
7325
+  (0.1ms) begin transaction
7326
+  (0.1ms) rollback transaction
7327
+  (0.1ms) begin transaction
7328
+  (0.0ms) rollback transaction
7329
+  (0.1ms) begin transaction
7330
+  (0.1ms) SAVEPOINT active_record_1
7331
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:19:29 UTC +00:00], ["file", "13674467699046690.jpg"], ["updated_at", Wed, 01 May 2013 22:19:29 UTC +00:00]]
7332
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7333
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7334
+  (0.1ms) SAVEPOINT active_record_1
7335
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674467699140680.txt', "updated_at" = '2013-05-01 22:19:29.916106' WHERE "file_uploads"."id" = 1
7336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7337
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7338
+  (0.0ms) SAVEPOINT active_record_1
7339
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7341
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7342
+  (0.1ms) rollback transaction
7343
+  (0.1ms) begin transaction
7344
+  (0.0ms) SAVEPOINT active_record_1
7345
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:19:29 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:19:29 UTC +00:00]]
7346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7347
+  (0.0ms) SAVEPOINT active_record_1
7348
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:19:29 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:19:29 UTC +00:00]]
7349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7350
+  (0.0ms) rollback transaction
7351
+  (0.1ms) begin transaction
7352
+  (0.1ms) rollback transaction
7353
+  (0.0ms) begin transaction
7354
+  (0.0ms) rollback transaction
7355
+  (0.0ms) begin transaction
7356
+  (0.0ms) rollback transaction
7357
+  (0.0ms) begin transaction
7358
+  (0.0ms) rollback transaction
7359
+ Connecting to database specified by database.yml
7360
+  (2.0ms) select sqlite_version(*)
7361
+  (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)
7362
+  (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) 
7363
+  (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)
7364
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7365
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7366
+  (0.1ms) SELECT version FROM "schema_migrations"
7367
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7368
+  (0.1ms) begin transaction
7369
+  (0.1ms) rollback transaction
7370
+  (0.0ms) begin transaction
7371
+  (0.1ms) rollback transaction
7372
+  (0.1ms) begin transaction
7373
+ Started GET "/uploads/images/small/13674468175333418.jpg" for 127.0.0.1 at 2013-05-01 19:20:17 -0300
7374
+ Processing by RailsUploads::PresetsController#generate as JPEG
7375
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674468175333418"}
7376
+ Redirected to http://www.example.com/uploads/images/small/13674468175333418.jpg
7377
+ Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
7378
+  (0.1ms) rollback transaction
7379
+  (0.1ms) begin transaction
7380
+  (0.1ms) SAVEPOINT active_record_1
7381
+ SQL (8.7ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:20:17 UTC +00:00], ["image", "13674468177583460.jpg"], ["updated_at", Wed, 01 May 2013 22:20:17 UTC +00:00]]
7382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7383
+  (0.0ms) SAVEPOINT active_record_1
7384
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7385
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7386
+  (0.1ms) rollback transaction
7387
+  (0.1ms) begin transaction
7388
+  (0.1ms) rollback transaction
7389
+  (0.1ms) begin transaction
7390
+  (0.1ms) rollback transaction
7391
+  (0.1ms) begin transaction
7392
+  (0.0ms) rollback transaction
7393
+  (0.1ms) begin transaction
7394
+  (0.1ms) SAVEPOINT active_record_1
7395
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:20:18 UTC +00:00], ["file", "13674468182215170.jpg"], ["updated_at", Wed, 01 May 2013 22:20:18 UTC +00:00]]
7396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7397
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7398
+  (0.0ms) SAVEPOINT active_record_1
7399
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674468182309130.txt', "updated_at" = '2013-05-01 22:20:18.232773' WHERE "file_uploads"."id" = 1
7400
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7401
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7402
+  (0.0ms) SAVEPOINT active_record_1
7403
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7405
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7406
+  (0.1ms) rollback transaction
7407
+  (0.1ms) begin transaction
7408
+  (0.0ms) SAVEPOINT active_record_1
7409
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:20:18 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:20:18 UTC +00:00]]
7410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7411
+  (0.0ms) SAVEPOINT active_record_1
7412
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:20:18 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:20:18 UTC +00:00]]
7413
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7414
+  (0.1ms) rollback transaction
7415
+  (0.1ms) begin transaction
7416
+  (0.1ms) rollback transaction
7417
+  (0.1ms) begin transaction
7418
+  (0.0ms) rollback transaction
7419
+  (0.1ms) begin transaction
7420
+  (0.0ms) rollback transaction
7421
+  (0.0ms) begin transaction
7422
+  (0.1ms) rollback transaction
7423
+ Connecting to database specified by database.yml
7424
+  (2.1ms) select sqlite_version(*)
7425
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7426
+  (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) 
7427
+  (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)
7428
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7429
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7430
+  (0.0ms) SELECT version FROM "schema_migrations"
7431
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7432
+  (0.1ms) begin transaction
7433
+  (0.1ms) rollback transaction
7434
+  (0.0ms) begin transaction
7435
+  (0.3ms) rollback transaction
7436
+  (0.1ms) begin transaction
7437
+ Started GET "/uploads/images/small/13674469011828700.jpg" for 127.0.0.1 at 2013-05-01 19:21:41 -0300
7438
+ Processing by RailsUploads::PresetsController#generate as JPEG
7439
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674469011828700"}
7440
+ Redirected to http://www.example.com/uploads/images/small/13674469011828700.jpg
7441
+ Completed 302 Found in 66ms (ActiveRecord: 0.0ms)
7442
+  (0.1ms) rollback transaction
7443
+  (0.1ms) begin transaction
7444
+  (0.1ms) SAVEPOINT active_record_1
7445
+ SQL (9.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:21:41 UTC +00:00], ["image", "13674469014149960.jpg"], ["updated_at", Wed, 01 May 2013 22:21:41 UTC +00:00]]
7446
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7447
+  (0.0ms) SAVEPOINT active_record_1
7448
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7450
+  (0.1ms) rollback transaction
7451
+  (0.1ms) begin transaction
7452
+  (0.1ms) rollback transaction
7453
+  (0.1ms) begin transaction
7454
+  (0.1ms) rollback transaction
7455
+  (0.1ms) begin transaction
7456
+  (0.1ms) rollback transaction
7457
+  (0.1ms) begin transaction
7458
+  (0.1ms) SAVEPOINT active_record_1
7459
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:21:41 UTC +00:00], ["file", "13674469018796030.jpg"], ["updated_at", Wed, 01 May 2013 22:21:41 UTC +00:00]]
7460
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7461
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7462
+  (0.1ms) SAVEPOINT active_record_1
7463
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674469018892290.txt', "updated_at" = '2013-05-01 22:21:41.891179' WHERE "file_uploads"."id" = 1
7464
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7465
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7466
+  (0.0ms) SAVEPOINT active_record_1
7467
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7469
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7470
+  (0.1ms) rollback transaction
7471
+  (0.1ms) begin transaction
7472
+  (0.0ms) SAVEPOINT active_record_1
7473
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:21:41 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:21:41 UTC +00:00]]
7474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7475
+  (0.0ms) SAVEPOINT active_record_1
7476
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:21:41 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:21:41 UTC +00:00]]
7477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7478
+  (0.0ms) rollback transaction
7479
+  (0.1ms) begin transaction
7480
+  (0.1ms) rollback transaction
7481
+  (0.0ms) begin transaction
7482
+  (0.0ms) rollback transaction
7483
+  (0.0ms) begin transaction
7484
+  (0.1ms) rollback transaction
7485
+  (0.0ms) begin transaction
7486
+  (0.1ms) rollback transaction
7487
+ Connecting to database specified by database.yml
7488
+  (1.9ms) select sqlite_version(*)
7489
+  (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)
7490
+  (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) 
7491
+  (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)
7492
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7493
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7494
+  (0.1ms) SELECT version FROM "schema_migrations"
7495
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7496
+  (0.1ms) begin transaction
7497
+  (0.1ms) rollback transaction
7498
+  (0.0ms) begin transaction
7499
+  (0.2ms) rollback transaction
7500
+  (0.1ms) begin transaction
7501
+ Started GET "/uploads/images/small/13674471709886810.jpg" for 127.0.0.1 at 2013-05-01 19:26:11 -0300
7502
+ Processing by RailsUploads::PresetsController#generate as JPEG
7503
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674471709886810"}
7504
+ Redirected to http://www.example.com/uploads/images/small/13674471709886810.jpg
7505
+ Completed 302 Found in 61ms (ActiveRecord: 0.0ms)
7506
+  (0.1ms) rollback transaction
7507
+  (0.1ms) begin transaction
7508
+  (0.1ms) SAVEPOINT active_record_1
7509
+ SQL (8.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:26:11 UTC +00:00], ["image", "13674471712134490.jpg"], ["updated_at", Wed, 01 May 2013 22:26:11 UTC +00:00]]
7510
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7511
+  (0.0ms) SAVEPOINT active_record_1
7512
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7514
+  (0.1ms) rollback transaction
7515
+  (0.1ms) begin transaction
7516
+  (0.1ms) rollback transaction
7517
+  (0.1ms) begin transaction
7518
+  (0.1ms) rollback transaction
7519
+  (0.1ms) begin transaction
7520
+  (0.0ms) rollback transaction
7521
+  (0.1ms) begin transaction
7522
+  (0.1ms) SAVEPOINT active_record_1
7523
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:26:11 UTC +00:00], ["file", "13674471716735670.jpg"], ["updated_at", Wed, 01 May 2013 22:26:11 UTC +00:00]]
7524
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7525
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7526
+  (0.0ms) SAVEPOINT active_record_1
7527
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674471716830790.txt', "updated_at" = '2013-05-01 22:26:11.684975' WHERE "file_uploads"."id" = 1
7528
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7529
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7530
+  (0.0ms) SAVEPOINT active_record_1
7531
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7532
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7533
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7534
+  (0.1ms) rollback transaction
7535
+  (0.0ms) begin transaction
7536
+  (0.0ms) SAVEPOINT active_record_1
7537
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:26:11 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:26:11 UTC +00:00]]
7538
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7539
+  (0.0ms) SAVEPOINT active_record_1
7540
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:26:11 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:26:11 UTC +00:00]]
7541
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7542
+  (0.0ms) rollback transaction
7543
+  (0.1ms) begin transaction
7544
+  (0.1ms) rollback transaction
7545
+  (0.1ms) begin transaction
7546
+  (0.0ms) rollback transaction
7547
+  (0.1ms) begin transaction
7548
+  (0.0ms) rollback transaction
7549
+  (0.1ms) begin transaction
7550
+  (0.1ms) rollback transaction
7551
+ Connecting to database specified by database.yml
7552
+  (1.9ms) select sqlite_version(*)
7553
+  (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)
7554
+  (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) 
7555
+  (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)
7556
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7557
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7558
+  (0.1ms) SELECT version FROM "schema_migrations"
7559
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7560
+  (0.1ms) begin transaction
7561
+  (0.0ms) rollback transaction
7562
+  (0.0ms) begin transaction
7563
+  (0.2ms) rollback transaction
7564
+  (0.1ms) begin transaction
7565
+ Started GET "/uploads/images/small/13674473218675680.jpg" for 127.0.0.1 at 2013-05-01 19:28:41 -0300
7566
+ Processing by RailsUploads::PresetsController#generate as JPEG
7567
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674473218675680"}
7568
+ Redirected to http://www.example.com/uploads/images/small/13674473218675680.jpg
7569
+ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
7570
+  (0.1ms) rollback transaction
7571
+  (0.1ms) begin transaction
7572
+  (0.1ms) SAVEPOINT active_record_1
7573
+ SQL (9.0ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:28:42 UTC +00:00], ["image", "13674473221023350.jpg"], ["updated_at", Wed, 01 May 2013 22:28:42 UTC +00:00]]
7574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7575
+  (0.0ms) SAVEPOINT active_record_1
7576
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7577
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7578
+  (0.1ms) rollback transaction
7579
+  (0.1ms) begin transaction
7580
+  (0.1ms) rollback transaction
7581
+  (0.1ms) begin transaction
7582
+  (0.1ms) rollback transaction
7583
+  (0.1ms) begin transaction
7584
+  (0.1ms) rollback transaction
7585
+  (0.0ms) begin transaction
7586
+  (0.1ms) SAVEPOINT active_record_1
7587
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:28:42 UTC +00:00], ["file", "13674473225587740.jpg"], ["updated_at", Wed, 01 May 2013 22:28:42 UTC +00:00]]
7588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7589
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7590
+  (0.1ms) SAVEPOINT active_record_1
7591
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674473225680190.txt', "updated_at" = '2013-05-01 22:28:42.569866' WHERE "file_uploads"."id" = 1
7592
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7593
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7594
+  (0.0ms) SAVEPOINT active_record_1
7595
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7596
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7597
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7598
+  (0.1ms) rollback transaction
7599
+  (0.1ms) begin transaction
7600
+  (0.0ms) SAVEPOINT active_record_1
7601
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:28:42 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:28:42 UTC +00:00]]
7602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7603
+  (0.0ms) SAVEPOINT active_record_1
7604
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:28:42 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:28:42 UTC +00:00]]
7605
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7606
+  (0.1ms) rollback transaction
7607
+  (0.1ms) begin transaction
7608
+  (0.1ms) rollback transaction
7609
+  (0.1ms) begin transaction
7610
+  (0.0ms) rollback transaction
7611
+  (0.0ms) begin transaction
7612
+  (0.1ms) rollback transaction
7613
+  (0.0ms) begin transaction
7614
+  (0.1ms) rollback transaction
7615
+ Connecting to database specified by database.yml
7616
+  (2.4ms) select sqlite_version(*)
7617
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7618
+  (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) 
7619
+  (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)
7620
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7621
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7622
+  (0.0ms) SELECT version FROM "schema_migrations"
7623
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7624
+  (0.1ms) begin transaction
7625
+  (0.0ms) rollback transaction
7626
+  (0.0ms) begin transaction
7627
+  (0.2ms) rollback transaction
7628
+  (0.1ms) begin transaction
7629
+ Started GET "/uploads/images/small/13674487558445540.jpg" for 127.0.0.1 at 2013-05-01 19:52:35 -0300
7630
+ Processing by RailsUploads::PresetsController#generate as JPEG
7631
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674487558445540"}
7632
+ Redirected to http://www.example.com/uploads/images/small/13674487558445540.jpg
7633
+ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
7634
+  (0.1ms) rollback transaction
7635
+  (0.1ms) begin transaction
7636
+  (0.1ms) SAVEPOINT active_record_1
7637
+ SQL (10.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:52:36 UTC +00:00], ["image", "13674487560888572.jpg"], ["updated_at", Wed, 01 May 2013 22:52:36 UTC +00:00]]
7638
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7639
+  (0.1ms) SAVEPOINT active_record_1
7640
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7641
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7642
+  (0.1ms) rollback transaction
7643
+  (0.2ms) begin transaction
7644
+  (0.1ms) rollback transaction
7645
+  (0.1ms) begin transaction
7646
+  (0.1ms) rollback transaction
7647
+  (0.1ms) begin transaction
7648
+  (0.1ms) rollback transaction
7649
+  (0.1ms) begin transaction
7650
+  (0.1ms) SAVEPOINT active_record_1
7651
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:52:36 UTC +00:00], ["file", "13674487565840960.jpg"], ["updated_at", Wed, 01 May 2013 22:52:36 UTC +00:00]]
7652
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7653
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7654
+  (0.1ms) SAVEPOINT active_record_1
7655
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674487565946080.txt', "updated_at" = '2013-05-01 22:52:36.596518' WHERE "file_uploads"."id" = 1
7656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7657
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7658
+  (0.0ms) SAVEPOINT active_record_1
7659
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7660
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7661
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7662
+  (0.1ms) rollback transaction
7663
+  (0.1ms) begin transaction
7664
+  (0.0ms) SAVEPOINT active_record_1
7665
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:52:36 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:52:36 UTC +00:00]]
7666
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7667
+  (0.0ms) SAVEPOINT active_record_1
7668
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:52:36 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:52:36 UTC +00:00]]
7669
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7670
+  (0.0ms) rollback transaction
7671
+  (0.1ms) begin transaction
7672
+  (0.1ms) rollback transaction
7673
+  (0.1ms) begin transaction
7674
+  (0.0ms) rollback transaction
7675
+  (0.1ms) begin transaction
7676
+  (0.0ms) rollback transaction
7677
+  (0.0ms) begin transaction
7678
+  (0.0ms) rollback transaction
7679
+ Connecting to database specified by database.yml
7680
+  (2.4ms) select sqlite_version(*)
7681
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7682
+  (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) 
7683
+  (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)
7684
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7685
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7686
+  (0.0ms) SELECT version FROM "schema_migrations"
7687
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7688
+  (0.1ms) begin transaction
7689
+  (0.1ms) rollback transaction
7690
+  (0.0ms) begin transaction
7691
+  (0.2ms) rollback transaction
7692
+  (0.1ms) begin transaction
7693
+ Started GET "/uploads/images/small/13674487930546492.jpg" for 127.0.0.1 at 2013-05-01 19:53:13 -0300
7694
+ Processing by RailsUploads::PresetsController#generate as JPEG
7695
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674487930546492"}
7696
+ Redirected to http://www.example.com/uploads/images/small/13674487930546492.jpg
7697
+ Completed 302 Found in 62ms (ActiveRecord: 0.0ms)
7698
+  (0.1ms) rollback transaction
7699
+  (0.1ms) begin transaction
7700
+  (0.1ms) SAVEPOINT active_record_1
7701
+ SQL (8.7ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:53:13 UTC +00:00], ["image", "13674487932816442.jpg"], ["updated_at", Wed, 01 May 2013 22:53:13 UTC +00:00]]
7702
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7703
+  (0.0ms) SAVEPOINT active_record_1
7704
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
7705
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7706
+  (0.1ms) rollback transaction
7707
+  (0.1ms) begin transaction
7708
+  (0.1ms) rollback transaction
7709
+  (0.1ms) begin transaction
7710
+  (0.1ms) rollback transaction
7711
+  (0.1ms) begin transaction
7712
+  (0.0ms) rollback transaction
7713
+  (0.0ms) begin transaction
7714
+  (0.1ms) SAVEPOINT active_record_1
7715
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:53:13 UTC +00:00], ["file", "13674487937357760.jpg"], ["updated_at", Wed, 01 May 2013 22:53:13 UTC +00:00]]
7716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7717
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7718
+  (0.0ms) SAVEPOINT active_record_1
7719
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674487937446542.txt', "updated_at" = '2013-05-01 22:53:13.746451' WHERE "file_uploads"."id" = 1
7720
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7721
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7722
+  (0.0ms) SAVEPOINT active_record_1
7723
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
7724
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7725
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7726
+  (0.1ms) rollback transaction
7727
+  (0.1ms) begin transaction
7728
+  (0.0ms) SAVEPOINT active_record_1
7729
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:53:13 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 22:53:13 UTC +00:00]]
7730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7731
+  (0.0ms) SAVEPOINT active_record_1
7732
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 22:53:13 UTC +00:00], ["image", nil], ["updated_at", Wed, 01 May 2013 22:53:13 UTC +00:00]]
7733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7734
+  (0.0ms) rollback transaction
7735
+  (0.1ms) begin transaction
7736
+  (0.1ms) rollback transaction
7737
+  (0.0ms) begin transaction
7738
+  (0.1ms) rollback transaction
7739
+  (0.1ms) begin transaction
7740
+  (0.0ms) rollback transaction
7741
+  (0.1ms) begin transaction
7742
+  (0.1ms) rollback transaction
7743
+ Connecting to database specified by database.yml
7744
+  (2.1ms) select sqlite_version(*)
7745
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7746
+  (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) 
7747
+  (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)
7748
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7749
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7750
+  (0.0ms) SELECT version FROM "schema_migrations"
7751
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7752
+  (0.1ms) begin transaction
7753
+  (0.1ms) rollback transaction
7754
+  (0.1ms) begin transaction
7755
+  (0.1ms) rollback transaction
7756
+  (0.1ms) begin transaction
7757
+  (0.2ms) rollback transaction
7758
+  (0.1ms) begin transaction
7759
+  (0.1ms) SAVEPOINT active_record_1
7760
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
7761
+ undefined method `each' for nil:NilClass
7762
+  (0.1ms) rollback transaction
7763
+  (0.1ms) begin transaction
7764
+  (0.1ms) rollback transaction
7765
+  (0.1ms) begin transaction
7766
+  (0.1ms) rollback transaction
7767
+  (0.1ms) begin transaction
7768
+  (0.1ms) rollback transaction
7769
+  (0.1ms) begin transaction
7770
+  (0.1ms) SAVEPOINT active_record_1
7771
+ SQL (7.6ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 23:54:14 UTC +00:00], ["file", "13674524547325912.jpg"], ["updated_at", Wed, 01 May 2013 23:54:14 UTC +00:00]]
7772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7773
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7774
+  (0.1ms) rollback transaction
7775
+  (0.1ms) begin transaction
7776
+  (0.0ms) SAVEPOINT active_record_1
7777
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 23:54:14 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 23:54:14 UTC +00:00]]
7778
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7779
+  (0.0ms) rollback transaction
7780
+  (0.0ms) begin transaction
7781
+  (0.1ms) rollback transaction
7782
+  (0.2ms) begin transaction
7783
+  (0.1ms) rollback transaction
7784
+  (0.0ms) begin transaction
7785
+  (0.1ms) rollback transaction
7786
+  (0.1ms) begin transaction
7787
+  (0.0ms) rollback transaction
7788
+ Connecting to database specified by database.yml
7789
+  (2.0ms) select sqlite_version(*)
7790
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7791
+  (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) 
7792
+  (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)
7793
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7794
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7795
+  (0.0ms) SELECT version FROM "schema_migrations"
7796
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7797
+  (0.1ms) begin transaction
7798
+  (0.1ms) rollback transaction
7799
+  (0.0ms) begin transaction
7800
+  (0.1ms) rollback transaction
7801
+  (0.0ms) begin transaction
7802
+  (0.1ms) rollback transaction
7803
+  (0.1ms) begin transaction
7804
+  (0.1ms) SAVEPOINT active_record_1
7805
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
7806
+ undefined method `each' for nil:NilClass
7807
+  (0.1ms) rollback transaction
7808
+  (0.1ms) begin transaction
7809
+  (0.1ms) rollback transaction
7810
+  (0.1ms) begin transaction
7811
+  (0.1ms) rollback transaction
7812
+  (0.1ms) begin transaction
7813
+  (0.0ms) rollback transaction
7814
+  (0.1ms) begin transaction
7815
+  (0.1ms) SAVEPOINT active_record_1
7816
+ SQL (7.9ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 23:54:58 UTC +00:00], ["file", "13674524989873622.jpg"], ["updated_at", Wed, 01 May 2013 23:54:58 UTC +00:00]]
7817
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7818
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7819
+  (0.1ms) rollback transaction
7820
+  (0.1ms) begin transaction
7821
+  (0.0ms) SAVEPOINT active_record_1
7822
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 23:54:59 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 23:54:59 UTC +00:00]]
7823
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7824
+  (0.0ms) rollback transaction
7825
+  (0.1ms) begin transaction
7826
+  (0.1ms) rollback transaction
7827
+  (0.1ms) begin transaction
7828
+  (0.0ms) rollback transaction
7829
+  (0.1ms) begin transaction
7830
+  (0.1ms) rollback transaction
7831
+  (0.0ms) begin transaction
7832
+  (0.1ms) rollback transaction
7833
+ Connecting to database specified by database.yml
7834
+  (2.4ms) select sqlite_version(*)
7835
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7836
+  (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) 
7837
+  (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)
7838
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7839
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7840
+  (0.0ms) SELECT version FROM "schema_migrations"
7841
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7842
+  (0.1ms) begin transaction
7843
+  (0.0ms) rollback transaction
7844
+  (0.0ms) begin transaction
7845
+  (0.0ms) rollback transaction
7846
+  (0.0ms) begin transaction
7847
+  (0.1ms) rollback transaction
7848
+  (0.1ms) begin transaction
7849
+  (0.1ms) SAVEPOINT active_record_1
7850
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
7851
+ undefined method `each' for nil:NilClass
7852
+  (0.1ms) rollback transaction
7853
+  (0.1ms) begin transaction
7854
+  (0.1ms) rollback transaction
7855
+  (0.1ms) begin transaction
7856
+  (0.1ms) rollback transaction
7857
+  (0.1ms) begin transaction
7858
+  (0.1ms) rollback transaction
7859
+  (0.1ms) begin transaction
7860
+  (0.1ms) SAVEPOINT active_record_1
7861
+ SQL (7.7ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 23:55:35 UTC +00:00], ["file", "13674525357580490.jpg"], ["updated_at", Wed, 01 May 2013 23:55:35 UTC +00:00]]
7862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7863
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7864
+  (0.1ms) rollback transaction
7865
+  (0.1ms) begin transaction
7866
+  (0.0ms) SAVEPOINT active_record_1
7867
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 01 May 2013 23:55:35 UTC +00:00], ["file", nil], ["updated_at", Wed, 01 May 2013 23:55:35 UTC +00:00]]
7868
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7869
+  (0.0ms) rollback transaction
7870
+  (0.0ms) begin transaction
7871
+  (0.1ms) rollback transaction
7872
+  (0.1ms) begin transaction
7873
+  (0.0ms) rollback transaction
7874
+  (0.0ms) begin transaction
7875
+  (0.1ms) rollback transaction
7876
+  (0.1ms) begin transaction
7877
+  (0.1ms) rollback transaction
7878
+ Connecting to database specified by database.yml
7879
+  (2.2ms) select sqlite_version(*)
7880
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
7881
+  (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) 
7882
+  (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)
7883
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7884
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7885
+  (0.0ms) SELECT version FROM "schema_migrations"
7886
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7887
+  (0.1ms) begin transaction
7888
+  (0.1ms) rollback transaction
7889
+  (0.0ms) begin transaction
7890
+  (0.1ms) rollback transaction
7891
+  (0.0ms) begin transaction
7892
+  (0.1ms) rollback transaction
7893
+  (0.1ms) begin transaction
7894
+  (0.1ms) SAVEPOINT active_record_1
7895
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
7896
+ undefined method `each' for nil:NilClass
7897
+  (0.1ms) rollback transaction
7898
+  (0.1ms) begin transaction
7899
+  (0.1ms) rollback transaction
7900
+  (0.1ms) begin transaction
7901
+  (0.1ms) rollback transaction
7902
+  (0.1ms) begin transaction
7903
+  (0.0ms) rollback transaction
7904
+  (0.0ms) begin transaction
7905
+  (0.1ms) SAVEPOINT active_record_1
7906
+ SQL (8.0ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:00:52 UTC +00:00], ["file", "13674528527716380.jpg"], ["updated_at", Thu, 02 May 2013 00:00:52 UTC +00:00]]
7907
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7908
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7909
+  (0.1ms) rollback transaction
7910
+  (0.1ms) begin transaction
7911
+  (0.0ms) SAVEPOINT active_record_1
7912
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:00:52 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:00:52 UTC +00:00]]
7913
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7914
+  (0.1ms) rollback transaction
7915
+  (0.0ms) begin transaction
7916
+  (0.1ms) rollback transaction
7917
+  (0.1ms) begin transaction
7918
+  (0.0ms) rollback transaction
7919
+  (0.1ms) begin transaction
7920
+  (0.0ms) rollback transaction
7921
+  (0.1ms) begin transaction
7922
+  (0.1ms) rollback transaction
7923
+ Connecting to database specified by database.yml
7924
+  (1.9ms) select sqlite_version(*)
7925
+  (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)
7926
+  (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) 
7927
+  (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)
7928
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7929
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7930
+  (0.1ms) SELECT version FROM "schema_migrations"
7931
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7932
+  (0.1ms) begin transaction
7933
+  (0.1ms) rollback transaction
7934
+  (0.0ms) begin transaction
7935
+  (0.1ms) rollback transaction
7936
+  (0.0ms) begin transaction
7937
+  (0.0ms) rollback transaction
7938
+  (0.1ms) begin transaction
7939
+  (0.1ms) SAVEPOINT active_record_1
7940
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
7941
+ undefined method `each' for nil:NilClass
7942
+  (0.1ms) rollback transaction
7943
+  (0.0ms) begin transaction
7944
+  (0.1ms) rollback transaction
7945
+  (0.1ms) begin transaction
7946
+  (0.1ms) rollback transaction
7947
+  (0.1ms) begin transaction
7948
+  (0.0ms) rollback transaction
7949
+  (0.0ms) begin transaction
7950
+  (0.1ms) SAVEPOINT active_record_1
7951
+ SQL (7.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:05:43 UTC +00:00], ["file", "13674531439148008.jpg"], ["updated_at", Thu, 02 May 2013 00:05:43 UTC +00:00]]
7952
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7953
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7954
+  (0.1ms) rollback transaction
7955
+  (0.1ms) begin transaction
7956
+  (0.0ms) SAVEPOINT active_record_1
7957
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:05:43 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:05:43 UTC +00:00]]
7958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7959
+  (0.0ms) rollback transaction
7960
+  (0.0ms) begin transaction
7961
+  (0.1ms) rollback transaction
7962
+  (0.1ms) begin transaction
7963
+  (0.0ms) rollback transaction
7964
+  (0.1ms) begin transaction
7965
+  (0.0ms) rollback transaction
7966
+  (0.1ms) begin transaction
7967
+  (0.1ms) rollback transaction
7968
+ Connecting to database specified by database.yml
7969
+  (2.2ms) select sqlite_version(*)
7970
+  (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)
7971
+  (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) 
7972
+  (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)
7973
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
7974
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
7975
+  (0.0ms) SELECT version FROM "schema_migrations"
7976
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
7977
+  (0.1ms) begin transaction
7978
+  (0.0ms) rollback transaction
7979
+  (0.1ms) begin transaction
7980
+  (0.1ms) rollback transaction
7981
+  (0.1ms) begin transaction
7982
+  (0.1ms) rollback transaction
7983
+  (0.1ms) begin transaction
7984
+  (0.1ms) SAVEPOINT active_record_1
7985
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
7986
+ undefined method `each' for nil:NilClass
7987
+  (0.1ms) rollback transaction
7988
+  (0.1ms) begin transaction
7989
+  (0.1ms) rollback transaction
7990
+  (0.1ms) begin transaction
7991
+  (0.0ms) rollback transaction
7992
+  (0.0ms) begin transaction
7993
+  (0.0ms) rollback transaction
7994
+  (0.0ms) begin transaction
7995
+  (0.1ms) SAVEPOINT active_record_1
7996
+ SQL (8.1ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:08:31 UTC +00:00], ["file", "13674533112635642.jpg"], ["updated_at", Thu, 02 May 2013 00:08:31 UTC +00:00]]
7997
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7998
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
7999
+  (0.1ms) rollback transaction
8000
+  (0.1ms) begin transaction
8001
+  (0.0ms) SAVEPOINT active_record_1
8002
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:08:31 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:08:31 UTC +00:00]]
8003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8004
+  (0.1ms) rollback transaction
8005
+  (0.1ms) begin transaction
8006
+  (0.1ms) rollback transaction
8007
+  (0.1ms) begin transaction
8008
+  (0.0ms) rollback transaction
8009
+  (0.1ms) begin transaction
8010
+  (0.0ms) rollback transaction
8011
+  (0.0ms) begin transaction
8012
+  (0.1ms) rollback transaction
8013
+ Connecting to database specified by database.yml
8014
+  (2.1ms) select sqlite_version(*)
8015
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8016
+  (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) 
8017
+  (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)
8018
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8019
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8020
+  (0.0ms) SELECT version FROM "schema_migrations"
8021
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8022
+  (0.1ms) begin transaction
8023
+  (0.1ms) rollback transaction
8024
+  (0.1ms) begin transaction
8025
+  (0.1ms) rollback transaction
8026
+  (0.0ms) begin transaction
8027
+  (0.1ms) rollback transaction
8028
+  (0.1ms) begin transaction
8029
+  (0.1ms) SAVEPOINT active_record_1
8030
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8031
+ undefined method `each' for nil:NilClass
8032
+  (0.1ms) rollback transaction
8033
+  (0.1ms) begin transaction
8034
+  (0.1ms) rollback transaction
8035
+  (0.1ms) begin transaction
8036
+  (0.1ms) rollback transaction
8037
+  (0.1ms) begin transaction
8038
+  (0.1ms) rollback transaction
8039
+  (0.1ms) begin transaction
8040
+  (0.1ms) SAVEPOINT active_record_1
8041
+ SQL (8.7ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:09:45 UTC +00:00], ["file", "13674533857257550.jpg"], ["updated_at", Thu, 02 May 2013 00:09:45 UTC +00:00]]
8042
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8043
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8044
+  (0.1ms) rollback transaction
8045
+  (0.1ms) begin transaction
8046
+  (0.0ms) SAVEPOINT active_record_1
8047
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:09:45 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:09:45 UTC +00:00]]
8048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8049
+  (0.0ms) rollback transaction
8050
+  (0.0ms) begin transaction
8051
+  (0.1ms) rollback transaction
8052
+  (0.1ms) begin transaction
8053
+  (0.0ms) rollback transaction
8054
+  (0.1ms) begin transaction
8055
+  (0.0ms) rollback transaction
8056
+  (0.0ms) begin transaction
8057
+  (0.1ms) rollback transaction
8058
+ Connecting to database specified by database.yml
8059
+  (2.4ms) select sqlite_version(*)
8060
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8061
+  (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) 
8062
+  (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)
8063
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8064
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8065
+  (0.0ms) SELECT version FROM "schema_migrations"
8066
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8067
+  (0.1ms) begin transaction
8068
+  (0.1ms) rollback transaction
8069
+  (0.0ms) begin transaction
8070
+  (0.1ms) rollback transaction
8071
+  (0.1ms) begin transaction
8072
+  (0.1ms) rollback transaction
8073
+  (0.1ms) begin transaction
8074
+  (0.1ms) SAVEPOINT active_record_1
8075
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8076
+ undefined method `each' for nil:NilClass
8077
+  (0.1ms) rollback transaction
8078
+  (0.1ms) begin transaction
8079
+  (0.1ms) rollback transaction
8080
+  (0.0ms) begin transaction
8081
+  (0.1ms) rollback transaction
8082
+  (0.1ms) begin transaction
8083
+  (0.0ms) rollback transaction
8084
+  (0.0ms) begin transaction
8085
+  (0.1ms) SAVEPOINT active_record_1
8086
+ SQL (8.0ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:11:09 UTC +00:00], ["file", "13674534697268610.jpg"], ["updated_at", Thu, 02 May 2013 00:11:09 UTC +00:00]]
8087
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8088
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8089
+  (0.1ms) rollback transaction
8090
+  (0.1ms) begin transaction
8091
+  (0.0ms) SAVEPOINT active_record_1
8092
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:11:09 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:11:09 UTC +00:00]]
8093
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8094
+  (0.0ms) rollback transaction
8095
+  (0.0ms) begin transaction
8096
+  (0.1ms) rollback transaction
8097
+  (0.1ms) begin transaction
8098
+  (0.0ms) rollback transaction
8099
+  (0.1ms) begin transaction
8100
+  (0.0ms) rollback transaction
8101
+  (0.0ms) begin transaction
8102
+  (0.1ms) rollback transaction
8103
+ Connecting to database specified by database.yml
8104
+  (2.4ms) select sqlite_version(*)
8105
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8106
+  (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) 
8107
+  (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)
8108
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8109
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8110
+  (0.0ms) SELECT version FROM "schema_migrations"
8111
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8112
+  (0.1ms) begin transaction
8113
+  (0.1ms) rollback transaction
8114
+  (0.1ms) begin transaction
8115
+  (0.1ms) rollback transaction
8116
+  (0.1ms) begin transaction
8117
+  (0.1ms) rollback transaction
8118
+  (0.1ms) begin transaction
8119
+  (0.1ms) SAVEPOINT active_record_1
8120
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8121
+ undefined method `each' for nil:NilClass
8122
+  (0.1ms) rollback transaction
8123
+  (0.1ms) begin transaction
8124
+  (0.1ms) rollback transaction
8125
+  (0.1ms) begin transaction
8126
+  (0.1ms) rollback transaction
8127
+  (0.1ms) begin transaction
8128
+  (0.0ms) rollback transaction
8129
+  (0.0ms) begin transaction
8130
+  (0.1ms) SAVEPOINT active_record_1
8131
+ SQL (7.9ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:11:48 UTC +00:00], ["file", "13674535089046640.jpg"], ["updated_at", Thu, 02 May 2013 00:11:48 UTC +00:00]]
8132
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8133
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8134
+  (0.1ms) rollback transaction
8135
+  (0.1ms) begin transaction
8136
+  (0.0ms) SAVEPOINT active_record_1
8137
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:11:48 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:11:48 UTC +00:00]]
8138
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8139
+  (0.0ms) rollback transaction
8140
+  (0.0ms) begin transaction
8141
+  (0.1ms) rollback transaction
8142
+  (0.1ms) begin transaction
8143
+  (0.1ms) rollback transaction
8144
+  (0.0ms) begin transaction
8145
+  (0.1ms) rollback transaction
8146
+  (0.0ms) begin transaction
8147
+  (0.1ms) rollback transaction
8148
+ Connecting to database specified by database.yml
8149
+  (1.9ms) select sqlite_version(*)
8150
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8151
+  (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) 
8152
+  (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)
8153
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8154
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8155
+  (0.0ms) SELECT version FROM "schema_migrations"
8156
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8157
+  (0.1ms) begin transaction
8158
+  (0.1ms) rollback transaction
8159
+  (0.1ms) begin transaction
8160
+  (0.1ms) rollback transaction
8161
+  (0.1ms) begin transaction
8162
+  (0.1ms) rollback transaction
8163
+  (0.1ms) begin transaction
8164
+  (0.1ms) SAVEPOINT active_record_1
8165
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8166
+ undefined method `each' for nil:NilClass
8167
+  (0.1ms) rollback transaction
8168
+  (0.1ms) begin transaction
8169
+  (0.1ms) rollback transaction
8170
+  (0.0ms) begin transaction
8171
+  (0.1ms) rollback transaction
8172
+  (0.1ms) begin transaction
8173
+  (0.0ms) rollback transaction
8174
+  (0.1ms) begin transaction
8175
+  (0.1ms) SAVEPOINT active_record_1
8176
+ SQL (8.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:13:29 UTC +00:00], ["file", "13674536090682750.jpg"], ["updated_at", Thu, 02 May 2013 00:13:29 UTC +00:00]]
8177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8178
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8179
+  (0.1ms) rollback transaction
8180
+  (0.1ms) begin transaction
8181
+  (0.0ms) SAVEPOINT active_record_1
8182
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:13:29 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:13:29 UTC +00:00]]
8183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8184
+  (0.0ms) SAVEPOINT active_record_1
8185
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:13:29 UTC +00:00], ["image", nil], ["updated_at", Thu, 02 May 2013 00:13:29 UTC +00:00]]
8186
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8187
+  (0.0ms) rollback transaction
8188
+  (0.1ms) begin transaction
8189
+  (0.1ms) rollback transaction
8190
+  (0.1ms) begin transaction
8191
+  (0.0ms) rollback transaction
8192
+  (0.0ms) begin transaction
8193
+  (0.0ms) rollback transaction
8194
+  (0.1ms) begin transaction
8195
+  (0.1ms) rollback transaction
8196
+ Connecting to database specified by database.yml
8197
+  (1.9ms) select sqlite_version(*)
8198
+  (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)
8199
+  (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) 
8200
+  (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)
8201
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8202
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8203
+  (0.1ms) SELECT version FROM "schema_migrations"
8204
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8205
+  (0.1ms) begin transaction
8206
+  (0.0ms) rollback transaction
8207
+  (0.0ms) begin transaction
8208
+  (0.0ms) rollback transaction
8209
+  (0.0ms) begin transaction
8210
+  (0.1ms) rollback transaction
8211
+  (0.1ms) begin transaction
8212
+  (0.1ms) SAVEPOINT active_record_1
8213
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8214
+ undefined method `each' for nil:NilClass
8215
+  (0.1ms) rollback transaction
8216
+  (0.1ms) begin transaction
8217
+  (0.1ms) rollback transaction
8218
+  (0.1ms) begin transaction
8219
+  (0.1ms) rollback transaction
8220
+  (0.1ms) begin transaction
8221
+  (0.1ms) rollback transaction
8222
+  (0.0ms) begin transaction
8223
+  (0.1ms) SAVEPOINT active_record_1
8224
+ SQL (8.9ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:17:02 UTC +00:00], ["file", "13674538220113310.jpg"], ["updated_at", Thu, 02 May 2013 00:17:02 UTC +00:00]]
8225
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8226
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8227
+  (0.1ms) rollback transaction
8228
+  (0.1ms) begin transaction
8229
+  (0.0ms) SAVEPOINT active_record_1
8230
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:17:02 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:17:02 UTC +00:00]]
8231
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8232
+  (0.0ms) SAVEPOINT active_record_1
8233
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:17:02 UTC +00:00], ["image", nil], ["updated_at", Thu, 02 May 2013 00:17:02 UTC +00:00]]
8234
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8235
+  (0.1ms) rollback transaction
8236
+  (0.0ms) begin transaction
8237
+  (0.1ms) rollback transaction
8238
+  (0.0ms) begin transaction
8239
+  (0.0ms) rollback transaction
8240
+  (0.1ms) begin transaction
8241
+  (0.0ms) rollback transaction
8242
+  (0.0ms) begin transaction
8243
+  (0.1ms) rollback transaction
8244
+ Connecting to database specified by database.yml
8245
+  (2.4ms) select sqlite_version(*)
8246
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8247
+  (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) 
8248
+  (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)
8249
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8250
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8251
+  (0.0ms) SELECT version FROM "schema_migrations"
8252
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8253
+  (0.1ms) begin transaction
8254
+  (0.1ms) rollback transaction
8255
+  (0.1ms) begin transaction
8256
+  (0.1ms) rollback transaction
8257
+  (0.1ms) begin transaction
8258
+  (0.1ms) rollback transaction
8259
+  (0.1ms) begin transaction
8260
+  (0.1ms) SAVEPOINT active_record_1
8261
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8262
+ undefined method `each' for nil:NilClass
8263
+  (0.1ms) rollback transaction
8264
+  (0.1ms) begin transaction
8265
+  (0.1ms) rollback transaction
8266
+  (0.0ms) begin transaction
8267
+  (0.1ms) rollback transaction
8268
+  (0.1ms) begin transaction
8269
+  (0.1ms) rollback transaction
8270
+  (0.1ms) begin transaction
8271
+  (0.1ms) SAVEPOINT active_record_1
8272
+ SQL (7.8ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:22:44 UTC +00:00], ["file", "13674541649300430.jpg"], ["updated_at", Thu, 02 May 2013 00:22:44 UTC +00:00]]
8273
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8274
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8275
+  (0.1ms) rollback transaction
8276
+  (0.1ms) begin transaction
8277
+  (0.0ms) SAVEPOINT active_record_1
8278
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:22:44 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:22:44 UTC +00:00]]
8279
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8280
+  (0.0ms) rollback transaction
8281
+  (0.0ms) begin transaction
8282
+  (0.1ms) rollback transaction
8283
+  (0.0ms) begin transaction
8284
+  (0.0ms) rollback transaction
8285
+  (0.1ms) begin transaction
8286
+  (0.0ms) rollback transaction
8287
+  (0.0ms) begin transaction
8288
+  (0.1ms) rollback transaction
8289
+ Connecting to database specified by database.yml
8290
+  (2.4ms) select sqlite_version(*)
8291
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8292
+  (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) 
8293
+  (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)
8294
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8295
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8296
+  (0.0ms) SELECT version FROM "schema_migrations"
8297
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8298
+  (0.1ms) begin transaction
8299
+  (0.0ms) rollback transaction
8300
+  (0.0ms) begin transaction
8301
+  (0.0ms) rollback transaction
8302
+  (0.0ms) begin transaction
8303
+  (0.1ms) rollback transaction
8304
+  (0.1ms) begin transaction
8305
+  (0.1ms) SAVEPOINT active_record_1
8306
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8307
+ undefined method `each' for nil:NilClass
8308
+  (0.1ms) rollback transaction
8309
+  (0.1ms) begin transaction
8310
+  (0.1ms) rollback transaction
8311
+  (0.0ms) begin transaction
8312
+  (0.1ms) rollback transaction
8313
+  (0.1ms) begin transaction
8314
+  (0.0ms) rollback transaction
8315
+  (0.0ms) begin transaction
8316
+  (0.0ms) SAVEPOINT active_record_1
8317
+ SQL (8.2ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:23:47 UTC +00:00], ["file", "13674542273716970.jpg"], ["updated_at", Thu, 02 May 2013 00:23:47 UTC +00:00]]
8318
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8319
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8320
+  (0.1ms) rollback transaction
8321
+  (0.1ms) begin transaction
8322
+  (0.0ms) SAVEPOINT active_record_1
8323
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:23:47 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:23:47 UTC +00:00]]
8324
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8325
+  (0.0ms) SAVEPOINT active_record_1
8326
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:23:47 UTC +00:00], ["image", nil], ["updated_at", Thu, 02 May 2013 00:23:47 UTC +00:00]]
8327
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8328
+  (0.0ms) rollback transaction
8329
+  (0.0ms) begin transaction
8330
+  (0.1ms) rollback transaction
8331
+  (0.1ms) begin transaction
8332
+  (0.0ms) rollback transaction
8333
+  (0.1ms) begin transaction
8334
+  (0.0ms) rollback transaction
8335
+  (0.0ms) begin transaction
8336
+  (0.1ms) rollback transaction
8337
+ Connecting to database specified by database.yml
8338
+  (2.0ms) select sqlite_version(*)
8339
+  (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)
8340
+  (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) 
8341
+  (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)
8342
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8343
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8344
+  (0.1ms) SELECT version FROM "schema_migrations"
8345
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8346
+  (0.1ms) begin transaction
8347
+  (0.0ms) rollback transaction
8348
+  (0.0ms) begin transaction
8349
+  (0.2ms) rollback transaction
8350
+  (0.1ms) begin transaction
8351
+ Started GET "/uploads/images/small/13674555261141078.jpg" for 127.0.0.1 at 2013-05-01 21:45:26 -0300
8352
+ Processing by RailsUploads::PresetsController#generate as JPEG
8353
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674555261141078"}
8354
+ Redirected to http://www.example.com/uploads/images/small/13674555261141078.jpg
8355
+ Completed 302 Found in 60ms (ActiveRecord: 0.0ms)
8356
+  (0.1ms) rollback transaction
8357
+  (0.1ms) begin transaction
8358
+  (0.1ms) SAVEPOINT active_record_1
8359
+ SQL (9.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:45:26 UTC +00:00], ["image", "13674555263442790.jpg"], ["updated_at", Thu, 02 May 2013 00:45:26 UTC +00:00]]
8360
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8361
+  (0.0ms) SAVEPOINT active_record_1
8362
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8364
+  (0.1ms) rollback transaction
8365
+  (0.1ms) begin transaction
8366
+  (0.1ms) rollback transaction
8367
+  (0.1ms) begin transaction
8368
+  (0.1ms) rollback transaction
8369
+  (0.1ms) begin transaction
8370
+  (0.1ms) rollback transaction
8371
+  (0.1ms) begin transaction
8372
+  (0.1ms) SAVEPOINT active_record_1
8373
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:45:26 UTC +00:00], ["file", "13674555268150138.jpg"], ["updated_at", Thu, 02 May 2013 00:45:26 UTC +00:00]]
8374
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8375
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8376
+  (0.1ms) SAVEPOINT active_record_1
8377
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674555268247040.txt', "updated_at" = '2013-05-02 00:45:26.826705' WHERE "file_uploads"."id" = 1
8378
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8379
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8380
+  (0.1ms) SAVEPOINT active_record_1
8381
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8382
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8383
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8384
+  (0.1ms) rollback transaction
8385
+  (0.0ms) begin transaction
8386
+  (0.0ms) SAVEPOINT active_record_1
8387
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:45:26 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:45:26 UTC +00:00]]
8388
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8389
+  (0.0ms) SAVEPOINT active_record_1
8390
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:45:26 UTC +00:00], ["image", nil], ["updated_at", Thu, 02 May 2013 00:45:26 UTC +00:00]]
8391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8392
+  (0.0ms) rollback transaction
8393
+  (0.1ms) begin transaction
8394
+  (0.1ms) rollback transaction
8395
+  (0.1ms) begin transaction
8396
+  (0.1ms) rollback transaction
8397
+  (0.0ms) begin transaction
8398
+  (0.1ms) rollback transaction
8399
+  (0.0ms) begin transaction
8400
+  (0.1ms) rollback transaction
8401
+ Connecting to database specified by database.yml
8402
+  (1.9ms) select sqlite_version(*)
8403
+  (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)
8404
+  (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) 
8405
+  (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)
8406
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8407
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8408
+  (0.0ms) SELECT version FROM "schema_migrations"
8409
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8410
+  (0.1ms) begin transaction
8411
+  (0.1ms) rollback transaction
8412
+  (0.1ms) begin transaction
8413
+  (0.2ms) rollback transaction
8414
+  (0.1ms) begin transaction
8415
+ Started GET "/uploads/images/small/13674562677902698.jpg" for 127.0.0.1 at 2013-05-01 21:57:47 -0300
8416
+ Processing by RailsUploads::PresetsController#generate as JPEG
8417
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674562677902698"}
8418
+ Redirected to http://www.example.com/uploads/images/small/13674562677902698.jpg
8419
+ Completed 302 Found in 68ms (ActiveRecord: 0.0ms)
8420
+  (0.1ms) rollback transaction
8421
+  (0.1ms) begin transaction
8422
+  (0.1ms) SAVEPOINT active_record_1
8423
+ SQL (10.8ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:57:48 UTC +00:00], ["image", "13674562680279360.jpg"], ["updated_at", Thu, 02 May 2013 00:57:48 UTC +00:00]]
8424
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8425
+  (0.0ms) SAVEPOINT active_record_1
8426
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8428
+  (0.1ms) rollback transaction
8429
+  (0.1ms) begin transaction
8430
+  (0.1ms) rollback transaction
8431
+  (0.1ms) begin transaction
8432
+  (0.1ms) rollback transaction
8433
+  (0.1ms) begin transaction
8434
+  (0.0ms) rollback transaction
8435
+  (0.1ms) begin transaction
8436
+  (0.1ms) SAVEPOINT active_record_1
8437
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:57:48 UTC +00:00], ["file", "13674562685045230.jpg"], ["updated_at", Thu, 02 May 2013 00:57:48 UTC +00:00]]
8438
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8439
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8440
+  (0.0ms) SAVEPOINT active_record_1
8441
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674562685141120.txt', "updated_at" = '2013-05-02 00:57:48.516140' WHERE "file_uploads"."id" = 1
8442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8443
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8444
+  (0.0ms) SAVEPOINT active_record_1
8445
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8446
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8447
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8448
+  (0.1ms) rollback transaction
8449
+  (0.1ms) begin transaction
8450
+  (0.0ms) SAVEPOINT active_record_1
8451
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:57:48 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 00:57:48 UTC +00:00]]
8452
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8453
+  (0.0ms) SAVEPOINT active_record_1
8454
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 00:57:48 UTC +00:00], ["image", nil], ["updated_at", Thu, 02 May 2013 00:57:48 UTC +00:00]]
8455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8456
+  (0.0ms) rollback transaction
8457
+  (0.0ms) begin transaction
8458
+  (0.1ms) rollback transaction
8459
+  (0.0ms) begin transaction
8460
+  (0.0ms) rollback transaction
8461
+  (0.0ms) begin transaction
8462
+  (0.1ms) rollback transaction
8463
+  (0.0ms) begin transaction
8464
+  (0.1ms) rollback transaction
8465
+ Connecting to database specified by database.yml
8466
+  (2.3ms) select sqlite_version(*)
8467
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8468
+  (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) 
8469
+  (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)
8470
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8471
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8472
+  (0.0ms) SELECT version FROM "schema_migrations"
8473
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8474
+  (0.1ms) begin transaction
8475
+  (0.1ms) rollback transaction
8476
+  (0.0ms) begin transaction
8477
+  (0.2ms) rollback transaction
8478
+  (0.1ms) begin transaction
8479
+ Started GET "/uploads/images/small/13674564291035800.jpg" for 127.0.0.1 at 2013-05-01 22:00:29 -0300
8480
+ Processing by RailsUploads::PresetsController#generate as JPEG
8481
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13674564291035800"}
8482
+ Redirected to http://www.example.com/uploads/images/small/13674564291035800.jpg
8483
+ Completed 302 Found in 62ms (ActiveRecord: 0.0ms)
8484
+  (0.1ms) rollback transaction
8485
+  (0.1ms) begin transaction
8486
+  (0.1ms) SAVEPOINT active_record_1
8487
+ SQL (8.7ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 01:00:29 UTC +00:00], ["image", "13674564293490920.jpg"], ["updated_at", Thu, 02 May 2013 01:00:29 UTC +00:00]]
8488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8489
+  (0.0ms) SAVEPOINT active_record_1
8490
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8492
+  (0.1ms) rollback transaction
8493
+  (0.1ms) begin transaction
8494
+  (0.1ms) rollback transaction
8495
+  (0.1ms) begin transaction
8496
+  (0.1ms) rollback transaction
8497
+  (0.1ms) begin transaction
8498
+  (0.0ms) rollback transaction
8499
+  (0.1ms) begin transaction
8500
+  (0.1ms) SAVEPOINT active_record_1
8501
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 01:00:29 UTC +00:00], ["file", "13674564298106630.jpg"], ["updated_at", Thu, 02 May 2013 01:00:29 UTC +00:00]]
8502
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8503
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8504
+  (0.1ms) SAVEPOINT active_record_1
8505
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13674564298198400.txt', "updated_at" = '2013-05-02 01:00:29.821652' WHERE "file_uploads"."id" = 1
8506
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8507
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8508
+  (0.0ms) SAVEPOINT active_record_1
8509
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8510
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8511
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8512
+  (0.1ms) rollback transaction
8513
+  (0.1ms) begin transaction
8514
+  (0.0ms) SAVEPOINT active_record_1
8515
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 01:00:29 UTC +00:00], ["file", nil], ["updated_at", Thu, 02 May 2013 01:00:29 UTC +00:00]]
8516
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8517
+  (0.0ms) SAVEPOINT active_record_1
8518
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 02 May 2013 01:00:29 UTC +00:00], ["image", nil], ["updated_at", Thu, 02 May 2013 01:00:29 UTC +00:00]]
8519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8520
+  (0.1ms) rollback transaction
8521
+  (0.1ms) begin transaction
8522
+  (0.1ms) rollback transaction
8523
+  (0.0ms) begin transaction
8524
+  (0.0ms) rollback transaction
8525
+  (0.1ms) begin transaction
8526
+  (0.0ms) rollback transaction
8527
+  (0.0ms) begin transaction
8528
+  (0.1ms) rollback transaction
8529
+ Connecting to database specified by database.yml
8530
+  (1.9ms) select sqlite_version(*)
8531
+  (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)
8532
+  (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) 
8533
+  (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)
8534
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8535
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8536
+  (0.1ms) SELECT version FROM "schema_migrations"
8537
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8538
+  (0.1ms) begin transaction
8539
+  (0.1ms) rollback transaction
8540
+  (0.1ms) begin transaction
8541
+  (0.1ms) rollback transaction
8542
+  (0.1ms) begin transaction
8543
+  (0.1ms) rollback transaction
8544
+  (0.1ms) begin transaction
8545
+  (0.1ms) SAVEPOINT active_record_1
8546
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
8547
+ undefined method `each' for nil:NilClass
8548
+  (0.1ms) rollback transaction
8549
+  (0.1ms) begin transaction
8550
+  (0.1ms) rollback transaction
8551
+  (0.1ms) begin transaction
8552
+  (0.1ms) rollback transaction
8553
+  (0.1ms) begin transaction
8554
+  (0.1ms) rollback transaction
8555
+  (0.1ms) begin transaction
8556
+  (0.1ms) SAVEPOINT active_record_1
8557
+ SQL (11.1ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:26 UTC +00:00], ["file", "13683226460443132.jpg"], ["updated_at", Sun, 12 May 2013 01:37:26 UTC +00:00]]
8558
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8559
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8560
+  (0.1ms) SAVEPOINT active_record_1
8561
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683226460650502.txt', "updated_at" = '2013-05-12 01:37:26.067239' WHERE "file_uploads"."id" = 1
8562
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8563
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8564
+  (0.1ms) SAVEPOINT active_record_1
8565
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8566
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8567
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8568
+  (0.1ms) rollback transaction
8569
+  (0.0ms) begin transaction
8570
+  (0.0ms) SAVEPOINT active_record_1
8571
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:26 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 01:37:26 UTC +00:00]]
8572
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8573
+  (0.1ms) SAVEPOINT active_record_1
8574
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:26 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 01:37:26 UTC +00:00]]
8575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8576
+  (0.0ms) rollback transaction
8577
+  (0.1ms) begin transaction
8578
+  (0.1ms) rollback transaction
8579
+  (0.1ms) begin transaction
8580
+  (0.1ms) rollback transaction
8581
+  (0.1ms) begin transaction
8582
+  (0.0ms) rollback transaction
8583
+  (0.1ms) begin transaction
8584
+  (0.1ms) rollback transaction
8585
+ Connecting to database specified by database.yml
8586
+  (1.9ms) select sqlite_version(*)
8587
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8588
+  (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) 
8589
+  (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)
8590
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8591
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8592
+  (0.0ms) SELECT version FROM "schema_migrations"
8593
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8594
+  (0.1ms) begin transaction
8595
+  (0.1ms) rollback transaction
8596
+  (0.1ms) begin transaction
8597
+  (0.1ms) rollback transaction
8598
+  (0.1ms) begin transaction
8599
+ Started GET "/uploads/images/small/13683226759769442.jpg" for 127.0.0.1 at 2013-05-11 22:37:56 -0300
8600
+ Processing by RailsUploads::PresetsController#generate as JPEG
8601
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683226759769442"}
8602
+ Completed 500 Internal Server Error in 74ms
8603
+  (0.1ms) rollback transaction
8604
+  (0.1ms) begin transaction
8605
+  (0.1ms) SAVEPOINT active_record_1
8606
+ SQL (9.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:56 UTC +00:00], ["image", "13683226762626730.jpg"], ["updated_at", Sun, 12 May 2013 01:37:56 UTC +00:00]]
8607
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8608
+  (0.0ms) SAVEPOINT active_record_1
8609
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8610
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8611
+  (0.1ms) rollback transaction
8612
+  (0.1ms) begin transaction
8613
+  (0.1ms) rollback transaction
8614
+  (0.1ms) begin transaction
8615
+  (0.1ms) rollback transaction
8616
+  (0.1ms) begin transaction
8617
+  (0.1ms) rollback transaction
8618
+  (0.3ms) begin transaction
8619
+  (0.1ms) SAVEPOINT active_record_1
8620
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:56 UTC +00:00], ["file", "13683226767851362.jpg"], ["updated_at", Sun, 12 May 2013 01:37:56 UTC +00:00]]
8621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8622
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8623
+  (0.1ms) SAVEPOINT active_record_1
8624
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683226767946592.txt', "updated_at" = '2013-05-12 01:37:56.796734' WHERE "file_uploads"."id" = 1
8625
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8626
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8627
+  (0.0ms) SAVEPOINT active_record_1
8628
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8629
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8630
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8631
+  (0.1ms) rollback transaction
8632
+  (0.0ms) begin transaction
8633
+  (0.0ms) SAVEPOINT active_record_1
8634
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:56 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 01:37:56 UTC +00:00]]
8635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8636
+  (0.0ms) SAVEPOINT active_record_1
8637
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:37:56 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 01:37:56 UTC +00:00]]
8638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8639
+  (0.0ms) rollback transaction
8640
+  (0.0ms) begin transaction
8641
+  (0.1ms) rollback transaction
8642
+  (0.1ms) begin transaction
8643
+  (0.1ms) rollback transaction
8644
+  (0.1ms) begin transaction
8645
+  (0.0ms) rollback transaction
8646
+  (0.0ms) begin transaction
8647
+  (0.1ms) rollback transaction
8648
+ Connecting to database specified by database.yml
8649
+  (2.4ms) select sqlite_version(*)
8650
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8651
+  (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) 
8652
+  (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)
8653
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8654
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8655
+  (0.0ms) SELECT version FROM "schema_migrations"
8656
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8657
+  (0.1ms) begin transaction
8658
+  (0.1ms) rollback transaction
8659
+  (0.1ms) begin transaction
8660
+  (0.1ms) rollback transaction
8661
+  (0.1ms) begin transaction
8662
+ Started GET "/uploads/images/small/13683236885881910.jpg" for 127.0.0.1 at 2013-05-11 22:54:48 -0300
8663
+ Processing by RailsUploads::PresetsController#generate as JPEG
8664
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683236885881910"}
8665
+ Completed 500 Internal Server Error in 57ms
8666
+  (0.1ms) rollback transaction
8667
+  (0.1ms) begin transaction
8668
+  (0.1ms) SAVEPOINT active_record_1
8669
+ SQL (12.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:54:49 UTC +00:00], ["image", "13683236887896900.jpg"], ["updated_at", Sun, 12 May 2013 01:54:49 UTC +00:00]]
8670
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8671
+  (0.0ms) SAVEPOINT active_record_1
8672
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8673
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8674
+  (0.1ms) rollback transaction
8675
+  (0.1ms) begin transaction
8676
+  (0.1ms) rollback transaction
8677
+  (0.1ms) begin transaction
8678
+  (0.1ms) rollback transaction
8679
+  (0.1ms) begin transaction
8680
+  (0.0ms) rollback transaction
8681
+  (0.0ms) begin transaction
8682
+  (0.1ms) SAVEPOINT active_record_1
8683
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:54:49 UTC +00:00], ["file", "13683236893427432.jpg"], ["updated_at", Sun, 12 May 2013 01:54:49 UTC +00:00]]
8684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8685
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8686
+  (0.1ms) SAVEPOINT active_record_1
8687
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683236893536430.txt', "updated_at" = '2013-05-12 01:54:49.356022' WHERE "file_uploads"."id" = 1
8688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8689
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8690
+  (0.0ms) SAVEPOINT active_record_1
8691
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8692
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8693
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8694
+  (0.1ms) rollback transaction
8695
+  (0.1ms) begin transaction
8696
+  (0.0ms) SAVEPOINT active_record_1
8697
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:54:49 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 01:54:49 UTC +00:00]]
8698
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8699
+  (0.0ms) SAVEPOINT active_record_1
8700
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:54:49 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 01:54:49 UTC +00:00]]
8701
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8702
+  (0.0ms) rollback transaction
8703
+  (0.1ms) begin transaction
8704
+  (0.1ms) rollback transaction
8705
+  (0.0ms) begin transaction
8706
+  (0.1ms) rollback transaction
8707
+  (0.0ms) begin transaction
8708
+  (0.1ms) rollback transaction
8709
+  (0.1ms) begin transaction
8710
+  (0.1ms) rollback transaction
8711
+ Connecting to database specified by database.yml
8712
+  (2.4ms) select sqlite_version(*)
8713
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8714
+  (0.3ms) CREATE TABLE "image_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "image" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
8715
+  (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)
8716
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8717
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8718
+  (0.1ms) SELECT version FROM "schema_migrations"
8719
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8720
+  (0.1ms) begin transaction
8721
+  (0.1ms) rollback transaction
8722
+  (0.1ms) begin transaction
8723
+  (0.1ms) rollback transaction
8724
+  (0.1ms) begin transaction
8725
+ Started GET "/uploads/images/small/13683239435772172.jpg" for 127.0.0.1 at 2013-05-11 22:59:03 -0300
8726
+ Processing by RailsUploads::PresetsController#generate as JPEG
8727
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683239435772172"}
8728
+ Completed 500 Internal Server Error in 59ms
8729
+  (0.1ms) rollback transaction
8730
+  (0.1ms) begin transaction
8731
+  (0.1ms) SAVEPOINT active_record_1
8732
+ SQL (8.9ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:04 UTC +00:00], ["image", "13683239437755188.jpg"], ["updated_at", Sun, 12 May 2013 01:59:04 UTC +00:00]]
8733
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8734
+  (0.0ms) SAVEPOINT active_record_1
8735
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8737
+  (0.1ms) rollback transaction
8738
+  (0.1ms) begin transaction
8739
+  (0.1ms) rollback transaction
8740
+  (0.1ms) begin transaction
8741
+  (0.1ms) rollback transaction
8742
+  (0.1ms) begin transaction
8743
+  (0.1ms) rollback transaction
8744
+  (0.1ms) begin transaction
8745
+  (0.1ms) SAVEPOINT active_record_1
8746
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:04 UTC +00:00], ["file", "13683239443340280.jpg"], ["updated_at", Sun, 12 May 2013 01:59:04 UTC +00:00]]
8747
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8748
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8749
+  (0.1ms) SAVEPOINT active_record_1
8750
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683239443434120.txt', "updated_at" = '2013-05-12 01:59:04.345512' WHERE "file_uploads"."id" = 1
8751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8752
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8753
+  (0.0ms) SAVEPOINT active_record_1
8754
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8755
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8756
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8757
+  (0.1ms) rollback transaction
8758
+  (0.1ms) begin transaction
8759
+  (0.0ms) SAVEPOINT active_record_1
8760
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:04 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 01:59:04 UTC +00:00]]
8761
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8762
+  (0.0ms) SAVEPOINT active_record_1
8763
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:04 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 01:59:04 UTC +00:00]]
8764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8765
+  (0.1ms) rollback transaction
8766
+  (0.2ms) begin transaction
8767
+  (0.1ms) rollback transaction
8768
+  (0.0ms) begin transaction
8769
+  (0.1ms) rollback transaction
8770
+  (0.1ms) begin transaction
8771
+  (0.1ms) rollback transaction
8772
+  (0.1ms) begin transaction
8773
+  (0.1ms) rollback transaction
8774
+ Connecting to database specified by database.yml
8775
+  (2.2ms) select sqlite_version(*)
8776
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8777
+  (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) 
8778
+  (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)
8779
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8780
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8781
+  (0.1ms) SELECT version FROM "schema_migrations"
8782
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8783
+  (0.1ms) begin transaction
8784
+  (0.1ms) rollback transaction
8785
+  (0.1ms) begin transaction
8786
+  (0.1ms) rollback transaction
8787
+  (0.1ms) begin transaction
8788
+ Started GET "/uploads/images/small/13683239851034880.jpg" for 127.0.0.1 at 2013-05-11 22:59:45 -0300
8789
+ Processing by RailsUploads::PresetsController#generate as JPEG
8790
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683239851034880"}
8791
+ Completed 500 Internal Server Error in 55ms
8792
+  (0.1ms) rollback transaction
8793
+  (0.1ms) begin transaction
8794
+  (0.1ms) SAVEPOINT active_record_1
8795
+ SQL (8.8ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:45 UTC +00:00], ["image", "13683239853588942.jpg"], ["updated_at", Sun, 12 May 2013 01:59:45 UTC +00:00]]
8796
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8797
+  (0.0ms) SAVEPOINT active_record_1
8798
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8800
+  (0.1ms) rollback transaction
8801
+  (0.1ms) begin transaction
8802
+  (0.1ms) rollback transaction
8803
+  (0.1ms) begin transaction
8804
+  (0.1ms) rollback transaction
8805
+  (0.1ms) begin transaction
8806
+  (0.0ms) rollback transaction
8807
+  (0.3ms) begin transaction
8808
+  (0.1ms) SAVEPOINT active_record_1
8809
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:45 UTC +00:00], ["file", "13683239858843580.jpg"], ["updated_at", Sun, 12 May 2013 01:59:45 UTC +00:00]]
8810
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8811
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8812
+  (0.1ms) SAVEPOINT active_record_1
8813
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13683239858953280.txt', "updated_at" = '2013-05-12 01:59:45.898005' WHERE "file_uploads"."id" = 1
8814
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8815
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8816
+  (0.0ms) SAVEPOINT active_record_1
8817
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8818
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8819
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8820
+  (0.1ms) rollback transaction
8821
+  (0.0ms) begin transaction
8822
+  (0.0ms) SAVEPOINT active_record_1
8823
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:45 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 01:59:45 UTC +00:00]]
8824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8825
+  (0.0ms) SAVEPOINT active_record_1
8826
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 01:59:45 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 01:59:45 UTC +00:00]]
8827
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8828
+  (0.0ms) rollback transaction
8829
+  (0.0ms) begin transaction
8830
+  (0.1ms) rollback transaction
8831
+  (0.1ms) begin transaction
8832
+  (0.0ms) rollback transaction
8833
+  (0.1ms) begin transaction
8834
+  (0.1ms) rollback transaction
8835
+  (0.1ms) begin transaction
8836
+  (0.1ms) rollback transaction
8837
+ Connecting to database specified by database.yml
8838
+  (2.2ms) select sqlite_version(*)
8839
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8840
+  (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) 
8841
+  (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)
8842
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8843
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8844
+  (0.0ms) SELECT version FROM "schema_migrations"
8845
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8846
+  (0.1ms) begin transaction
8847
+  (0.1ms) rollback transaction
8848
+  (0.1ms) begin transaction
8849
+  (0.1ms) rollback transaction
8850
+  (0.1ms) begin transaction
8851
+ Started GET "/uploads/images/small/13683240399264920.jpg" for 127.0.0.1 at 2013-05-11 23:00:40 -0300
8852
+ Processing by RailsUploads::PresetsController#generate as JPEG
8853
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683240399264920"}
8854
+ Completed 500 Internal Server Error in 92ms
8855
+  (0.1ms) rollback transaction
8856
+  (0.1ms) begin transaction
8857
+  (0.1ms) SAVEPOINT active_record_1
8858
+ SQL (11.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:00:40 UTC +00:00], ["image", "13683240401804920.jpg"], ["updated_at", Sun, 12 May 2013 02:00:40 UTC +00:00]]
8859
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8860
+  (0.1ms) SAVEPOINT active_record_1
8861
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8862
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8863
+  (0.1ms) rollback transaction
8864
+  (0.1ms) begin transaction
8865
+  (0.1ms) rollback transaction
8866
+  (0.1ms) begin transaction
8867
+  (0.2ms) rollback transaction
8868
+  (0.1ms) begin transaction
8869
+  (0.1ms) rollback transaction
8870
+  (0.3ms) begin transaction
8871
+  (0.1ms) SAVEPOINT active_record_1
8872
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:00:40 UTC +00:00], ["file", "13683240407303428.jpg"], ["updated_at", Sun, 12 May 2013 02:00:40 UTC +00:00]]
8873
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8874
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8875
+  (0.1ms) SAVEPOINT active_record_1
8876
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13683240407405870.txt', "updated_at" = '2013-05-12 02:00:40.744103' WHERE "file_uploads"."id" = 1
8877
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8878
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8879
+  (0.1ms) SAVEPOINT active_record_1
8880
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8881
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8882
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8883
+  (0.1ms) rollback transaction
8884
+  (0.1ms) begin transaction
8885
+  (0.0ms) SAVEPOINT active_record_1
8886
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:00:40 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:00:40 UTC +00:00]]
8887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8888
+  (0.0ms) SAVEPOINT active_record_1
8889
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:00:40 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:00:40 UTC +00:00]]
8890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8891
+  (0.1ms) rollback transaction
8892
+  (0.1ms) begin transaction
8893
+  (0.1ms) rollback transaction
8894
+  (0.0ms) begin transaction
8895
+  (0.1ms) rollback transaction
8896
+  (0.0ms) begin transaction
8897
+  (0.1ms) rollback transaction
8898
+  (0.0ms) begin transaction
8899
+  (0.1ms) rollback transaction
8900
+ Connecting to database specified by database.yml
8901
+  (2.8ms) select sqlite_version(*)
8902
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
8903
+  (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) 
8904
+  (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)
8905
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8906
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8907
+  (0.1ms) SELECT version FROM "schema_migrations"
8908
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8909
+  (0.1ms) begin transaction
8910
+  (0.1ms) rollback transaction
8911
+  (0.1ms) begin transaction
8912
+  (0.1ms) rollback transaction
8913
+  (0.1ms) begin transaction
8914
+ Started GET "/uploads/images/small/13683241136445910.jpg" for 127.0.0.1 at 2013-05-11 23:01:53 -0300
8915
+ Processing by RailsUploads::PresetsController#generate as JPEG
8916
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683241136445910"}
8917
+ Completed 500 Internal Server Error in 56ms
8918
+  (0.1ms) rollback transaction
8919
+  (0.1ms) begin transaction
8920
+  (0.1ms) SAVEPOINT active_record_1
8921
+ SQL (10.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:01:54 UTC +00:00], ["image", "13683241138338030.jpg"], ["updated_at", Sun, 12 May 2013 02:01:54 UTC +00:00]]
8922
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8923
+  (0.0ms) SAVEPOINT active_record_1
8924
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8925
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8926
+  (0.1ms) rollback transaction
8927
+  (0.1ms) begin transaction
8928
+  (0.1ms) rollback transaction
8929
+  (0.1ms) begin transaction
8930
+  (0.1ms) rollback transaction
8931
+  (0.1ms) begin transaction
8932
+  (0.1ms) rollback transaction
8933
+  (0.1ms) begin transaction
8934
+  (0.1ms) SAVEPOINT active_record_1
8935
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:01:54 UTC +00:00], ["file", "13683241143836810.jpg"], ["updated_at", Sun, 12 May 2013 02:01:54 UTC +00:00]]
8936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8937
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8938
+  (0.1ms) SAVEPOINT active_record_1
8939
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683241143933470.txt', "updated_at" = '2013-05-12 02:01:54.395504' WHERE "file_uploads"."id" = 1
8940
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8941
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8942
+  (0.1ms) SAVEPOINT active_record_1
8943
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
8944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8945
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
8946
+  (0.1ms) rollback transaction
8947
+  (0.0ms) begin transaction
8948
+  (0.0ms) SAVEPOINT active_record_1
8949
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:01:54 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:01:54 UTC +00:00]]
8950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8951
+  (0.0ms) SAVEPOINT active_record_1
8952
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:01:54 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:01:54 UTC +00:00]]
8953
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8954
+  (0.0ms) rollback transaction
8955
+  (0.2ms) begin transaction
8956
+  (0.1ms) rollback transaction
8957
+  (0.0ms) begin transaction
8958
+  (0.0ms) rollback transaction
8959
+  (0.1ms) begin transaction
8960
+  (0.1ms) rollback transaction
8961
+  (0.1ms) begin transaction
8962
+  (0.1ms) rollback transaction
8963
+ Connecting to database specified by database.yml
8964
+  (2.1ms) select sqlite_version(*)
8965
+  (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)
8966
+  (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) 
8967
+  (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)
8968
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
8969
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
8970
+  (0.1ms) SELECT version FROM "schema_migrations"
8971
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
8972
+  (0.1ms) begin transaction
8973
+  (0.1ms) rollback transaction
8974
+  (0.0ms) begin transaction
8975
+  (0.1ms) rollback transaction
8976
+  (0.1ms) begin transaction
8977
+ Started GET "/uploads/images/small/13683243926542980.jpg" for 127.0.0.1 at 2013-05-11 23:06:32 -0300
8978
+ Processing by RailsUploads::PresetsController#generate as JPEG
8979
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683243926542980"}
8980
+ Completed 500 Internal Server Error in 54ms
8981
+  (0.1ms) rollback transaction
8982
+  (0.1ms) begin transaction
8983
+  (0.1ms) SAVEPOINT active_record_1
8984
+ SQL (9.5ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:06:33 UTC +00:00], ["image", "13683243928350920.jpg"], ["updated_at", Sun, 12 May 2013 02:06:33 UTC +00:00]]
8985
+  (0.1ms) RELEASE SAVEPOINT active_record_1
8986
+  (0.0ms) SAVEPOINT active_record_1
8987
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
8988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
8989
+  (0.1ms) rollback transaction
8990
+  (0.1ms) begin transaction
8991
+  (0.1ms) rollback transaction
8992
+  (0.1ms) begin transaction
8993
+  (0.1ms) rollback transaction
8994
+  (0.1ms) begin transaction
8995
+  (0.1ms) rollback transaction
8996
+  (0.1ms) begin transaction
8997
+  (0.1ms) SAVEPOINT active_record_1
8998
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:06:33 UTC +00:00], ["file", "13683243933978760.jpg"], ["updated_at", Sun, 12 May 2013 02:06:33 UTC +00:00]]
8999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9000
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9001
+  (0.1ms) SAVEPOINT active_record_1
9002
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683243934075580.txt', "updated_at" = '2013-05-12 02:06:33.409695' WHERE "file_uploads"."id" = 1
9003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9004
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9005
+  (0.0ms) SAVEPOINT active_record_1
9006
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9007
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9008
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9009
+  (0.1ms) rollback transaction
9010
+  (0.0ms) begin transaction
9011
+  (0.0ms) SAVEPOINT active_record_1
9012
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:06:33 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:06:33 UTC +00:00]]
9013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9014
+  (0.0ms) SAVEPOINT active_record_1
9015
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:06:33 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:06:33 UTC +00:00]]
9016
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9017
+  (0.0ms) rollback transaction
9018
+  (0.2ms) begin transaction
9019
+  (0.1ms) rollback transaction
9020
+  (0.0ms) begin transaction
9021
+  (0.1ms) rollback transaction
9022
+  (0.0ms) begin transaction
9023
+  (0.1ms) rollback transaction
9024
+  (0.0ms) begin transaction
9025
+  (0.1ms) rollback transaction
9026
+ Connecting to database specified by database.yml
9027
+  (2.3ms) select sqlite_version(*)
9028
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9029
+  (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) 
9030
+  (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)
9031
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9032
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9033
+  (0.0ms) SELECT version FROM "schema_migrations"
9034
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9035
+  (0.1ms) begin transaction
9036
+  (0.1ms) rollback transaction
9037
+  (0.1ms) begin transaction
9038
+  (0.1ms) rollback transaction
9039
+  (0.1ms) begin transaction
9040
+ Started GET "/uploads/images/small/13683244306051422.jpg" for 127.0.0.1 at 2013-05-11 23:07:10 -0300
9041
+ Processing by RailsUploads::PresetsController#generate as JPEG
9042
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683244306051422"}
9043
+ Completed 500 Internal Server Error in 54ms
9044
+  (0.1ms) rollback transaction
9045
+  (0.1ms) begin transaction
9046
+  (0.1ms) SAVEPOINT active_record_1
9047
+ SQL (9.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:11 UTC +00:00], ["image", "13683244307943220.jpg"], ["updated_at", Sun, 12 May 2013 02:07:11 UTC +00:00]]
9048
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9049
+  (0.0ms) SAVEPOINT active_record_1
9050
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9051
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9052
+  (0.1ms) rollback transaction
9053
+  (0.1ms) begin transaction
9054
+  (0.1ms) rollback transaction
9055
+  (0.1ms) begin transaction
9056
+  (0.1ms) rollback transaction
9057
+  (0.1ms) begin transaction
9058
+  (0.0ms) rollback transaction
9059
+  (0.3ms) begin transaction
9060
+  (0.1ms) SAVEPOINT active_record_1
9061
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:11 UTC +00:00], ["file", "13683244313342002.jpg"], ["updated_at", Sun, 12 May 2013 02:07:11 UTC +00:00]]
9062
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9063
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9064
+  (0.1ms) SAVEPOINT active_record_1
9065
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683244313442712.txt', "updated_at" = '2013-05-12 02:07:11.346466' WHERE "file_uploads"."id" = 1
9066
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9067
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9068
+  (0.0ms) SAVEPOINT active_record_1
9069
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9071
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9072
+  (0.1ms) rollback transaction
9073
+  (0.1ms) begin transaction
9074
+  (0.0ms) SAVEPOINT active_record_1
9075
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:11 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:07:11 UTC +00:00]]
9076
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9077
+  (0.1ms) SAVEPOINT active_record_1
9078
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:11 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:07:11 UTC +00:00]]
9079
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9080
+  (0.0ms) rollback transaction
9081
+  (0.1ms) begin transaction
9082
+  (0.1ms) rollback transaction
9083
+  (0.1ms) begin transaction
9084
+  (0.1ms) rollback transaction
9085
+  (0.0ms) begin transaction
9086
+  (0.1ms) rollback transaction
9087
+  (0.0ms) begin transaction
9088
+  (0.1ms) rollback transaction
9089
+ Connecting to database specified by database.yml
9090
+  (1.9ms) select sqlite_version(*)
9091
+  (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)
9092
+  (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) 
9093
+  (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)
9094
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9095
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9096
+  (0.1ms) SELECT version FROM "schema_migrations"
9097
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9098
+  (0.1ms) begin transaction
9099
+  (0.1ms) rollback transaction
9100
+  (0.1ms) begin transaction
9101
+  (0.1ms) rollback transaction
9102
+  (0.1ms) begin transaction
9103
+ Started GET "/uploads/images/small/13683244417806092.jpg" for 127.0.0.1 at 2013-05-11 23:07:21 -0300
9104
+ Processing by RailsUploads::PresetsController#generate as JPEG
9105
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683244417806092"}
9106
+ Completed 500 Internal Server Error in 54ms
9107
+  (0.1ms) rollback transaction
9108
+  (0.1ms) begin transaction
9109
+  (0.1ms) SAVEPOINT active_record_1
9110
+ SQL (10.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:22 UTC +00:00], ["image", "13683244419615480.jpg"], ["updated_at", Sun, 12 May 2013 02:07:22 UTC +00:00]]
9111
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9112
+  (0.0ms) SAVEPOINT active_record_1
9113
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9114
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9115
+  (0.1ms) rollback transaction
9116
+  (0.1ms) begin transaction
9117
+  (0.1ms) rollback transaction
9118
+  (0.1ms) begin transaction
9119
+  (0.1ms) rollback transaction
9120
+  (0.1ms) begin transaction
9121
+  (0.1ms) rollback transaction
9122
+  (0.3ms) begin transaction
9123
+  (0.1ms) SAVEPOINT active_record_1
9124
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:22 UTC +00:00], ["file", "13683244424748102.jpg"], ["updated_at", Sun, 12 May 2013 02:07:22 UTC +00:00]]
9125
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9126
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9127
+  (0.1ms) SAVEPOINT active_record_1
9128
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683244424845598.txt', "updated_at" = '2013-05-12 02:07:22.486635' WHERE "file_uploads"."id" = 1
9129
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9130
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9131
+  (0.0ms) SAVEPOINT active_record_1
9132
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9133
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9134
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9135
+  (0.1ms) rollback transaction
9136
+  (0.1ms) begin transaction
9137
+  (0.0ms) SAVEPOINT active_record_1
9138
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:22 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:07:22 UTC +00:00]]
9139
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9140
+  (0.0ms) SAVEPOINT active_record_1
9141
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:22 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:07:22 UTC +00:00]]
9142
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9143
+  (0.0ms) rollback transaction
9144
+  (0.1ms) begin transaction
9145
+  (0.1ms) rollback transaction
9146
+  (0.0ms) begin transaction
9147
+  (0.1ms) rollback transaction
9148
+  (0.0ms) begin transaction
9149
+  (0.0ms) rollback transaction
9150
+  (0.1ms) begin transaction
9151
+  (0.1ms) rollback transaction
9152
+ Connecting to database specified by database.yml
9153
+  (1.9ms) select sqlite_version(*)
9154
+  (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)
9155
+  (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) 
9156
+  (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)
9157
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9158
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9159
+  (0.1ms) SELECT version FROM "schema_migrations"
9160
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9161
+  (0.1ms) begin transaction
9162
+  (0.1ms) rollback transaction
9163
+  (0.1ms) begin transaction
9164
+  (0.1ms) rollback transaction
9165
+  (0.1ms) begin transaction
9166
+ Started GET "/uploads/images/small/13683244775475268.jpg" for 127.0.0.1 at 2013-05-11 23:07:57 -0300
9167
+ Processing by RailsUploads::PresetsController#generate as JPEG
9168
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683244775475268"}
9169
+ Completed 500 Internal Server Error in 53ms
9170
+  (0.1ms) rollback transaction
9171
+  (0.1ms) begin transaction
9172
+  (0.1ms) SAVEPOINT active_record_1
9173
+ SQL (8.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:57 UTC +00:00], ["image", "13683244777270882.jpg"], ["updated_at", Sun, 12 May 2013 02:07:57 UTC +00:00]]
9174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9175
+  (0.0ms) SAVEPOINT active_record_1
9176
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9177
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9178
+  (0.1ms) rollback transaction
9179
+  (0.1ms) begin transaction
9180
+  (0.1ms) rollback transaction
9181
+  (0.0ms) begin transaction
9182
+  (0.1ms) rollback transaction
9183
+  (0.1ms) begin transaction
9184
+  (0.0ms) rollback transaction
9185
+  (0.3ms) begin transaction
9186
+  (0.1ms) SAVEPOINT active_record_1
9187
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:58 UTC +00:00], ["file", "13683244782341440.jpg"], ["updated_at", Sun, 12 May 2013 02:07:58 UTC +00:00]]
9188
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9189
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9190
+  (0.1ms) SAVEPOINT active_record_1
9191
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683244782434922.txt', "updated_at" = '2013-05-12 02:07:58.245589' WHERE "file_uploads"."id" = 1
9192
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9193
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9194
+  (0.0ms) SAVEPOINT active_record_1
9195
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9196
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9197
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9198
+  (0.1ms) rollback transaction
9199
+  (0.0ms) begin transaction
9200
+  (0.0ms) SAVEPOINT active_record_1
9201
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:58 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:07:58 UTC +00:00]]
9202
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9203
+  (0.0ms) SAVEPOINT active_record_1
9204
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:07:58 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:07:58 UTC +00:00]]
9205
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9206
+  (0.0ms) rollback transaction
9207
+  (0.1ms) begin transaction
9208
+  (0.1ms) rollback transaction
9209
+  (0.1ms) begin transaction
9210
+  (0.0ms) rollback transaction
9211
+  (0.0ms) begin transaction
9212
+  (0.1ms) rollback transaction
9213
+  (0.1ms) begin transaction
9214
+  (0.1ms) rollback transaction
9215
+ Connecting to database specified by database.yml
9216
+  (2.1ms) select sqlite_version(*)
9217
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9218
+  (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) 
9219
+  (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)
9220
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9221
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9222
+  (0.0ms) SELECT version FROM "schema_migrations"
9223
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9224
+  (0.1ms) begin transaction
9225
+  (0.1ms) rollback transaction
9226
+  (0.1ms) begin transaction
9227
+  (0.1ms) rollback transaction
9228
+  (0.1ms) begin transaction
9229
+ Started GET "/uploads/images/small/13683245983473598.jpg" for 127.0.0.1 at 2013-05-11 23:09:58 -0300
9230
+ Processing by RailsUploads::PresetsController#generate as JPEG
9231
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683245983473598"}
9232
+ Completed 500 Internal Server Error in 55ms
9233
+  (0.1ms) rollback transaction
9234
+  (0.1ms) begin transaction
9235
+  (0.1ms) SAVEPOINT active_record_1
9236
+ SQL (9.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:09:58 UTC +00:00], ["image", "13683245985377998.jpg"], ["updated_at", Sun, 12 May 2013 02:09:58 UTC +00:00]]
9237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9238
+  (0.0ms) SAVEPOINT active_record_1
9239
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9240
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9241
+  (0.1ms) rollback transaction
9242
+  (0.1ms) begin transaction
9243
+  (0.1ms) rollback transaction
9244
+  (0.1ms) begin transaction
9245
+  (0.1ms) rollback transaction
9246
+  (0.3ms) begin transaction
9247
+  (0.0ms) rollback transaction
9248
+  (0.1ms) begin transaction
9249
+  (0.1ms) SAVEPOINT active_record_1
9250
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:09:59 UTC +00:00], ["file", "13683245990505850.jpg"], ["updated_at", Sun, 12 May 2013 02:09:59 UTC +00:00]]
9251
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9252
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9253
+  (0.1ms) SAVEPOINT active_record_1
9254
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683245990607710.txt', "updated_at" = '2013-05-12 02:09:59.062948' WHERE "file_uploads"."id" = 1
9255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9256
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9257
+  (0.0ms) SAVEPOINT active_record_1
9258
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9260
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9261
+  (0.1ms) rollback transaction
9262
+  (0.1ms) begin transaction
9263
+  (0.0ms) SAVEPOINT active_record_1
9264
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:09:59 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:09:59 UTC +00:00]]
9265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9266
+  (0.0ms) SAVEPOINT active_record_1
9267
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:09:59 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:09:59 UTC +00:00]]
9268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9269
+  (0.1ms) rollback transaction
9270
+  (0.0ms) begin transaction
9271
+  (0.1ms) rollback transaction
9272
+  (0.1ms) begin transaction
9273
+  (0.1ms) rollback transaction
9274
+  (0.1ms) begin transaction
9275
+  (0.1ms) rollback transaction
9276
+  (0.1ms) begin transaction
9277
+  (0.1ms) rollback transaction
9278
+ Connecting to database specified by database.yml
9279
+  (1.9ms) select sqlite_version(*)
9280
+  (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)
9281
+  (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) 
9282
+  (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)
9283
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9284
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9285
+  (0.1ms) SELECT version FROM "schema_migrations"
9286
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9287
+  (0.1ms) begin transaction
9288
+  (0.1ms) rollback transaction
9289
+  (0.1ms) begin transaction
9290
+  (0.1ms) rollback transaction
9291
+  (0.1ms) begin transaction
9292
+ Started GET "/uploads/images/small/13683246331722062.jpg" for 127.0.0.1 at 2013-05-11 23:10:33 -0300
9293
+ Processing by RailsUploads::PresetsController#generate as JPEG
9294
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683246331722062"}
9295
+ Completed 500 Internal Server Error in 54ms
9296
+  (0.1ms) rollback transaction
9297
+  (0.1ms) begin transaction
9298
+  (0.1ms) SAVEPOINT active_record_1
9299
+ SQL (9.9ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:10:33 UTC +00:00], ["image", "13683246333537540.jpg"], ["updated_at", Sun, 12 May 2013 02:10:33 UTC +00:00]]
9300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9301
+  (0.1ms) SAVEPOINT active_record_1
9302
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9304
+  (0.1ms) rollback transaction
9305
+  (0.1ms) begin transaction
9306
+  (0.1ms) rollback transaction
9307
+  (0.1ms) begin transaction
9308
+  (0.1ms) rollback transaction
9309
+  (0.3ms) begin transaction
9310
+  (0.1ms) rollback transaction
9311
+  (0.1ms) begin transaction
9312
+  (0.1ms) SAVEPOINT active_record_1
9313
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:10:33 UTC +00:00], ["file", "13683246338657780.jpg"], ["updated_at", Sun, 12 May 2013 02:10:33 UTC +00:00]]
9314
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9315
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9316
+  (0.1ms) SAVEPOINT active_record_1
9317
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683246338757178.txt', "updated_at" = '2013-05-12 02:10:33.877756' WHERE "file_uploads"."id" = 1
9318
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9319
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9320
+  (0.0ms) SAVEPOINT active_record_1
9321
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9322
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9323
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9324
+  (0.1ms) rollback transaction
9325
+  (0.0ms) begin transaction
9326
+  (0.0ms) SAVEPOINT active_record_1
9327
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:10:33 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:10:33 UTC +00:00]]
9328
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9329
+  (0.0ms) SAVEPOINT active_record_1
9330
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:10:33 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:10:33 UTC +00:00]]
9331
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9332
+  (0.1ms) rollback transaction
9333
+  (0.1ms) begin transaction
9334
+  (0.1ms) rollback transaction
9335
+  (0.0ms) begin transaction
9336
+  (0.0ms) rollback transaction
9337
+  (0.1ms) begin transaction
9338
+  (0.1ms) rollback transaction
9339
+  (0.0ms) begin transaction
9340
+  (0.1ms) rollback transaction
9341
+ Connecting to database specified by database.yml
9342
+  (1.9ms) select sqlite_version(*)
9343
+  (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)
9344
+  (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) 
9345
+  (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)
9346
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9347
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9348
+  (0.0ms) SELECT version FROM "schema_migrations"
9349
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9350
+  (0.1ms) begin transaction
9351
+  (0.1ms) rollback transaction
9352
+  (0.1ms) begin transaction
9353
+  (0.1ms) rollback transaction
9354
+  (0.1ms) begin transaction
9355
+ Started GET "/uploads/images/small/13683249231767760.jpg" for 127.0.0.1 at 2013-05-11 23:15:23 -0300
9356
+ Processing by RailsUploads::PresetsController#generate as JPEG
9357
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683249231767760"}
9358
+ Completed 500 Internal Server Error in 3ms
9359
+  (0.3ms) rollback transaction
9360
+  (0.1ms) begin transaction
9361
+  (0.1ms) SAVEPOINT active_record_1
9362
+ SQL (10.0ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:15:23 UTC +00:00], ["image", "13683249233610088.jpg"], ["updated_at", Sun, 12 May 2013 02:15:23 UTC +00:00]]
9363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9364
+  (0.0ms) SAVEPOINT active_record_1
9365
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9367
+  (0.1ms) rollback transaction
9368
+  (0.1ms) begin transaction
9369
+  (0.1ms) rollback transaction
9370
+  (0.1ms) begin transaction
9371
+  (0.1ms) rollback transaction
9372
+  (0.1ms) begin transaction
9373
+  (0.1ms) rollback transaction
9374
+  (0.1ms) begin transaction
9375
+  (0.1ms) SAVEPOINT active_record_1
9376
+ SQL (0.6ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:15:23 UTC +00:00], ["file", "13683249238950410.jpg"], ["updated_at", Sun, 12 May 2013 02:15:23 UTC +00:00]]
9377
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9378
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9379
+  (0.1ms) SAVEPOINT active_record_1
9380
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13683249239064270.txt', "updated_at" = '2013-05-12 02:15:23.908956' WHERE "file_uploads"."id" = 1
9381
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9382
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9383
+  (0.1ms) SAVEPOINT active_record_1
9384
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9385
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9386
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9387
+  (0.1ms) rollback transaction
9388
+  (0.0ms) begin transaction
9389
+  (0.0ms) SAVEPOINT active_record_1
9390
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:15:23 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:15:23 UTC +00:00]]
9391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9392
+  (0.0ms) SAVEPOINT active_record_1
9393
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:15:23 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:15:23 UTC +00:00]]
9394
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9395
+  (0.1ms) rollback transaction
9396
+  (0.1ms) begin transaction
9397
+  (0.1ms) rollback transaction
9398
+  (0.0ms) begin transaction
9399
+  (0.0ms) rollback transaction
9400
+  (0.1ms) begin transaction
9401
+  (0.1ms) rollback transaction
9402
+  (0.0ms) begin transaction
9403
+  (0.1ms) rollback transaction
9404
+ Connecting to database specified by database.yml
9405
+  (2.4ms) select sqlite_version(*)
9406
+  (0.4ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9407
+  (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) 
9408
+  (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)
9409
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9410
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9411
+  (0.0ms) SELECT version FROM "schema_migrations"
9412
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9413
+  (0.1ms) begin transaction
9414
+  (0.1ms) rollback transaction
9415
+  (0.1ms) begin transaction
9416
+  (0.1ms) rollback transaction
9417
+  (0.1ms) begin transaction
9418
+ Started GET "/uploads/images/small/13683250102752982.jpg" for 127.0.0.1 at 2013-05-11 23:16:50 -0300
9419
+ Processing by RailsUploads::PresetsController#generate as JPEG
9420
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683250102752982"}
9421
+ Completed 500 Internal Server Error in 2ms
9422
+  (0.1ms) rollback transaction
9423
+  (0.1ms) begin transaction
9424
+  (0.1ms) SAVEPOINT active_record_1
9425
+ SQL (11.0ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:16:50 UTC +00:00], ["image", "13683250104484128.jpg"], ["updated_at", Sun, 12 May 2013 02:16:50 UTC +00:00]]
9426
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9427
+  (0.0ms) SAVEPOINT active_record_1
9428
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9429
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9430
+  (0.1ms) rollback transaction
9431
+  (0.1ms) begin transaction
9432
+  (0.1ms) rollback transaction
9433
+  (0.1ms) begin transaction
9434
+  (0.1ms) rollback transaction
9435
+  (0.1ms) begin transaction
9436
+  (0.1ms) rollback transaction
9437
+  (0.1ms) begin transaction
9438
+  (0.1ms) SAVEPOINT active_record_1
9439
+ SQL (0.6ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:16:50 UTC +00:00], ["file", "13683250109921710.jpg"], ["updated_at", Sun, 12 May 2013 02:16:50 UTC +00:00]]
9440
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9441
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9442
+  (0.1ms) SAVEPOINT active_record_1
9443
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683250110043920.txt', "updated_at" = '2013-05-12 02:16:51.007180' WHERE "file_uploads"."id" = 1
9444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9445
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9446
+  (0.0ms) SAVEPOINT active_record_1
9447
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9448
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9449
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9450
+  (0.1ms) rollback transaction
9451
+  (0.1ms) begin transaction
9452
+  (0.0ms) SAVEPOINT active_record_1
9453
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:16:51 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:16:51 UTC +00:00]]
9454
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9455
+  (0.0ms) SAVEPOINT active_record_1
9456
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:16:51 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:16:51 UTC +00:00]]
9457
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9458
+  (0.1ms) rollback transaction
9459
+  (0.1ms) begin transaction
9460
+  (0.1ms) rollback transaction
9461
+  (0.0ms) begin transaction
9462
+  (0.0ms) rollback transaction
9463
+  (0.1ms) begin transaction
9464
+  (0.0ms) rollback transaction
9465
+  (0.1ms) begin transaction
9466
+  (0.1ms) rollback transaction
9467
+ Connecting to database specified by database.yml
9468
+  (2.1ms) select sqlite_version(*)
9469
+  (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)
9470
+  (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) 
9471
+  (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)
9472
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9473
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9474
+  (0.0ms) SELECT version FROM "schema_migrations"
9475
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9476
+  (0.1ms) begin transaction
9477
+  (0.1ms) rollback transaction
9478
+  (0.1ms) begin transaction
9479
+  (0.1ms) rollback transaction
9480
+  (0.1ms) begin transaction
9481
+ Started GET "/uploads/images/small/13683252708146160.jpg" for 127.0.0.1 at 2013-05-11 23:21:10 -0300
9482
+ Processing by RailsUploads::PresetsController#generate as JPEG
9483
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683252708146160"}
9484
+ Completed 500 Internal Server Error in 57ms
9485
+  (0.1ms) rollback transaction
9486
+  (0.1ms) begin transaction
9487
+  (0.1ms) SAVEPOINT active_record_1
9488
+ SQL (10.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:11 UTC +00:00], ["image", "13683252710033072.jpg"], ["updated_at", Sun, 12 May 2013 02:21:11 UTC +00:00]]
9489
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9490
+  (0.0ms) SAVEPOINT active_record_1
9491
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9492
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9493
+  (0.1ms) rollback transaction
9494
+  (0.1ms) begin transaction
9495
+  (0.1ms) rollback transaction
9496
+  (0.1ms) begin transaction
9497
+  (0.1ms) rollback transaction
9498
+  (0.1ms) begin transaction
9499
+  (0.1ms) rollback transaction
9500
+  (0.3ms) begin transaction
9501
+  (0.1ms) SAVEPOINT active_record_1
9502
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:11 UTC +00:00], ["file", "13683252715282108.jpg"], ["updated_at", Sun, 12 May 2013 02:21:11 UTC +00:00]]
9503
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9504
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9505
+  (0.1ms) SAVEPOINT active_record_1
9506
+  (0.5ms) UPDATE "file_uploads" SET "file" = '13683252715390698.txt', "updated_at" = '2013-05-12 02:21:11.541950' WHERE "file_uploads"."id" = 1
9507
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9508
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9509
+  (0.0ms) SAVEPOINT active_record_1
9510
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9511
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9512
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9513
+  (0.1ms) rollback transaction
9514
+  (0.1ms) begin transaction
9515
+  (0.0ms) SAVEPOINT active_record_1
9516
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:11 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:21:11 UTC +00:00]]
9517
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9518
+  (0.0ms) SAVEPOINT active_record_1
9519
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:11 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:21:11 UTC +00:00]]
9520
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9521
+  (0.1ms) rollback transaction
9522
+  (0.1ms) begin transaction
9523
+  (0.1ms) rollback transaction
9524
+  (0.1ms) begin transaction
9525
+  (0.1ms) rollback transaction
9526
+  (0.0ms) begin transaction
9527
+  (0.1ms) rollback transaction
9528
+  (0.0ms) begin transaction
9529
+  (0.1ms) rollback transaction
9530
+ Connecting to database specified by database.yml
9531
+  (2.0ms) select sqlite_version(*)
9532
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9533
+  (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) 
9534
+  (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)
9535
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9536
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9537
+  (0.0ms) SELECT version FROM "schema_migrations"
9538
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9539
+  (0.1ms) begin transaction
9540
+  (0.1ms) rollback transaction
9541
+  (0.1ms) begin transaction
9542
+  (0.1ms) rollback transaction
9543
+  (0.1ms) begin transaction
9544
+ Started GET "/uploads/images/small/13683253038948648.jpg" for 127.0.0.1 at 2013-05-11 23:21:43 -0300
9545
+ Processing by RailsUploads::PresetsController#generate as JPEG
9546
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683253038948648"}
9547
+ Completed 500 Internal Server Error in 58ms
9548
+  (0.1ms) rollback transaction
9549
+  (0.1ms) begin transaction
9550
+  (0.1ms) SAVEPOINT active_record_1
9551
+ SQL (10.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:44 UTC +00:00], ["image", "13683253040874792.jpg"], ["updated_at", Sun, 12 May 2013 02:21:44 UTC +00:00]]
9552
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9553
+  (0.1ms) SAVEPOINT active_record_1
9554
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9555
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9556
+  (0.1ms) rollback transaction
9557
+  (0.1ms) begin transaction
9558
+  (0.1ms) rollback transaction
9559
+  (0.1ms) begin transaction
9560
+  (0.1ms) rollback transaction
9561
+  (0.1ms) begin transaction
9562
+  (0.1ms) rollback transaction
9563
+  (0.3ms) begin transaction
9564
+  (0.1ms) SAVEPOINT active_record_1
9565
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:44 UTC +00:00], ["file", "13683253046235850.jpg"], ["updated_at", Sun, 12 May 2013 02:21:44 UTC +00:00]]
9566
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9567
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9568
+  (0.1ms) SAVEPOINT active_record_1
9569
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13683253046354480.txt', "updated_at" = '2013-05-12 02:21:44.637688' WHERE "file_uploads"."id" = 1
9570
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9571
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9572
+  (0.1ms) SAVEPOINT active_record_1
9573
+ SQL (0.2ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9574
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9575
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9576
+  (0.1ms) rollback transaction
9577
+  (0.0ms) begin transaction
9578
+  (0.0ms) SAVEPOINT active_record_1
9579
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:44 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:21:44 UTC +00:00]]
9580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9581
+  (0.0ms) SAVEPOINT active_record_1
9582
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:21:44 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:21:44 UTC +00:00]]
9583
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9584
+  (0.0ms) rollback transaction
9585
+  (0.1ms) begin transaction
9586
+  (0.1ms) rollback transaction
9587
+  (0.0ms) begin transaction
9588
+  (0.0ms) rollback transaction
9589
+  (0.1ms) begin transaction
9590
+  (0.1ms) rollback transaction
9591
+  (0.1ms) begin transaction
9592
+  (0.1ms) rollback transaction
9593
+ Connecting to database specified by database.yml
9594
+  (2.0ms) select sqlite_version(*)
9595
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9596
+  (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) 
9597
+  (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)
9598
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9599
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9600
+  (0.0ms) SELECT version FROM "schema_migrations"
9601
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9602
+  (0.1ms) begin transaction
9603
+  (0.1ms) rollback transaction
9604
+  (0.1ms) begin transaction
9605
+  (0.1ms) rollback transaction
9606
+  (0.1ms) begin transaction
9607
+ Started GET "/uploads/images/small/13683254413445818.jpg" for 127.0.0.1 at 2013-05-11 23:24:01 -0300
9608
+ Processing by RailsUploads::PresetsController#generate as JPEG
9609
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683254413445818"}
9610
+ Redirected to http://www.example.com/uploads/images/small/13683254413445818.jpg
9611
+ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
9612
+  (0.1ms) rollback transaction
9613
+  (0.1ms) begin transaction
9614
+  (0.1ms) SAVEPOINT active_record_1
9615
+ SQL (9.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:01 UTC +00:00], ["image", "13683254415791402.jpg"], ["updated_at", Sun, 12 May 2013 02:24:01 UTC +00:00]]
9616
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9617
+  (0.0ms) SAVEPOINT active_record_1
9618
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9619
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9620
+  (0.1ms) rollback transaction
9621
+  (0.1ms) begin transaction
9622
+  (0.1ms) rollback transaction
9623
+  (0.1ms) begin transaction
9624
+  (0.1ms) rollback transaction
9625
+  (0.1ms) begin transaction
9626
+  (0.1ms) rollback transaction
9627
+  (0.1ms) begin transaction
9628
+  (0.1ms) SAVEPOINT active_record_1
9629
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:02 UTC +00:00], ["file", "13683254420628490.jpg"], ["updated_at", Sun, 12 May 2013 02:24:02 UTC +00:00]]
9630
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9631
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9632
+  (0.1ms) SAVEPOINT active_record_1
9633
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683254420725498.txt', "updated_at" = '2013-05-12 02:24:02.074662' WHERE "file_uploads"."id" = 1
9634
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9635
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9636
+  (0.0ms) SAVEPOINT active_record_1
9637
+ SQL (0.7ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9639
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9640
+  (0.1ms) rollback transaction
9641
+  (0.1ms) begin transaction
9642
+  (0.0ms) SAVEPOINT active_record_1
9643
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:02 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:24:02 UTC +00:00]]
9644
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9645
+  (0.0ms) SAVEPOINT active_record_1
9646
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:02 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:24:02 UTC +00:00]]
9647
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9648
+  (0.1ms) rollback transaction
9649
+  (0.1ms) begin transaction
9650
+  (0.1ms) rollback transaction
9651
+  (0.1ms) begin transaction
9652
+  (0.1ms) rollback transaction
9653
+  (0.1ms) begin transaction
9654
+  (0.1ms) rollback transaction
9655
+  (0.1ms) begin transaction
9656
+  (0.1ms) rollback transaction
9657
+ Connecting to database specified by database.yml
9658
+  (2.0ms) select sqlite_version(*)
9659
+  (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)
9660
+  (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) 
9661
+  (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)
9662
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9663
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9664
+  (0.0ms) SELECT version FROM "schema_migrations"
9665
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9666
+  (0.1ms) begin transaction
9667
+  (0.1ms) rollback transaction
9668
+  (0.1ms) begin transaction
9669
+  (0.1ms) rollback transaction
9670
+  (0.1ms) begin transaction
9671
+ Started GET "/uploads/images/small/13683254762450518.jpg" for 127.0.0.1 at 2013-05-11 23:24:36 -0300
9672
+ Processing by RailsUploads::PresetsController#generate as JPEG
9673
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683254762450518"}
9674
+ Redirected to http://www.example.com/uploads/images/small/13683254762450518.jpg
9675
+ Completed 302 Found in 65ms (ActiveRecord: 0.0ms)
9676
+  (0.1ms) rollback transaction
9677
+  (0.1ms) begin transaction
9678
+  (0.1ms) SAVEPOINT active_record_1
9679
+ SQL (9.7ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:36 UTC +00:00], ["image", "13683254764835782.jpg"], ["updated_at", Sun, 12 May 2013 02:24:36 UTC +00:00]]
9680
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9681
+  (0.0ms) SAVEPOINT active_record_1
9682
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9683
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9684
+  (0.1ms) rollback transaction
9685
+  (0.1ms) begin transaction
9686
+  (0.1ms) rollback transaction
9687
+  (0.1ms) begin transaction
9688
+  (0.1ms) rollback transaction
9689
+  (0.1ms) begin transaction
9690
+  (0.1ms) rollback transaction
9691
+  (0.1ms) begin transaction
9692
+  (0.1ms) SAVEPOINT active_record_1
9693
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:36 UTC +00:00], ["file", "13683254769708710.jpg"], ["updated_at", Sun, 12 May 2013 02:24:36 UTC +00:00]]
9694
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9695
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9696
+  (0.0ms) SAVEPOINT active_record_1
9697
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683254769805750.txt', "updated_at" = '2013-05-12 02:24:36.982619' WHERE "file_uploads"."id" = 1
9698
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9699
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9700
+  (0.0ms) SAVEPOINT active_record_1
9701
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9703
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9704
+  (0.1ms) rollback transaction
9705
+  (0.0ms) begin transaction
9706
+  (0.0ms) SAVEPOINT active_record_1
9707
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:36 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:24:36 UTC +00:00]]
9708
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9709
+  (0.0ms) SAVEPOINT active_record_1
9710
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:24:36 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:24:36 UTC +00:00]]
9711
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9712
+  (0.0ms) rollback transaction
9713
+  (0.1ms) begin transaction
9714
+  (0.1ms) rollback transaction
9715
+  (0.0ms) begin transaction
9716
+  (0.1ms) rollback transaction
9717
+  (0.1ms) begin transaction
9718
+  (0.1ms) rollback transaction
9719
+  (0.1ms) begin transaction
9720
+  (0.1ms) rollback transaction
9721
+ Connecting to database specified by database.yml
9722
+  (1.9ms) select sqlite_version(*)
9723
+  (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)
9724
+  (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) 
9725
+  (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)
9726
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9727
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9728
+  (0.0ms) SELECT version FROM "schema_migrations"
9729
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9730
+  (0.1ms) begin transaction
9731
+  (0.1ms) rollback transaction
9732
+  (0.0ms) begin transaction
9733
+  (0.1ms) rollback transaction
9734
+  (0.1ms) begin transaction
9735
+ Started GET "/uploads/images/small/13683255013596920.jpg" for 127.0.0.1 at 2013-05-11 23:25:01 -0300
9736
+ Processing by RailsUploads::PresetsController#generate as JPEG
9737
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683255013596920"}
9738
+ Redirected to http://www.example.com/uploads/images/small/13683255013596920.jpg
9739
+ Completed 302 Found in 65ms (ActiveRecord: 0.0ms)
9740
+  (0.1ms) rollback transaction
9741
+  (0.1ms) begin transaction
9742
+  (0.1ms) SAVEPOINT active_record_1
9743
+ SQL (9.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:01 UTC +00:00], ["image", "13683255015939000.jpg"], ["updated_at", Sun, 12 May 2013 02:25:01 UTC +00:00]]
9744
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9745
+  (0.0ms) SAVEPOINT active_record_1
9746
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9747
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9748
+  (0.1ms) rollback transaction
9749
+  (0.1ms) begin transaction
9750
+  (0.1ms) rollback transaction
9751
+  (0.0ms) begin transaction
9752
+  (0.1ms) rollback transaction
9753
+  (0.1ms) begin transaction
9754
+  (0.1ms) rollback transaction
9755
+  (0.1ms) begin transaction
9756
+  (0.1ms) SAVEPOINT active_record_1
9757
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:02 UTC +00:00], ["file", "13683255020822100.jpg"], ["updated_at", Sun, 12 May 2013 02:25:02 UTC +00:00]]
9758
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9759
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9760
+  (0.1ms) SAVEPOINT active_record_1
9761
+  (0.2ms) UPDATE "file_uploads" SET "file" = '13683255020917900.txt', "updated_at" = '2013-05-12 02:25:02.093896' WHERE "file_uploads"."id" = 1
9762
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9763
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9764
+  (0.0ms) SAVEPOINT active_record_1
9765
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9767
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9768
+  (0.1ms) rollback transaction
9769
+  (0.0ms) begin transaction
9770
+  (0.1ms) SAVEPOINT active_record_1
9771
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:02 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:25:02 UTC +00:00]]
9772
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9773
+  (0.1ms) SAVEPOINT active_record_1
9774
+ SQL (0.3ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:02 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:25:02 UTC +00:00]]
9775
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9776
+  (0.0ms) rollback transaction
9777
+  (0.1ms) begin transaction
9778
+  (0.1ms) rollback transaction
9779
+  (0.1ms) begin transaction
9780
+  (0.1ms) rollback transaction
9781
+  (0.1ms) begin transaction
9782
+  (0.0ms) rollback transaction
9783
+  (0.1ms) begin transaction
9784
+  (0.1ms) rollback transaction
9785
+ Connecting to database specified by database.yml
9786
+  (2.4ms) select sqlite_version(*)
9787
+  (0.3ms) CREATE TABLE "file_uploads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9788
+  (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) 
9789
+  (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)
9790
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9791
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9792
+  (0.0ms) SELECT version FROM "schema_migrations"
9793
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9794
+  (0.1ms) begin transaction
9795
+  (0.1ms) rollback transaction
9796
+  (0.1ms) begin transaction
9797
+  (0.1ms) rollback transaction
9798
+  (0.1ms) begin transaction
9799
+ Started GET "/uploads/images/small/13683255323742048.jpg" for 127.0.0.1 at 2013-05-11 23:25:32 -0300
9800
+ Processing by RailsUploads::PresetsController#generate as JPEG
9801
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13683255323742048"}
9802
+ Redirected to http://www.example.com/uploads/images/small/13683255323742048.jpg
9803
+ Completed 302 Found in 66ms (ActiveRecord: 0.0ms)
9804
+  (0.1ms) rollback transaction
9805
+  (0.1ms) begin transaction
9806
+  (0.1ms) SAVEPOINT active_record_1
9807
+ SQL (9.0ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:32 UTC +00:00], ["image", "13683255326368482.jpg"], ["updated_at", Sun, 12 May 2013 02:25:32 UTC +00:00]]
9808
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9809
+  (0.0ms) SAVEPOINT active_record_1
9810
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9811
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9812
+  (0.1ms) rollback transaction
9813
+  (0.1ms) begin transaction
9814
+  (0.1ms) rollback transaction
9815
+  (0.1ms) begin transaction
9816
+  (0.1ms) rollback transaction
9817
+  (0.1ms) begin transaction
9818
+  (0.1ms) rollback transaction
9819
+  (0.1ms) begin transaction
9820
+  (0.1ms) SAVEPOINT active_record_1
9821
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:33 UTC +00:00], ["file", "13683255331489658.jpg"], ["updated_at", Sun, 12 May 2013 02:25:33 UTC +00:00]]
9822
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9823
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9824
+  (0.1ms) SAVEPOINT active_record_1
9825
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13683255331595940.txt', "updated_at" = '2013-05-12 02:25:33.161904' WHERE "file_uploads"."id" = 1
9826
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9827
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9828
+  (0.0ms) SAVEPOINT active_record_1
9829
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9831
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9832
+  (0.1ms) rollback transaction
9833
+  (0.1ms) begin transaction
9834
+  (0.0ms) SAVEPOINT active_record_1
9835
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:33 UTC +00:00], ["file", nil], ["updated_at", Sun, 12 May 2013 02:25:33 UTC +00:00]]
9836
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9837
+  (0.0ms) SAVEPOINT active_record_1
9838
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Sun, 12 May 2013 02:25:33 UTC +00:00], ["image", nil], ["updated_at", Sun, 12 May 2013 02:25:33 UTC +00:00]]
9839
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9840
+  (0.1ms) rollback transaction
9841
+  (0.1ms) begin transaction
9842
+  (0.1ms) rollback transaction
9843
+  (0.1ms) begin transaction
9844
+  (0.1ms) rollback transaction
9845
+  (0.1ms) begin transaction
9846
+  (0.1ms) rollback transaction
9847
+  (0.1ms) begin transaction
9848
+  (0.1ms) rollback transaction
9849
+ Connecting to database specified by database.yml
9850
+  (1.9ms) select sqlite_version(*)
9851
+  (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)
9852
+  (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) 
9853
+  (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)
9854
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9855
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9856
+  (0.1ms) SELECT version FROM "schema_migrations"
9857
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9858
+  (0.1ms) begin transaction
9859
+  (0.1ms) rollback transaction
9860
+  (0.1ms) begin transaction
9861
+  (0.1ms) rollback transaction
9862
+  (0.1ms) begin transaction
9863
+ Started GET "/uploads/images/small/13685067771989062.jpg" for 127.0.0.1 at 2013-05-14 01:46:17 -0300
9864
+ Processing by RailsUploads::PresetsController#generate as JPEG
9865
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13685067771989062"}
9866
+ Redirected to http://www.example.com/uploads/images/small/13685067771989062.jpg
9867
+ Completed 302 Found in 62ms (ActiveRecord: 0.0ms)
9868
+  (0.1ms) rollback transaction
9869
+  (0.1ms) begin transaction
9870
+  (0.1ms) SAVEPOINT active_record_1
9871
+ SQL (8.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:46:17 UTC +00:00], ["image", "13685067774476130.jpg"], ["updated_at", Tue, 14 May 2013 04:46:17 UTC +00:00]]
9872
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9873
+  (0.0ms) SAVEPOINT active_record_1
9874
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9875
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9876
+  (0.1ms) rollback transaction
9877
+  (0.1ms) begin transaction
9878
+  (0.1ms) rollback transaction
9879
+  (0.1ms) begin transaction
9880
+  (0.1ms) rollback transaction
9881
+  (0.1ms) begin transaction
9882
+  (0.1ms) rollback transaction
9883
+  (0.1ms) begin transaction
9884
+  (0.1ms) SAVEPOINT active_record_1
9885
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:46:17 UTC +00:00], ["file", "13685067779263082.jpg"], ["updated_at", Tue, 14 May 2013 04:46:17 UTC +00:00]]
9886
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9887
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9888
+  (0.1ms) SAVEPOINT active_record_1
9889
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13685067779361780.txt', "updated_at" = '2013-05-14 04:46:17.938230' WHERE "file_uploads"."id" = 1
9890
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9891
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9892
+  (0.0ms) SAVEPOINT active_record_1
9893
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9894
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9895
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9896
+  (0.1ms) rollback transaction
9897
+  (0.0ms) begin transaction
9898
+  (0.1ms) SAVEPOINT active_record_1
9899
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:46:17 UTC +00:00], ["file", nil], ["updated_at", Tue, 14 May 2013 04:46:17 UTC +00:00]]
9900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9901
+  (0.0ms) SAVEPOINT active_record_1
9902
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:46:17 UTC +00:00], ["image", nil], ["updated_at", Tue, 14 May 2013 04:46:17 UTC +00:00]]
9903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9904
+  (0.1ms) rollback transaction
9905
+  (0.1ms) begin transaction
9906
+  (0.1ms) rollback transaction
9907
+  (0.1ms) begin transaction
9908
+  (0.0ms) rollback transaction
9909
+  (0.0ms) begin transaction
9910
+  (0.0ms) rollback transaction
9911
+  (0.0ms) begin transaction
9912
+  (0.0ms) rollback transaction
9913
+ Connecting to database specified by database.yml
9914
+  (1.8ms) select sqlite_version(*)
9915
+  (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)
9916
+  (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) 
9917
+  (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)
9918
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9919
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9920
+  (0.0ms) SELECT version FROM "schema_migrations"
9921
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9922
+  (0.1ms) begin transaction
9923
+  (0.1ms) rollback transaction
9924
+  (0.1ms) begin transaction
9925
+  (0.1ms) rollback transaction
9926
+  (0.1ms) begin transaction
9927
+ Started GET "/uploads/images/small/13685068632274602.jpg" for 127.0.0.1 at 2013-05-14 01:47:43 -0300
9928
+ Processing by RailsUploads::PresetsController#generate as JPEG
9929
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13685068632274602"}
9930
+ Redirected to http://www.example.com/uploads/images/small/13685068632274602.jpg
9931
+ Completed 302 Found in 62ms (ActiveRecord: 0.0ms)
9932
+  (0.1ms) rollback transaction
9933
+  (0.1ms) begin transaction
9934
+  (0.1ms) SAVEPOINT active_record_1
9935
+ SQL (9.1ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:47:43 UTC +00:00], ["image", "13685068634613152.jpg"], ["updated_at", Tue, 14 May 2013 04:47:43 UTC +00:00]]
9936
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9937
+  (0.0ms) SAVEPOINT active_record_1
9938
+ SQL (0.2ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
9939
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9940
+  (0.1ms) rollback transaction
9941
+  (0.1ms) begin transaction
9942
+  (0.1ms) rollback transaction
9943
+  (0.0ms) begin transaction
9944
+  (0.1ms) rollback transaction
9945
+  (0.1ms) begin transaction
9946
+  (0.1ms) rollback transaction
9947
+  (0.1ms) begin transaction
9948
+  (0.1ms) SAVEPOINT active_record_1
9949
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:47:43 UTC +00:00], ["file", "13685068639413672.jpg"], ["updated_at", Tue, 14 May 2013 04:47:43 UTC +00:00]]
9950
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9951
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9952
+  (0.0ms) SAVEPOINT active_record_1
9953
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13685068639509890.txt', "updated_at" = '2013-05-14 04:47:43.953063' WHERE "file_uploads"."id" = 1
9954
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9955
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9956
+  (0.0ms) SAVEPOINT active_record_1
9957
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
9958
+  (0.0ms) RELEASE SAVEPOINT active_record_1
9959
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
9960
+  (0.1ms) rollback transaction
9961
+  (0.0ms) begin transaction
9962
+  (0.0ms) SAVEPOINT active_record_1
9963
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:47:43 UTC +00:00], ["file", nil], ["updated_at", Tue, 14 May 2013 04:47:43 UTC +00:00]]
9964
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9965
+  (0.0ms) SAVEPOINT active_record_1
9966
+ SQL (0.4ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:47:43 UTC +00:00], ["image", nil], ["updated_at", Tue, 14 May 2013 04:47:43 UTC +00:00]]
9967
+  (0.1ms) RELEASE SAVEPOINT active_record_1
9968
+  (0.1ms) rollback transaction
9969
+  (0.1ms) begin transaction
9970
+  (0.1ms) rollback transaction
9971
+  (0.1ms) begin transaction
9972
+  (0.1ms) rollback transaction
9973
+  (0.0ms) begin transaction
9974
+  (0.0ms) rollback transaction
9975
+  (0.0ms) begin transaction
9976
+  (0.1ms) rollback transaction
9977
+ Connecting to database specified by database.yml
9978
+  (1.8ms) select sqlite_version(*)
9979
+  (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)
9980
+  (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) 
9981
+  (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)
9982
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
9983
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9984
+  (0.0ms) SELECT version FROM "schema_migrations"
9985
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
9986
+  (0.1ms) begin transaction
9987
+  (0.1ms) rollback transaction
9988
+  (0.1ms) begin transaction
9989
+  (0.1ms) rollback transaction
9990
+  (0.1ms) begin transaction
9991
+ Started GET "/uploads/images/small/13685072419273012.jpg" for 127.0.0.1 at 2013-05-14 01:54:02 -0300
9992
+ Processing by RailsUploads::PresetsController#generate as JPEG
9993
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13685072419273012"}
9994
+ Redirected to http://www.example.com/uploads/images/small/13685072419273012.jpg
9995
+ Completed 302 Found in 63ms (ActiveRecord: 0.0ms)
9996
+  (0.1ms) rollback transaction
9997
+  (0.1ms) begin transaction
9998
+  (0.1ms) SAVEPOINT active_record_1
9999
+ SQL (10.8ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:54:02 UTC +00:00], ["image", "13685072421965780.jpg"], ["updated_at", Tue, 14 May 2013 04:54:02 UTC +00:00]]
10000
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10001
+  (0.0ms) SAVEPOINT active_record_1
10002
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
10003
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10004
+  (0.1ms) rollback transaction
10005
+  (0.1ms) begin transaction
10006
+  (0.1ms) rollback transaction
10007
+  (0.1ms) begin transaction
10008
+  (0.1ms) rollback transaction
10009
+  (0.1ms) begin transaction
10010
+  (0.1ms) rollback transaction
10011
+  (0.1ms) begin transaction
10012
+  (0.1ms) SAVEPOINT active_record_1
10013
+ SQL (0.4ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:54:02 UTC +00:00], ["file", "13685072426763310.jpg"], ["updated_at", Tue, 14 May 2013 04:54:02 UTC +00:00]]
10014
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10015
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
10016
+  (0.0ms) SAVEPOINT active_record_1
10017
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13685072426858120.txt', "updated_at" = '2013-05-14 04:54:02.687910' WHERE "file_uploads"."id" = 1
10018
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10019
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
10020
+  (0.0ms) SAVEPOINT active_record_1
10021
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
10022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10023
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
10024
+  (0.1ms) rollback transaction
10025
+  (0.1ms) begin transaction
10026
+  (0.0ms) SAVEPOINT active_record_1
10027
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:54:02 UTC +00:00], ["file", nil], ["updated_at", Tue, 14 May 2013 04:54:02 UTC +00:00]]
10028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10029
+  (0.0ms) SAVEPOINT active_record_1
10030
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:54:02 UTC +00:00], ["image", nil], ["updated_at", Tue, 14 May 2013 04:54:02 UTC +00:00]]
10031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10032
+  (0.1ms) rollback transaction
10033
+  (0.1ms) begin transaction
10034
+  (0.1ms) rollback transaction
10035
+  (0.1ms) begin transaction
10036
+  (0.0ms) rollback transaction
10037
+  (0.1ms) begin transaction
10038
+  (0.0ms) rollback transaction
10039
+  (0.0ms) begin transaction
10040
+  (0.1ms) rollback transaction
10041
+ Connecting to database specified by database.yml
10042
+  (1.9ms) select sqlite_version(*)
10043
+  (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)
10044
+  (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) 
10045
+  (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)
10046
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
10047
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
10048
+  (0.1ms) SELECT version FROM "schema_migrations"
10049
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
10050
+  (0.1ms) begin transaction
10051
+  (0.1ms) rollback transaction
10052
+  (0.1ms) begin transaction
10053
+  (0.1ms) rollback transaction
10054
+  (0.1ms) begin transaction
10055
+ Started GET "/uploads/images/small/13685074164905880.jpg" for 127.0.0.1 at 2013-05-14 01:56:56 -0300
10056
+ Processing by RailsUploads::PresetsController#generate as JPEG
10057
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13685074164905880"}
10058
+ Redirected to http://www.example.com/uploads/images/small/13685074164905880.jpg
10059
+ Completed 302 Found in 62ms (ActiveRecord: 0.0ms)
10060
+  (0.1ms) rollback transaction
10061
+  (0.1ms) begin transaction
10062
+  (0.1ms) SAVEPOINT active_record_1
10063
+ SQL (9.9ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:56:56 UTC +00:00], ["image", "13685074167234922.jpg"], ["updated_at", Tue, 14 May 2013 04:56:56 UTC +00:00]]
10064
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10065
+  (0.0ms) SAVEPOINT active_record_1
10066
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
10067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10068
+  (0.1ms) rollback transaction
10069
+  (0.1ms) begin transaction
10070
+  (0.1ms) rollback transaction
10071
+  (0.1ms) begin transaction
10072
+  (0.1ms) rollback transaction
10073
+  (0.1ms) begin transaction
10074
+  (0.1ms) rollback transaction
10075
+  (0.1ms) begin transaction
10076
+  (0.1ms) SAVEPOINT active_record_1
10077
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:56:57 UTC +00:00], ["file", "13685074172041900.jpg"], ["updated_at", Tue, 14 May 2013 04:56:57 UTC +00:00]]
10078
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10079
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
10080
+  (0.0ms) SAVEPOINT active_record_1
10081
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13685074172139320.txt', "updated_at" = '2013-05-14 04:56:57.216006' WHERE "file_uploads"."id" = 1
10082
+  (0.1ms) RELEASE SAVEPOINT active_record_1
10083
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
10084
+  (0.0ms) SAVEPOINT active_record_1
10085
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
10086
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10087
+ FileUpload Load (0.1ms) SELECT "file_uploads".* FROM "file_uploads" LIMIT 1
10088
+  (0.1ms) rollback transaction
10089
+  (0.1ms) begin transaction
10090
+  (0.0ms) SAVEPOINT active_record_1
10091
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:56:57 UTC +00:00], ["file", nil], ["updated_at", Tue, 14 May 2013 04:56:57 UTC +00:00]]
10092
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10093
+  (0.0ms) SAVEPOINT active_record_1
10094
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 14 May 2013 04:56:57 UTC +00:00], ["image", nil], ["updated_at", Tue, 14 May 2013 04:56:57 UTC +00:00]]
10095
+  (0.0ms) RELEASE SAVEPOINT active_record_1
10096
+  (0.0ms) rollback transaction
10097
+  (0.1ms) begin transaction
10098
+  (0.1ms) rollback transaction
10099
+  (0.1ms) begin transaction
10100
+  (0.0ms) rollback transaction
10101
+  (0.0ms) begin transaction
10102
+  (0.0ms) rollback transaction
10103
+  (0.1ms) begin transaction
10104
+  (0.1ms) rollback transaction