v1.3.1 coming soon?
Thanks for the commit here, https://github.com/brianhempel/active_record_union/commit/c853471a821cea89f025e7545029968b4ac6e54b last month. It solved an issue with my new use of trilogy in place of mysql2 and activerecord 8.00. Will you push this soon to rubygems?
Hi Brian (@brianhempel),
I've recently upgraded my application from Rails 7.2.2.1 to 8.0.0.1 and discovered that version 1.3.0 doesn't support Rails 8.
Fortunately, the master branch seems compatible, and the union method works flawlessly in my local environment (all unit tests pass). Here's how I'm including it in my Gemfile:
gem "active_record_union", github: "brianhempel/active_record_union", branch: "master"
However, deploying my code to Fly.io results in an error while fetching the gem:
> [build 4/9] RUN bundle install && bundle exec bootsnap precompile --gemfile && rm -rf ~/.bundle/ $BUNDLE_PATH/ruby/*/cache $BUNDLE_PATH/ruby/*/bundler/gems/*/.git:
3.660 Fetching https://github.com/brianhempel/active_record_union.git
3.683 You need to install git to be able to use gems from git repositories. For help
...
I'd greatly appreciate any updates on the official release timeline for a Rails 8-compatible version of active_record_union. This would significantly benefit my project and likely others who rely on the gem.
Thank you for your time and continued development efforts! 😄
@brianhempel Hey, is there any chance to get the latest changes released to rubygems?
Likewise, would like to see an updated version released. Thanks for your efforts!
@brianhempel Any updates on releasing the latest changes to RubyGems?
master seems to be working for me on Rails 8. Great job! Waiting for official release, please.
ahhhhhhh i cut 1.4.0. I'm not a web dev anymore so see if it works