rails_imager 0.0.24 → 0.0.25
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.
- checksums.yaml +4 -4
- data/lib/rails_imager/version.rb +1 -1
- data/spec/dummy/log/test.log +80 -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: 768cf37b25ea9cdec3f8fd42475060b207ac2347
|
|
4
|
+
data.tar.gz: a595ad7e4efad274f6729593d7db229aa2f2afa6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c03eca9c094a2204ab40c8b37cd17f1477b5e82bbb44ed7b18ac793a5984b126e59b56de485109767a561b1b93251d859913007f135dbac218e03f65b28ccfd
|
|
7
|
+
data.tar.gz: f68e7847f009b1a7ddaacf52af153e1c81ee17ffaa400149a0ea9e8d0257ceafc4f2f51a32488243226892d2a2bdc2023124ef15b83658cf9eb303fa49bdee69
|
data/lib/rails_imager/version.rb
CHANGED
data/spec/dummy/log/test.log
CHANGED
|
@@ -11121,3 +11121,83 @@ Processing by RailsImager::ImagesController#show as HTML
|
|
|
11121
11121
|
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"test.png"}
|
|
11122
11122
|
Sent file /tmp/rails-imager-cache/cdb14e91faa664e5555fd4bf048f485b.png (0.0ms)
|
|
11123
11123
|
Completed 200 OK in 3ms (ActiveRecord: 0.0ms)
|
|
11124
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
11125
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11126
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
|
11127
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.1ms)
|
|
11128
|
+
Completed 200 OK in 5ms (ActiveRecord: 0.0ms)
|
|
11129
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11130
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11131
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11132
|
+
Parameters: {"image"=>{"maxwidth"=>"200"}, "id"=>"test.png"}
|
|
11133
|
+
Sent file /tmp/rails-imager-cache/98c9a4c721daf05bde343cdf5f8e2a83.png (0.0ms)
|
|
11134
|
+
Completed 200 OK in 1ms (ActiveRecord: 0.0ms)
|
|
11135
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11136
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11137
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11138
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"test.png"}
|
|
11139
|
+
Sent file /tmp/rails-imager-cache/cdb14e91faa664e5555fd4bf048f485b.png (0.0ms)
|
|
11140
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11141
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11143
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11144
|
+
Parameters: {"image"=>{"smartsize"=>"200", "rounded_corners"=>"8"}, "id"=>"test.png"}
|
|
11145
|
+
Sent file /tmp/rails-imager-cache/68a968398cfa1d0cd84dd5a794089554.png (0.0ms)
|
|
11146
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11147
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11148
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11149
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11150
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test.png"}
|
|
11151
|
+
Sent file /tmp/rails-imager-cache/3b24cae006ac63b391b4e16561d0c176.png (0.0ms)
|
|
11152
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11153
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11154
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11155
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11156
|
+
Parameters: {"image"=>{"smartsize"=>"400", "force"=>true}, "id"=>"test.png"}
|
|
11157
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.1ms)
|
|
11158
|
+
Completed 200 OK in 83ms (ActiveRecord: 0.0ms)
|
|
11159
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11160
|
+
Parameters: {"image"=>{"smartsize"=>"400"}, "id"=>"test.png"}
|
|
11161
|
+
Sent file /tmp/rails-imager-cache/a1d5e5791060350da8196efcf19e6d3c.png (0.0ms)
|
|
11162
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11163
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11164
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11165
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11166
|
+
Parameters: {"image"=>{"width"=>"640", "height"=>"480"}, "id"=>"test_æ_%C3%B8_å.png"}
|
|
11167
|
+
Sent file /tmp/rails-imager-cache/38575c34bde0655cda92b47d2763aec5.png (0.0ms)
|
|
11168
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11169
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
11170
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11171
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11172
|
+
Parameters: {"image"=>{"maxheight"=>"200"}, "id"=>"test.png"}
|
|
11173
|
+
Sent file /tmp/rails-imager-cache/d21ceb31c3fa4da3d50efe25436e51fe.png (0.0ms)
|
|
11174
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11175
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11176
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11177
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11178
|
+
Parameters: {"image"=>{"smartsize"=>"200"}, "id"=>"/../config.ru"}
|
|
11179
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
|
11180
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11182
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11183
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
|
11184
|
+
Sent file /tmp/rails-imager-cache/3a04c3c926cd0bed2df232261ed539d0.png (0.0ms)
|
|
11185
|
+
Completed 200 OK in 0ms (ActiveRecord: 0.0ms)
|
|
11186
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11187
|
+
Parameters: {"image"=>{"smartsize"=>"350"}, "id"=>"test.png"}
|
|
11188
|
+
Rendered text template (0.0ms)
|
|
11189
|
+
Completed 304 Not Modified in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
|
11190
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11192
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11193
|
+
Parameters: {"image"=>{"invalid_param"=>"kasper"}, "id"=>"test.png"}
|
|
11194
|
+
Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
|
|
11195
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
|
11196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
11197
|
+
Processing by RailsImager::ImagesController#show as HTML
|
|
11198
|
+
Parameters: {"image"=>{"smartsize"=>"640", "rounded_corners"=>"15", "border"=>"1", "border_color"=>"black"}, "id"=>"test.png"}
|
|
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
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.25
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kaspernj
|
|
@@ -73,7 +73,7 @@ dependencies:
|
|
|
73
73
|
- - "~>"
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: 2.14.0
|
|
76
|
-
type: :
|
|
76
|
+
type: :development
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|