Conversation
- Ruby 3.3 support active-hash#298 @m-nakamura145 - Support `has_many :through` associations active-hash#296 @flavorjones - Rails 7.1 support active-hash#291 @y-yagi - Rails 7.1: fix sqlite3 issue active-hash#303 @flavorjones - Rails 7.1.3: add missing `has_query_constraints?` active-hash#300 @flavorjones - `Array#pluck` supports methods active-hash#299 @iberianpig - Prefer `safe_constantize` over `constantize` active-hash#297 @flavorjones - Treat `nil` and `blank?` as different values active-hash#295 @kbrock - Fix `#where` for string keys active-hash#292 @usernam3
Collaborator
Author
|
@flavorjones let me know if this works for you (if you prefer 3.2.2 |
flavorjones
approved these changes
Apr 29, 2024
Collaborator
flavorjones
left a comment
There was a problem hiding this comment.
@kbrock Thank you for doing this!
Collaborator
Author
|
@flavorjones Releasing to rubygems.org is well within my repertoire, but releasing to github.com still feels foreign. I just created a release and uploaded the |
Collaborator
|
@kbrock I don't generally upload the gem to github -- I think just generating the release notes is probably totally fine! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
has_many :throughassociations supporthas_many :throughassociations #296 @flavorjonesFix
< 2.0#303 @flavorjoneshas_query_constraints?fix: rails 7.1.3 support requires a has_query_constraints? method #300 @flavorjonesArray#plucksupports methods pluck change from array access to using methods. #299 @iberianpigsafe_constantizeoverconstantizeprefer Active Support's String#safe_constantize to #constantize #297 @flavorjonesnilandblank?as different values Treat nil and blank values as different #295 @kbrock#wherefor string keys Fix #where for hashes with string keys #292 @usernam3