-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Bump Formtastic to 5.0 and remove legacy code #8613
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
Conversation
810bd93
to
2cba50c
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8613 +/- ##
==========================================
- Coverage 99.11% 99.11% -0.01%
==========================================
Files 141 141
Lines 4076 4073 -3
==========================================
- Hits 4040 4037 -3
Misses 36 36 ☔ View full report in Codecov by Sentry. |
2cba50c
to
3acf18c
Compare
@tagliala we can't backport this since on v3 we permit Formtastic 3.1+ but I'm fine with this going in for v4. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Sorry, I was tricked by
Are you fine to bump the dependency to >= 5.0? |
@tagliala no worries at all. Right, we'd have to bump here. Yes, I think it would be best to do that bump now on v4. Thanks! |
3acf18c
to
8ff0804
Compare
This commit addresses TODO notes in the code related to Formtastic < 4 and sets the minimum required Formtastic version to >= 5.0
8ff0804
to
a9ad8a8
Compare
Done, merging |
This commit addresses TODO notes in the code related to Formtastic < 4
and sets the minimum required Formtastic version to >= 5.0
Confirmed defaults:
Should be also backported to v3