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,78 +0,0 @@
|
|
|
1
|
-
require "spec_helper"
|
|
2
|
-
|
|
3
|
-
describe Paperclip::HasAttachedFile do
|
|
4
|
-
let(:a_class) { spy("Class") }
|
|
5
|
-
|
|
6
|
-
context "#define_on" do
|
|
7
|
-
it "defines a setter on the class object" do
|
|
8
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
9
|
-
expect(a_class).to have_received(:define_method).with("avatar=")
|
|
10
|
-
end
|
|
11
|
-
|
|
12
|
-
it "defines a getter on the class object" do
|
|
13
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
14
|
-
expect(a_class).to have_received(:define_method).with("avatar")
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
it "defines a query on the class object" do
|
|
18
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
19
|
-
expect(a_class).to have_received(:define_method).with("avatar?")
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
it "defines a method on the class to get all of its attachments" do
|
|
23
|
-
allow(a_class).to receive(:extend)
|
|
24
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
25
|
-
expect(a_class).to have_received(:extend).with(Paperclip::HasAttachedFile::ClassMethods)
|
|
26
|
-
end
|
|
27
|
-
|
|
28
|
-
it "flushes errors as part of validations" do
|
|
29
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
30
|
-
expect(a_class).to have_received(:validates_each).with("avatar")
|
|
31
|
-
end
|
|
32
|
-
|
|
33
|
-
it "registers the attachment with Paperclip::AttachmentRegistry" do
|
|
34
|
-
allow(Paperclip::AttachmentRegistry).to receive(:register)
|
|
35
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", size: 1)
|
|
36
|
-
expect(Paperclip::AttachmentRegistry).to have_received(:register).with(a_class, "avatar", size: 1)
|
|
37
|
-
end
|
|
38
|
-
|
|
39
|
-
it "defines an after_save callback" do
|
|
40
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
41
|
-
expect(a_class).to have_received("after_save")
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
it "defines a before_destroy callback" do
|
|
45
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
46
|
-
expect(a_class).to have_received("before_destroy")
|
|
47
|
-
end
|
|
48
|
-
|
|
49
|
-
it "defines an after_commit callback" do
|
|
50
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
51
|
-
expect(a_class).to have_received("after_commit")
|
|
52
|
-
end
|
|
53
|
-
|
|
54
|
-
context "when the class does not allow after_commit callbacks" do
|
|
55
|
-
it "defines an after_destroy callback" do
|
|
56
|
-
a_class = double("class", after_destroy: nil, validates_each: nil, define_method: nil, after_save: nil, before_destroy: nil, define_paperclip_callbacks: nil, validates_media_type_spoof_detection: nil)
|
|
57
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", {})
|
|
58
|
-
expect(a_class).to have_received("after_destroy")
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
|
-
it "defines the Paperclip-specific callbacks" do
|
|
63
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", validate_media_type: false)
|
|
64
|
-
expect(a_class).to_not have_received(:validates_media_type_spoof_detection)
|
|
65
|
-
expect(a_class).to have_received("define_paperclip_callbacks")
|
|
66
|
-
end
|
|
67
|
-
|
|
68
|
-
it "does not define a media_type check if told not to" do
|
|
69
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", validate_media_type: false)
|
|
70
|
-
expect(a_class).to_not have_received(:validates_media_type_spoof_detection)
|
|
71
|
-
end
|
|
72
|
-
|
|
73
|
-
it "does define a media_type check if told to" do
|
|
74
|
-
Paperclip::HasAttachedFile.define_on(a_class, "avatar", validate_media_type: true)
|
|
75
|
-
expect(a_class).to have_received(:validates_media_type_spoof_detection)
|
|
76
|
-
end
|
|
77
|
-
end
|
|
78
|
-
end
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
require "spec_helper"
|
|
2
|
-
|
|
3
|
-
describe Paperclip::Helpers do
|
|
4
|
-
describe ".imagemagick7?" do
|
|
5
|
-
before do
|
|
6
|
-
if Paperclip.instance_variable_defined?(:@imagemagick7)
|
|
7
|
-
Paperclip.send(:remove_instance_variable, :@imagemagick7)
|
|
8
|
-
end
|
|
9
|
-
end
|
|
10
|
-
|
|
11
|
-
after do
|
|
12
|
-
if Paperclip.instance_variable_defined?(:@imagemagick7)
|
|
13
|
-
Paperclip.send(:remove_instance_variable, :@imagemagick7)
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
|
|
17
|
-
it "returns true if magick command is found" do
|
|
18
|
-
allow(Paperclip).to receive(:which).with("magick").and_return("/usr/bin/magick")
|
|
19
|
-
expect(Paperclip.imagemagick7?).to be true
|
|
20
|
-
end
|
|
21
|
-
|
|
22
|
-
it "returns false if magick command is not found" do
|
|
23
|
-
allow(Paperclip).to receive(:which).with("magick").and_return(nil)
|
|
24
|
-
expect(Paperclip.imagemagick7?).to be false
|
|
25
|
-
end
|
|
26
|
-
|
|
27
|
-
it "caches the result" do
|
|
28
|
-
expect(Paperclip).to receive(:which).with("magick").once.and_return("/usr/bin/magick")
|
|
29
|
-
Paperclip.imagemagick7?
|
|
30
|
-
Paperclip.imagemagick7?
|
|
31
|
-
end
|
|
32
|
-
end
|
|
33
|
-
|
|
34
|
-
describe ".which" do
|
|
35
|
-
it "finds an executable in the PATH" do
|
|
36
|
-
allow(ENV).to receive(:[]).with("PATH").and_return("/usr/bin:/bin")
|
|
37
|
-
allow(ENV).to receive(:[]).with("PATHEXT").and_return(nil)
|
|
38
|
-
allow(File).to receive(:executable?).with("/usr/bin/ruby").and_return(true)
|
|
39
|
-
expect(Paperclip.which("ruby")).to eq("/usr/bin/ruby")
|
|
40
|
-
end
|
|
41
|
-
|
|
42
|
-
it "returns nil if executable is not found" do
|
|
43
|
-
allow(ENV).to receive(:[]).with("PATH").and_return("/usr/bin:/bin")
|
|
44
|
-
allow(ENV).to receive(:[]).with("PATHEXT").and_return(nil)
|
|
45
|
-
allow(File).to receive(:executable?).and_return(false)
|
|
46
|
-
expect(Paperclip.which("nonexistent")).to be_nil
|
|
47
|
-
end
|
|
48
|
-
end
|
|
49
|
-
end
|