-
Notifications
You must be signed in to change notification settings - Fork 62
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 minor + Sprockets Config Update (assets.rb) #48
Conversation
Pull Request Test Coverage Report for Build 174
💛 - Coveralls |
gemspec rule for rubyzip compatability with ruby versions less than 2.4 gemfile update via appraisal rm terms_manifest.js from spec/dummy manifest.js Rails 6 Sprockets error in travis updating assets.rb & manifest.js for new sprockets
b8fcc3b
to
f8f4e72
Compare
@patriciojofre @michelson @matipacheco Is there anything we need to change to get this merged? I know it can be a pain in the ass maintaining a repo, so we want to help as much as possible here (and hopefully not be a hindrance). |
I think we are ready to merge, just note the change on .update_attributes with .update , is .update compatible with rails 5.1.4 ? Le damos @patriciojofre ? |
In Rails 5.1.4 |
Can we get this merged in? |
Any update on when this is getting merged? |
sorry guys, PR merged! thanks for contribute to gdpr rails! |
Rebased against #47 (documentation update) and giving a shot at Travis tests to carry the torch on mrsweater's work in #45
Will close #47 if this goes green.
Fixes #44
FYI
Had to update assets.rb & manifest.js to make the latest version of sprockets happy. Was receiving errors like this
Updated Apprisals & Documentation for future contributors
Notes about documentation update:
... Quick documentation update for future contributors based on feedback in #46 & #45
Update
Ready for review. Thanks for the project 🎉