Closed mrsweaters closed 5 years ago
Since you have paperclip referenced on line 2: https://github.com/prey/gdpr_rails/blob/master/app/models/policy_manager/concerns/paperclip_behavior.rb#L2
Wouldn't this cause an issue with autoloading in Zeitwerk if I don't have the paperclip gem installed?
I can confirm that adding paperclip to my Gemfile resolves the issue. We should be able to use the ActiveStorage version without paperclip installed.
Hi @mrsweaters , did you tried 0.5.1 ? I will close this since this issue was reported in #42 and fix released as 0.5.1 . Feel free to reopen if it's not working for you best
@michelson I'm getting the error with the 0.5.1 release.
This is still an issue with the newest version.
I am also running into this issue on the latest release. I also had to specifically add the aws-sdk-s3 gem but that may not have been because of this particular issue.
Upgrading to 0.5+ keeps the app from running with the following error:
Any ideas on how to debug this?
I tried setting
paperclip
to false in the config, but that didn't seem to help. I use ActiveStorage.