rails_imager 0.0.25 → 0.0.27
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_imager/version.rb +1 -1
- data/lib/rails_imager.rb +12 -1
- data/spec/controllers/rails_imager/images_controller_spec.rb +1 -1
- data/spec/dummy/log/test.log +287 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c8a6455d7b96173dfeb1ffa6bf62dab7416f7be
|
4
|
+
data.tar.gz: 10bdb1605f37b3523278e8fe1a80284dbd0e8546
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20ed3fc36476df860e14f8e9ed74fa5be0ba73ffa6f48c884e30e283f1b6e7ba72f77cd9d0518e523d8b44208ac50f2baf2ca6561ed25773bcbb532536868aeb
|
7
|
+
data.tar.gz: 41dd8d2185d018174a3f7ffa0a40eb14d3406d14c87f9d394241e602a0fafa3a4090bea8764f7ec42a58316321ee38e4cb529fb9a22514706a2daa3042147e2c
|
data/lib/rails_imager/version.rb
CHANGED
data/lib/rails_imager.rb
CHANGED
@@ -3,7 +3,6 @@ require "rails_imager/engine"
|
|
3
3
|
require "string-cases"
|
4
4
|
require "datet"
|
5
5
|
require "knjrbfw"
|
6
|
-
require "RMagick" unless ::Kernel.const_defined?(:RMagick)
|
7
6
|
|
8
7
|
module RailsImager
|
9
8
|
def self.const_missing(name)
|
@@ -32,4 +31,16 @@ module RailsImager
|
|
32
31
|
return @config
|
33
32
|
end
|
34
33
|
end
|
34
|
+
|
35
|
+
def self.require_rmagick
|
36
|
+
return if ::Kernel.const_defined?(:RMagick)
|
37
|
+
|
38
|
+
begin
|
39
|
+
require "rmagick"
|
40
|
+
rescue LoadError
|
41
|
+
require "RMagick"
|
42
|
+
end
|
43
|
+
end
|
35
44
|
end
|
45
|
+
|
46
|
+
RailsImager.require_rmagick
|
data/spec/dummy/log/test.log
CHANGED
@@ -11197,6 +11197,293 @@ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
|
11197
11197
|
Processing by RailsImager::ImagesController#show as HTML
|
11198
11198
|
Parameters: {"image"=>{"smartsize"=>"640", "rounded_corners"=>"15", "border"=>"1", "border_color"=>"black"}, "id"=>"test.png"}
|
11199
11199
|
Sent file /tmp/rails-imager-cache/cf61b86225ee9b620f73b5fe0e6af0b4.png (0.1ms)
|
11200
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11201
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11202
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11203
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11204
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11205
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11207
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11208
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test_æ_%C3%B8_å.png"}
|
11209
|
+
Sent file /tmp/rails-imager-cache/38575c34bde0655cda92b47d2763aec5.png (0.1ms)
|
11210
|
+
Completed 200 OK in 142ms (ActiveRecord: 0.0ms)
|
11211
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11212
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11213
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11214
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"/../config.ru"}
|
11215
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
11216
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11218
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11219
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11220
|
+
Sent file /tmp/rails-imager-cache/3a04c3c926cd0bed2df232261ed539d0.png (0.1ms)
|
11221
|
+
Completed 200 OK in 62ms (ActiveRecord: 0.0ms)
|
11222
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11223
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11224
|
+
Rendered text template (0.0ms)
|
11225
|
+
Completed 304 Not Modified in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
11226
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11227
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11228
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11229
|
+
Parameters: {"image"=>{"smartsize"=>"400", "force"=>true}, "id"=>"test.png"}
|
11230
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.1ms)
|
11231
|
+
Completed 200 OK in 77ms (ActiveRecord: 0.0ms)
|
11232
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11233
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11234
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
11235
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11236
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11238
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11239
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test.png"}
|
11240
|
+
Sent file /tmp/rails-imager-cache/3b24cae006ac63b391b4e16561d0c176.png (0.1ms)
|
11241
|
+
Completed 200 OK in 129ms (ActiveRecord: 0.0ms)
|
11242
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11243
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11244
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11245
|
+
Parameters: {"image"=>{"invalid_param"=>"kasper"}, "id"=>"test.png"}
|
11246
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
11247
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11249
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11250
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"test.png"}
|
11251
|
+
Sent file /tmp/rails-imager-cache/cdb14e91faa664e5555fd4bf048f485b.png (0.1ms)
|
11252
|
+
Completed 200 OK in 32ms (ActiveRecord: 0.0ms)
|
11253
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11254
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11255
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11256
|
+
Parameters: {"image"=>{"smartsize"=>"640", "rounded_corners"=>"15", "border"=>"1", "border_color"=>"black"}, "id"=>"test.png"}
|
11257
|
+
Sent file /tmp/rails-imager-cache/cf61b86225ee9b620f73b5fe0e6af0b4.png (0.1ms)
|
11258
|
+
Completed 200 OK in 211ms (ActiveRecord: 0.0ms)
|
11259
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11261
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11262
|
+
Parameters: {"image"=>{"smartsize"=>"200", "rounded_corners"=>"8"}, "id"=>"test.png"}
|
11263
|
+
Sent file /tmp/rails-imager-cache/68a968398cfa1d0cd84dd5a794089554.png (0.1ms)
|
11264
|
+
Completed 200 OK in 37ms (ActiveRecord: 0.0ms)
|
11265
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11267
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11268
|
+
Parameters: {"image"=>{"maxheight"=>"200"}, "id"=>"test.png"}
|
11269
|
+
Sent file /tmp/rails-imager-cache/d21ceb31c3fa4da3d50efe25436e51fe.png (0.1ms)
|
11270
|
+
Completed 200 OK in 33ms (ActiveRecord: 0.0ms)
|
11271
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11273
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11274
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11275
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
11276
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11277
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11278
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11279
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11280
|
+
Parameters: {"image"=>{"maxwidth"=>"200"}, "id"=>"test.png"}
|
11281
|
+
Sent file /tmp/rails-imager-cache/98c9a4c721daf05bde343cdf5f8e2a83.png (0.1ms)
|
11282
|
+
Completed 200 OK in 31ms (ActiveRecord: 0.0ms)
|
11283
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11284
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11285
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11286
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11287
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11288
|
+
Parameters: {"image"=>{"smartsize"=>"200", "rounded_corners"=>"8"}, "id"=>"test.png"}
|
11289
|
+
Sent file /tmp/rails-imager-cache/68a968398cfa1d0cd84dd5a794089554.png (0.0ms)
|
11290
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
11291
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11292
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11293
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11294
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"/../config.ru"}
|
11295
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
11296
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11298
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11299
|
+
Parameters: {"image"=>{"invalid_param"=>"kasper"}, "id"=>"test.png"}
|
11300
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
11301
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11302
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11303
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11304
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test_æ_%C3%B8_å.png"}
|
11305
|
+
Sent file /tmp/rails-imager-cache/38575c34bde0655cda92b47d2763aec5.png (0.0ms)
|
11306
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11307
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11308
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11309
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11310
|
+
Parameters: {"image"=>{"smartsize"=>"640", "rounded_corners"=>"15", "border"=>"1", "border_color"=>"black"}, "id"=>"test.png"}
|
11311
|
+
Sent file /tmp/rails-imager-cache/cf61b86225ee9b620f73b5fe0e6af0b4.png (0.0ms)
|
11312
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms)
|
11313
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11314
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11315
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11316
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"test.png"}
|
11317
|
+
Sent file /tmp/rails-imager-cache/cdb14e91faa664e5555fd4bf048f485b.png (0.1ms)
|
11318
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11319
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11320
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11321
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11322
|
+
Parameters: {"image"=>{"smartsize"=>"400", "force"=>true}, "id"=>"test.png"}
|
11323
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.1ms)
|
11324
|
+
Completed 200 OK in 79ms (ActiveRecord: 0.0ms)
|
11325
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11326
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11327
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
11328
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11329
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11331
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11332
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11333
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
11334
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11335
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11336
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11337
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11338
|
+
Parameters: {"image"=>{"maxwidth"=>"200"}, "id"=>"test.png"}
|
11339
|
+
Sent file /tmp/rails-imager-cache/98c9a4c721daf05bde343cdf5f8e2a83.png (0.0ms)
|
11340
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11341
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11342
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11343
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11344
|
+
Parameters: {"image"=>{"maxheight"=>"200"}, "id"=>"test.png"}
|
11345
|
+
Sent file /tmp/rails-imager-cache/d21ceb31c3fa4da3d50efe25436e51fe.png (0.0ms)
|
11346
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11348
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11349
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11350
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test.png"}
|
11351
|
+
Sent file /tmp/rails-imager-cache/3b24cae006ac63b391b4e16561d0c176.png (0.0ms)
|
11352
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11353
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11355
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11356
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11357
|
+
Sent file /tmp/rails-imager-cache/3a04c3c926cd0bed2df232261ed539d0.png (0.1ms)
|
11358
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11359
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11360
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11361
|
+
Rendered text template (0.0ms)
|
11362
|
+
Completed 304 Not Modified in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
11363
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11364
|
+
[1m[36m (3.0ms)[0m [1mSELECT name FROM sqlite_master WHERE type = 'table' AND name = "schema_migrations"[0m
|
11365
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11366
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"test.png"}
|
11367
|
+
Sent file /tmp/rails-imager-cache/cdb14e91faa664e5555fd4bf048f485b.png (1.0ms)
|
11368
|
+
Completed 200 OK in 16ms (ActiveRecord: 0.0ms)
|
11369
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11370
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11371
|
+
Sent file /tmp/rails-imager-cache/3a04c3c926cd0bed2df232261ed539d0.png (0.0ms)
|
11372
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
11373
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11374
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11375
|
+
Rendered text template (0.0ms)
|
11376
|
+
Completed 304 Not Modified in 15ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
11377
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11378
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test_æ_%C3%B8_å.png"}
|
11379
|
+
Sent file /tmp/rails-imager-cache/38575c34bde0655cda92b47d2763aec5.png (0.0ms)
|
11380
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
11381
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11382
|
+
Parameters: {"image"=>{"smartsize"=>"640", "rounded_corners"=>"15", "border"=>"1", "border_color"=>"black"}, "id"=>"test.png"}
|
11383
|
+
Sent file /tmp/rails-imager-cache/cf61b86225ee9b620f73b5fe0e6af0b4.png (0.0ms)
|
11384
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
11385
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11386
|
+
Parameters: {"image"=>{"smartsize"=>"200", "rounded_corners"=>"8"}, "id"=>"test.png"}
|
11387
|
+
Sent file /tmp/rails-imager-cache/68a968398cfa1d0cd84dd5a794089554.png (1.0ms)
|
11388
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
11389
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11390
|
+
Parameters: {"image"=>{"invalid_param"=>"kasper"}, "id"=>"test.png"}
|
11391
|
+
Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
|
11392
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11393
|
+
Parameters: {"image"=>{"maxheight"=>"200"}, "id"=>"test.png"}
|
11394
|
+
Sent file /tmp/rails-imager-cache/d21ceb31c3fa4da3d50efe25436e51fe.png (0.0ms)
|
11395
|
+
Completed 200 OK in 4ms (ActiveRecord: 0.0ms)
|
11396
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11397
|
+
Parameters: {"image"=>{"maxwidth"=>"200"}, "id"=>"test.png"}
|
11398
|
+
Sent file /tmp/rails-imager-cache/98c9a4c721daf05bde343cdf5f8e2a83.png (0.0ms)
|
11399
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
11400
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11401
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test.png"}
|
11402
|
+
Sent file /tmp/rails-imager-cache/3b24cae006ac63b391b4e16561d0c176.png (0.0ms)
|
11403
|
+
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
11404
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11405
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11406
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
11407
|
+
Completed 200 OK in 2ms (ActiveRecord: 0.0ms)
|
11408
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11409
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"/../config.ru"}
|
11410
|
+
Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
|
11411
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11412
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11413
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"/../config.ru"}
|
11414
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
11415
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11416
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11417
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11418
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11419
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.1ms)
|
11420
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
11421
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11422
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11423
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11424
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test_æ_%C3%B8_å.png"}
|
11425
|
+
Sent file /tmp/rails-imager-cache/38575c34bde0655cda92b47d2763aec5.png (0.0ms)
|
11426
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11427
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11428
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11429
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11430
|
+
Parameters: {"image"=>{"maxheight"=>"200"}, "id"=>"test.png"}
|
11431
|
+
Sent file /tmp/rails-imager-cache/d21ceb31c3fa4da3d50efe25436e51fe.png (0.1ms)
|
11432
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms)
|
11433
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11434
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11435
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11436
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11437
|
+
Sent file /tmp/rails-imager-cache/3a04c3c926cd0bed2df232261ed539d0.png (0.0ms)
|
11438
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11439
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11440
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
11441
|
+
Rendered text template (0.0ms)
|
11442
|
+
Completed 304 Not Modified in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
11443
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11445
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11446
|
+
Parameters: {"image"=>{"maxwidth"=>"200"}, "id"=>"test.png"}
|
11447
|
+
Sent file /tmp/rails-imager-cache/98c9a4c721daf05bde343cdf5f8e2a83.png (0.0ms)
|
11448
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11449
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11450
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11451
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11452
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"test.png"}
|
11453
|
+
Sent file /tmp/rails-imager-cache/cdb14e91faa664e5555fd4bf048f485b.png (0.0ms)
|
11454
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11457
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11458
|
+
Parameters: {"image"=>{"invalid_param"=>"kasper"}, "id"=>"test.png"}
|
11459
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
11460
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11461
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11462
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11463
|
+
Parameters: {"image"=>{"smartsize"=>"200", "rounded_corners"=>"8"}, "id"=>"test.png"}
|
11464
|
+
Sent file /tmp/rails-imager-cache/68a968398cfa1d0cd84dd5a794089554.png (0.0ms)
|
11465
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11466
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
11467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11468
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11469
|
+
Parameters: {"image"=>{"smartsize"=>"400", "force"=>true}, "id"=>"test.png"}
|
11470
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.1ms)
|
11471
|
+
Completed 200 OK in 79ms (ActiveRecord: 0.0ms)
|
11472
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11473
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
11474
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
11475
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11476
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11478
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11479
|
+
Parameters: {"image"=>{"smartsize"=>"640", "rounded_corners"=>"15", "border"=>"1", "border_color"=>"black"}, "id"=>"test.png"}
|
11480
|
+
Sent file /tmp/rails-imager-cache/cf61b86225ee9b620f73b5fe0e6af0b4.png (0.0ms)
|
11481
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
11483
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11484
|
+
Processing by RailsImager::ImagesController#show as HTML
|
11485
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test.png"}
|
11486
|
+
Sent file /tmp/rails-imager-cache/3b24cae006ac63b391b4e16561d0c176.png (0.0ms)
|
11200
11487
|
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
11201
11488
|
[1m[35m (0.1ms)[0m rollback transaction
|
11202
11489
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_imager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.27
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kaspernj
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|