rails_uploads 0.2.7 → 0.2.8

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.
@@ -1,5 +1,5 @@
1
1
  module RailsUploads
2
2
 
3
- VERSION = '0.2.7'
3
+ VERSION = '0.2.8'
4
4
 
5
5
  end
@@ -24410,3 +24410,78 @@ Completed 302 Found in 66ms (ActiveRecord: 0.0ms)
24410
24410
   (0.0ms) rollback transaction
24411
24411
   (0.0ms) begin transaction
24412
24412
   (0.1ms) rollback transaction
24413
+ Connecting to database specified by database.yml
24414
+  (9.1ms) select sqlite_version(*)
24415
+  (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)
24416
+  (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) 
24417
+  (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)
24418
+  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
24419
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24420
+  (0.0ms) SELECT version FROM "schema_migrations"
24421
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130124013431')
24422
+  (0.1ms) begin transaction
24423
+  (0.1ms) SAVEPOINT active_record_1
24424
+ SQL (22.9ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 27 Jun 2013 22:28:04 UTC +00:00], ["file", "13723720843052590.txt"], ["updated_at", Thu, 27 Jun 2013 22:28:04 UTC +00:00]]
24425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24426
+  (0.0ms) SAVEPOINT active_record_1
24427
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
24428
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24429
+  (0.1ms) rollback transaction
24430
+  (0.1ms) begin transaction
24431
+  (0.1ms) rollback transaction
24432
+  (0.0ms) begin transaction
24433
+  (0.1ms) rollback transaction
24434
+  (0.1ms) begin transaction
24435
+  (0.0ms) rollback transaction
24436
+  (0.1ms) begin transaction
24437
+ Started GET "/uploads/images/small/13723720843786660.jpg" for 127.0.0.1 at 2013-06-27 19:28:05 -0300
24438
+ Processing by RailsUploads::PresetsController#generate as JPEG
24439
+ Parameters: {"status"=>404, "preset"=>"small", "image"=>"13723720843786660"}
24440
+ Redirected to http://www.example.com/uploads/images/small/13723720843786660.jpg
24441
+ Completed 302 Found in 64ms (ActiveRecord: 0.0ms)
24442
+  (0.1ms) rollback transaction
24443
+  (0.1ms) begin transaction
24444
+  (0.1ms) SAVEPOINT active_record_1
24445
+ SQL (0.6ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00], ["image", "13723720852733400.jpg"], ["updated_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00]]
24446
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24447
+  (0.1ms) SAVEPOINT active_record_1
24448
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
24449
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24450
+  (0.1ms) rollback transaction
24451
+  (0.1ms) begin transaction
24452
+  (0.1ms) rollback transaction
24453
+  (0.0ms) begin transaction
24454
+  (0.1ms) rollback transaction
24455
+  (0.1ms) begin transaction
24456
+  (0.0ms) SAVEPOINT active_record_1
24457
+ SQL (0.5ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00], ["file", "13723720857982872.jpg"], ["updated_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00]]
24458
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24459
+  (0.0ms) SAVEPOINT active_record_1
24460
+  (0.1ms) UPDATE "file_uploads" SET "file" = '13723720858076670.txt', "updated_at" = '2013-06-27 22:28:05.810770' WHERE "file_uploads"."id" = 1
24461
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24462
+  (0.0ms) SAVEPOINT active_record_1
24463
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
24464
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24465
+  (0.1ms) rollback transaction
24466
+  (0.0ms) begin transaction
24467
+  (0.0ms) SAVEPOINT active_record_1
24468
+ SQL (0.3ms) INSERT INTO "file_uploads" ("created_at", "file", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00], ["file", nil], ["updated_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00]]
24469
+  (0.1ms) RELEASE SAVEPOINT active_record_1
24470
+  (0.0ms) SAVEPOINT active_record_1
24471
+ SQL (0.1ms) DELETE FROM "file_uploads" WHERE "file_uploads"."id" = ? [["id", 1]]
24472
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24473
+  (0.0ms) SAVEPOINT active_record_1
24474
+ SQL (0.2ms) INSERT INTO "image_uploads" ("created_at", "image", "updated_at") VALUES (?, ?, ?) [["created_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00], ["image", nil], ["updated_at", Thu, 27 Jun 2013 22:28:05 UTC +00:00]]
24475
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24476
+  (0.0ms) SAVEPOINT active_record_1
24477
+ SQL (0.1ms) DELETE FROM "image_uploads" WHERE "image_uploads"."id" = ? [["id", 1]]
24478
+  (0.0ms) RELEASE SAVEPOINT active_record_1
24479
+  (0.1ms) rollback transaction
24480
+  (0.1ms) begin transaction
24481
+  (0.1ms) rollback transaction
24482
+  (0.0ms) begin transaction
24483
+  (0.1ms) rollback transaction
24484
+  (0.0ms) begin transaction
24485
+  (0.0ms) rollback transaction
24486
+  (0.1ms) begin transaction
24487
+  (0.1ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_uploads
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,14 +9,14 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-10 00:00:00.000000000 Z
12
+ date: 2013-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ! '>='
19
+ - - ~>
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.2.8
22
22
  type: :runtime
@@ -24,7 +24,7 @@ dependencies:
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  none: false
26
26
  requirements:
27
- - - ! '>='
27
+ - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: 3.2.8
30
30
  - !ruby/object:Gem::Dependency