Eileen
Eileen
Fixes https://bugs.ruby-lang.org/issues/20495
> 7.1.3.2 upgraded to 7.1.2 I'm confused. Are you upgrading to 7.1.3.2? Because going from 7.1.3.2 to 7.1.2 is a downgrade, not an upgrade. 7.1.3.2 is a security release which...
@edipofederle we get a lot of PRs, please be patient with reviews and refrain from pinging individuals.
I'm not sure what to do here, we need to establish connections to be able to use this for multiple databases. I introduced the temporary connection because there's a future...
Ok I think I fixed the things you asked for, happy to make more changes though if I missed anything.
Nope I need to fix the failures 🤦🏼♀️
> We happen to have rb_obj_freeze() exposed to C extensions, which is currently mostly equivalent to OBJ_FREEZE(). Is it something that could be considered to repurpose it instead, leaving OBJ_FREEZE()...
> What rubs me the wrong way is that this is clearly a change to the public interface, and it's being pushed through without discussion on the tracker and with...
Thanks for the PR @kwstannard I don't think we should move these methods, the change feels cosmetic to me. Lots of parts of Active Record are spread across files so...
> Based on my research, the primary thing standing in the way of this is that the connection code and the migration code still assume the ActiveRecord::Base class is the...