default_value_for
default_value_for copied to clipboard
Support rails 7.0
This adds support for the recently released Rails 7.0.
Any update on this?
I think this is ready, isnβt it, @bfad? Iβm busy right now but I can run the tests against 6.1.4.4 tomorrow but I thought they were passing now.
It looks like the tests are passing with 6.1.5 for me.
Bumping this π
@bfad, yeah, tests are passing for 6.1.5, 6.1.6, and 7.0.3 for me. Sorry for the late response.
Bump, can this be merged? π
@chrisarcand Can you merge this?
+1
@bfad, this PR has been tested and approved, who's the best person with write access to ask to merge it?
Thanks!
/cc @FooBarWidget
Hey @norman, this PR needs merged to support Rails 7: it's been tested and approved by Brad.
Would appreciate this being merged, Kev's done the hard work on it and Brad has approved it.
If you're not the go-to guy for this, would you please poke the person who is? We've already @'d a bunch of the major contributors here.
Thank you! π
Thanks everybody for working on this. I haven't been actively maintaining this library for a few years now, but it looks like I still have all the permissions to do the release. I'll look things over today and see about merging and releasing.
Actually wait, if I recall correctly we might require @FooBarWidget's cryptographic signature to push the gem. I'll look into it and get as far as I can.
These changes look good to me and I so I merged them into the master
branch. I was unable to run the tests because of safe_load errors with Psych, and don't have time to look into this today. If I can't even run the specs, then I'm not comfortable pushing a release out. If I can find the time I'll look into this later, but I didn't plan to maintain this library any more since I haven't used it for a long time.
For folks that need to use this release, I'd suggest setting up your application Gemfiles to load the gem from the master
branch on Github for the time being.
@norman the tests work fine in my environment. Have you tried since August to run these?