rails 6.1 supporting#1346
Conversation
72bc1ff to
d9f77e0
Compare
|
@lgebhardt Could you take a look on this? |
|
How are things going with this PR? I just ran into this issue reported in #1343 today while trying to upgrade my engine using jsonapi-resources to 6.1. Do you need a hand with something? If I can help move this issue along and get a new release version published, please let me know. |
| has_many :comments | ||
| has_and_belongs_to_many :tags, join_table: :posts_tags | ||
| has_many :special_post_tags, source: :tag | ||
| has_many :special_post_tags |
|
Hey @bf4 & @lgebhardt & @marcelolx! Hope you guys are well. Thanks again for all your work on this project. I was looking at this PR the other day. This appears to be the bare minimum to permit Rails-6.1 compliance for the Thanks for putting this PR together @gigorok |
* Rails v6.1 compatibility (#1346) * Fixes for rails 6.1.1 * Fixes for ruby 3.0.0 * Remove rails 5.0 support Co-authored-by: Igor Gonchar <[email protected]>
|
Checking in here as I'm upgrading an app to Rails 6.1 - is there any chance a gem could be cut for 0.9.x? 🙏 |
* Rails v6.1 compatibility (#1346) * Fixes for rails 6.1.1 * Fixes for ruby 3.0.0 * Remove rails 5.0 support Co-authored-by: Igor Gonchar <[email protected]> (cherry picked from commit 1322b59)
* Setup github actions for CI (cherry picked from commit e894827) * Rails 6.1 (#1352) * Rails v6.1 compatibility (#1346) * Fixes for rails 6.1.1 * Fixes for ruby 3.0.0 * Remove rails 5.0 support Co-authored-by: Igor Gonchar <[email protected]> (cherry picked from commit 1322b59)
closes #1343
related rails commits:
rails/rails@b0cc7d9
rails/rails@b30a23f
All Submissions:
New Feature Submissions:
Bug fixes and Changes to Core Features:
Test Plan:
Reviewer Checklist: