-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rails 6.1 Active Storage's ImageProcessing transformer doesn't support :combine_options #925
Comments
in case this is still an issue, I submitted a PR addressing it: #931 @librod89 in the meantime the fixed version can be used at https://github.com/restarone/comfortable-mexican-sofa |
@donrestarone thanks for the PR! I don't think we should add the upgrade migration files for activestorage (5.2 => 6.1). I'm not a maintainer, so I can only guess at what the proper way is. I imagine:
|
@nitsujri Thanks for the tip! It's my first time contributing. Im assuming I have to make a change to the generator right? |
@donrestarone actually based on your comment I realized the So that means the 00 file is only for internal CMS development. At that point, your files might be valid (but renamed to something like I'm outside of my paygrade here so I can't give a recommendation, sorry. |
Steps to reproduce
Using Rails 6.1 and comfortable-mexican-sofa with comfy-blog, when I navigate to "Files", I get a console error saying:
I can see a lot of use of
combine_files
within the code. Here is just one example.Is there any possibility of updating this in the near future?
System configuration
Rails version: 6.1.3
CMS version: 2.0.19
Ruby version: 2.7.1p83
The text was updated successfully, but these errors were encountered: