active_record_union icon indicating copy to clipboard operation
active_record_union copied to clipboard

v1.3.1 coming soon?

Open dshorthouse opened this issue 1 year ago • 4 comments

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?

dshorthouse avatar Nov 08 '24 21:11 dshorthouse

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! 😄

JuzerShakir avatar Dec 13 '24 05:12 JuzerShakir

@brianhempel Hey, is there any chance to get the latest changes released to rubygems?

aothelal avatar Apr 24 '25 12:04 aothelal

Likewise, would like to see an updated version released. Thanks for your efforts!

Empact avatar Apr 30 '25 17:04 Empact

@brianhempel Any updates on releasing the latest changes to RubyGems?

aothelal avatar May 13 '25 10:05 aothelal

master seems to be working for me on Rails 8. Great job! Waiting for official release, please.

msxavi avatar Aug 06 '25 03:08 msxavi

ahhhhhhh i cut 1.4.0. I'm not a web dev anymore so see if it works

brianhempel avatar Oct 01 '25 21:10 brianhempel