jr-paperclip 8.0.2 → 8.0.3
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/NEWS +4 -0
- data/lib/paperclip/version.rb +1 -1
- metadata +3 -247
- data/.github/FUNDING.yml +0 -3
- data/.github/ISSUE_TEMPLATE/bug_report.md +0 -18
- data/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- data/.github/workflows/reviewdog.yml +0 -23
- data/.github/workflows/tests.yml +0 -56
- data/.gitignore +0 -19
- data/.qlty/.gitignore +0 -7
- data/.qlty/qlty.toml +0 -89
- data/Appraisals +0 -29
- data/Gemfile +0 -18
- data/bin/console +0 -11
- data/features/basic_integration.feature +0 -112
- data/features/migration.feature +0 -29
- data/features/rake_tasks.feature +0 -62
- data/features/step_definitions/attachment_steps.rb +0 -138
- data/features/step_definitions/html_steps.rb +0 -15
- data/features/step_definitions/rails_steps.rb +0 -271
- data/features/step_definitions/s3_steps.rb +0 -16
- data/features/step_definitions/web_steps.rb +0 -106
- data/features/support/env.rb +0 -12
- data/features/support/file_helpers.rb +0 -34
- data/features/support/fixtures/boot_config.txt +0 -15
- data/features/support/fixtures/gemfile.txt +0 -5
- data/features/support/fixtures/preinitializer.txt +0 -20
- data/features/support/paths.rb +0 -28
- data/features/support/rails.rb +0 -39
- data/features/support/selectors.rb +0 -19
- data/features/support/webmock_setup.rb +0 -8
- data/gemfiles/7.0.gemfile +0 -21
- data/gemfiles/7.1.gemfile +0 -21
- data/gemfiles/7.2.gemfile +0 -21
- data/gemfiles/8.0.gemfile +0 -21
- data/gemfiles/8.1.gemfile +0 -21
- data/paperclip.gemspec +0 -52
- data/spec/database.yml +0 -4
- data/spec/paperclip/attachment_definitions_spec.rb +0 -313
- data/spec/paperclip/attachment_processing_spec.rb +0 -79
- data/spec/paperclip/attachment_registry_spec.rb +0 -158
- data/spec/paperclip/attachment_spec.rb +0 -1617
- data/spec/paperclip/content_type_detector_spec.rb +0 -58
- data/spec/paperclip/file_command_content_type_detector_spec.rb +0 -40
- data/spec/paperclip/filename_cleaner_spec.rb +0 -13
- data/spec/paperclip/geometry_detector_spec.rb +0 -96
- data/spec/paperclip/geometry_parser_spec.rb +0 -73
- data/spec/paperclip/geometry_spec.rb +0 -270
- data/spec/paperclip/glue_spec.rb +0 -63
- data/spec/paperclip/has_attached_file_spec.rb +0 -78
- data/spec/paperclip/helpers_spec.rb +0 -49
- data/spec/paperclip/integration_spec.rb +0 -702
- data/spec/paperclip/interpolations_spec.rb +0 -270
- data/spec/paperclip/io_adapters/abstract_adapter_spec.rb +0 -160
- data/spec/paperclip/io_adapters/attachment_adapter_spec.rb +0 -167
- data/spec/paperclip/io_adapters/data_uri_adapter_spec.rb +0 -88
- data/spec/paperclip/io_adapters/empty_string_adapter_spec.rb +0 -17
- data/spec/paperclip/io_adapters/file_adapter_spec.rb +0 -134
- data/spec/paperclip/io_adapters/http_url_proxy_adapter_spec.rb +0 -142
- data/spec/paperclip/io_adapters/identity_adapter_spec.rb +0 -8
- data/spec/paperclip/io_adapters/nil_adapter_spec.rb +0 -25
- data/spec/paperclip/io_adapters/registry_spec.rb +0 -35
- data/spec/paperclip/io_adapters/stringio_adapter_spec.rb +0 -64
- data/spec/paperclip/io_adapters/uploaded_file_adapter_spec.rb +0 -146
- data/spec/paperclip/io_adapters/uri_adapter_spec.rb +0 -231
- data/spec/paperclip/lazy_thumbnail_compatibility_spec.rb +0 -266
- data/spec/paperclip/matchers/have_attached_file_matcher_spec.rb +0 -19
- data/spec/paperclip/matchers/validate_attachment_content_type_matcher_spec.rb +0 -108
- data/spec/paperclip/matchers/validate_attachment_presence_matcher_spec.rb +0 -69
- data/spec/paperclip/matchers/validate_attachment_size_matcher_spec.rb +0 -88
- data/spec/paperclip/media_type_spoof_detector_spec.rb +0 -126
- data/spec/paperclip/meta_class_spec.rb +0 -30
- data/spec/paperclip/migration_guide_example_spec.rb +0 -44
- data/spec/paperclip/paperclip_missing_attachment_styles_spec.rb +0 -88
- data/spec/paperclip/paperclip_spec.rb +0 -196
- data/spec/paperclip/plural_cache_spec.rb +0 -37
- data/spec/paperclip/processor_helpers_spec.rb +0 -57
- data/spec/paperclip/processor_spec.rb +0 -60
- data/spec/paperclip/rails_environment_spec.rb +0 -30
- data/spec/paperclip/rake_spec.rb +0 -103
- data/spec/paperclip/schema_spec.rb +0 -298
- data/spec/paperclip/storage/filesystem_spec.rb +0 -102
- data/spec/paperclip/storage/fog_spec.rb +0 -606
- data/spec/paperclip/storage/s3_live_spec.rb +0 -188
- data/spec/paperclip/storage/s3_spec.rb +0 -1974
- data/spec/paperclip/style_spec.rb +0 -309
- data/spec/paperclip/tempfile_factory_spec.rb +0 -33
- data/spec/paperclip/tempfile_spec.rb +0 -35
- data/spec/paperclip/thumbnail_custom_options_spec.rb +0 -225
- data/spec/paperclip/thumbnail_loader_options_spec.rb +0 -53
- data/spec/paperclip/thumbnail_security_spec.rb +0 -42
- data/spec/paperclip/thumbnail_spec.rb +0 -1488
- data/spec/paperclip/url_generator_spec.rb +0 -231
- data/spec/paperclip/validators/attachment_content_type_validator_spec.rb +0 -410
- data/spec/paperclip/validators/attachment_file_name_validator_spec.rb +0 -249
- data/spec/paperclip/validators/attachment_presence_validator_spec.rb +0 -85
- data/spec/paperclip/validators/attachment_size_validator_spec.rb +0 -325
- data/spec/paperclip/validators/media_type_spoof_detection_validator_spec.rb +0 -48
- data/spec/paperclip/validators_spec.rb +0 -179
- data/spec/spec_helper.rb +0 -52
- data/spec/support/assertions.rb +0 -84
- data/spec/support/fake_model.rb +0 -24
- data/spec/support/fake_rails.rb +0 -12
- data/spec/support/fixtures/12k.png +0 -0
- data/spec/support/fixtures/50x50.png +0 -0
- data/spec/support/fixtures/5k.png +0 -0
- data/spec/support/fixtures/animated +0 -0
- data/spec/support/fixtures/animated.gif +0 -0
- data/spec/support/fixtures/animated.unknown +0 -0
- data/spec/support/fixtures/aws_s3.yml +0 -13
- data/spec/support/fixtures/bad.png +0 -1
- data/spec/support/fixtures/big_image.jpg +0 -0
- data/spec/support/fixtures/empty.html +0 -1
- data/spec/support/fixtures/empty.xlsx +0 -0
- data/spec/support/fixtures/fog.yml +0 -8
- data/spec/support/fixtures/rotated.jpg +0 -0
- data/spec/support/fixtures/s3.yml +0 -8
- data/spec/support/fixtures/sample.xlsm +0 -0
- data/spec/support/fixtures/spaced file.jpg +0 -0
- data/spec/support/fixtures/spaced file.png +0 -0
- data/spec/support/fixtures/text.txt +0 -1
- data/spec/support/fixtures/twopage.pdf +0 -0
- data/spec/support/fixtures/uppercase.PNG +0 -0
- data/spec/support/matchers/accept.rb +0 -5
- data/spec/support/matchers/exist.rb +0 -5
- data/spec/support/matchers/have_column.rb +0 -23
- data/spec/support/mock_attachment.rb +0 -24
- data/spec/support/mock_interpolator.rb +0 -24
- data/spec/support/mock_url_generator_builder.rb +0 -26
- data/spec/support/model_reconstruction.rb +0 -72
- data/spec/support/reporting.rb +0 -11
- data/spec/support/test_data.rb +0 -13
- data/spec/support/version_helper.rb +0 -9
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
require "spec_helper"
|
|
2
|
-
|
|
3
|
-
unless ENV["S3_BUCKET"].blank?
|
|
4
|
-
describe Paperclip::Storage::S3, "Live S3" do
|
|
5
|
-
context "when assigning an S3 attachment directly to another model" do
|
|
6
|
-
before do
|
|
7
|
-
rebuild_model styles: { thumb: "100x100", square: "32x32#" },
|
|
8
|
-
storage: :s3,
|
|
9
|
-
bucket: ENV["S3_BUCKET"],
|
|
10
|
-
path: ":class/:attachment/:id/:style.:extension",
|
|
11
|
-
s3_region: ENV["S3_REGION"],
|
|
12
|
-
s3_credentials: {
|
|
13
|
-
access_key_id: ENV["AWS_ACCESS_KEY_ID"],
|
|
14
|
-
secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"]
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@file = File.new(fixture_file("5k.png"))
|
|
18
|
-
end
|
|
19
|
-
|
|
20
|
-
it "does not raise any error" do
|
|
21
|
-
@attachment = Dummy.new.avatar
|
|
22
|
-
@attachment.assign(@file)
|
|
23
|
-
@attachment.save
|
|
24
|
-
|
|
25
|
-
@attachment2 = Dummy.new.avatar
|
|
26
|
-
@attachment2.assign(@file)
|
|
27
|
-
@attachment2.save
|
|
28
|
-
end
|
|
29
|
-
|
|
30
|
-
it "allows assignment from another S3 object" do
|
|
31
|
-
@attachment = Dummy.new.avatar
|
|
32
|
-
@attachment.assign(@file)
|
|
33
|
-
@attachment.save
|
|
34
|
-
|
|
35
|
-
@attachment2 = Dummy.new.avatar
|
|
36
|
-
@attachment2.assign(@attachment)
|
|
37
|
-
@attachment2.save
|
|
38
|
-
end
|
|
39
|
-
|
|
40
|
-
after { @file.close }
|
|
41
|
-
end
|
|
42
|
-
|
|
43
|
-
context "Generating an expiring url on a nonexistant attachment" do
|
|
44
|
-
before do
|
|
45
|
-
rebuild_model styles: { thumb: "100x100", square: "32x32#" },
|
|
46
|
-
storage: :s3,
|
|
47
|
-
bucket: ENV["S3_BUCKET"],
|
|
48
|
-
path: ":class/:attachment/:id/:style.:extension",
|
|
49
|
-
s3_region: ENV["S3_REGION"],
|
|
50
|
-
s3_credentials: {
|
|
51
|
-
access_key_id: ENV["AWS_ACCESS_KEY_ID"],
|
|
52
|
-
secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"]
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
@dummy = Dummy.new
|
|
56
|
-
end
|
|
57
|
-
|
|
58
|
-
it "returns a missing url" do
|
|
59
|
-
expect(@dummy.avatar.expiring_url).to eq @dummy.avatar.url
|
|
60
|
-
end
|
|
61
|
-
end
|
|
62
|
-
|
|
63
|
-
context "Using S3 for real, an attachment with S3 storage" do
|
|
64
|
-
before do
|
|
65
|
-
rebuild_model styles: { thumb: "100x100", square: "32x32#" },
|
|
66
|
-
storage: :s3,
|
|
67
|
-
bucket: ENV["S3_BUCKET"],
|
|
68
|
-
path: ":class/:attachment/:id/:style.:extension",
|
|
69
|
-
s3_region: ENV["S3_REGION"],
|
|
70
|
-
s3_credentials: {
|
|
71
|
-
access_key_id: ENV["AWS_ACCESS_KEY_ID"],
|
|
72
|
-
secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"]
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
Dummy.delete_all
|
|
76
|
-
@dummy = Dummy.new
|
|
77
|
-
end
|
|
78
|
-
|
|
79
|
-
it "is extended by the S3 module" do
|
|
80
|
-
assert Dummy.new.avatar.is_a?(Paperclip::Storage::S3)
|
|
81
|
-
end
|
|
82
|
-
|
|
83
|
-
context "when assigned" do
|
|
84
|
-
before do
|
|
85
|
-
@file = File.new(fixture_file("5k.png"), "rb")
|
|
86
|
-
@dummy.avatar = @file
|
|
87
|
-
end
|
|
88
|
-
|
|
89
|
-
after do
|
|
90
|
-
@file.close
|
|
91
|
-
@dummy.destroy
|
|
92
|
-
end
|
|
93
|
-
|
|
94
|
-
context "and saved" do
|
|
95
|
-
before do
|
|
96
|
-
@dummy.save
|
|
97
|
-
end
|
|
98
|
-
|
|
99
|
-
it "is on S3" do
|
|
100
|
-
assert true
|
|
101
|
-
end
|
|
102
|
-
end
|
|
103
|
-
end
|
|
104
|
-
end
|
|
105
|
-
|
|
106
|
-
context "An attachment that uses S3 for storage and has spaces in file name" do
|
|
107
|
-
before do
|
|
108
|
-
rebuild_model styles: { thumb: "100x100", square: "32x32#" },
|
|
109
|
-
storage: :s3,
|
|
110
|
-
bucket: ENV["S3_BUCKET"],
|
|
111
|
-
s3_region: ENV["S3_REGION"],
|
|
112
|
-
url: ":s3_domain_url",
|
|
113
|
-
path: "/:class/:attachment/:id_partition/:style/:filename",
|
|
114
|
-
s3_credentials: {
|
|
115
|
-
access_key_id: ENV["AWS_ACCESS_KEY_ID"],
|
|
116
|
-
secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"]
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
Dummy.delete_all
|
|
120
|
-
@file = File.new(fixture_file("spaced file.png"), "rb")
|
|
121
|
-
@dummy = Dummy.new
|
|
122
|
-
@dummy.avatar = @file
|
|
123
|
-
@dummy.save
|
|
124
|
-
end
|
|
125
|
-
|
|
126
|
-
it "returns a replaced version for path" do
|
|
127
|
-
assert_match /.+\/spaced_file\.png/, @dummy.avatar.path
|
|
128
|
-
end
|
|
129
|
-
|
|
130
|
-
it "returns a replaced version for url" do
|
|
131
|
-
assert_match /.+\/spaced_file\.png/, @dummy.avatar.url
|
|
132
|
-
end
|
|
133
|
-
|
|
134
|
-
it "is accessible" do
|
|
135
|
-
assert_success_response @dummy.avatar.url
|
|
136
|
-
end
|
|
137
|
-
|
|
138
|
-
it "is reprocessable" do
|
|
139
|
-
assert @dummy.avatar.reprocess!
|
|
140
|
-
end
|
|
141
|
-
|
|
142
|
-
it "is destroyable" do
|
|
143
|
-
url = @dummy.avatar.url
|
|
144
|
-
@dummy.destroy
|
|
145
|
-
assert_forbidden_response url
|
|
146
|
-
end
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
context "An attachment that uses S3 for storage and uses AES256 encryption" do
|
|
150
|
-
before do
|
|
151
|
-
rebuild_model styles: { thumb: "100x100", square: "32x32#" },
|
|
152
|
-
storage: :s3,
|
|
153
|
-
bucket: ENV["S3_BUCKET"],
|
|
154
|
-
path: ":class/:attachment/:id/:style.:extension",
|
|
155
|
-
s3_region: ENV["S3_REGION"],
|
|
156
|
-
s3_credentials: {
|
|
157
|
-
access_key_id: ENV["AWS_ACCESS_KEY_ID"],
|
|
158
|
-
secret_access_key: ENV["AWS_SECRET_ACCESS_KEY"]
|
|
159
|
-
},
|
|
160
|
-
s3_server_side_encryption: "AES256"
|
|
161
|
-
Dummy.delete_all
|
|
162
|
-
@dummy = Dummy.new
|
|
163
|
-
end
|
|
164
|
-
|
|
165
|
-
context "when assigned" do
|
|
166
|
-
before do
|
|
167
|
-
@file = File.new(fixture_file("5k.png"), "rb")
|
|
168
|
-
@dummy.avatar = @file
|
|
169
|
-
end
|
|
170
|
-
|
|
171
|
-
after do
|
|
172
|
-
@file.close
|
|
173
|
-
@dummy.destroy
|
|
174
|
-
end
|
|
175
|
-
|
|
176
|
-
context "and saved" do
|
|
177
|
-
before do
|
|
178
|
-
@dummy.save
|
|
179
|
-
end
|
|
180
|
-
|
|
181
|
-
it "is encrypted on S3" do
|
|
182
|
-
assert @dummy.avatar.s3_object.server_side_encryption == "AES256"
|
|
183
|
-
end
|
|
184
|
-
end
|
|
185
|
-
end
|
|
186
|
-
end
|
|
187
|
-
end
|
|
188
|
-
end
|