Janko Marohnić
Janko Marohnić
Thanks for the PR, looks good to me 👍🏻
Thanks for the patch, it looks good to me 👍🏻 In what way is this a breaking change?
Should be fixed by https://github.com/shrinerb/shrine/pull/663.
@enebo Will versions 60.x and 70.x of activerecord-jdbc-adapter also get patch releases? I'm running tests for [sequel-activerecord_connection](https://github.com/janko/sequel-activerecord_connection) on Active Record 6.0+ on JRuby, and now 6.1 is passing but 6.0...
Oh, you're right, the AR 7.0 test failed the same day JDBC adapter 70.2 was released, so it was still running 70.1 👍🏻 As for AR 6.0, I can just...
Cool, thanks 👍🏻 FWIW, for me only the mysql2 adapter tests produce this error, sqlite3 works without issues.
Here are the failing tests for the JRuby & AR 6.0 combination on my gem – https://github.com/janko/sequel-activerecord_connection/actions/runs/8618276360/job/23620255703. Some are legit failures, but most are `RuntimeError: class variable access from toplevel`,...
Yeah, Active Record 6.0 being EOL is a completely legit reason for stopping support for it 👍🏻 I'm just used to supporting EOL versions of Rails & Ruby in my...
Active Storage doesn't support dynamic processing, you have to encode everything at the time you're generating the link. It would be great if Active Storage supported registering custom operations, similar...
I appreciate the PR, and sorry for the delay 😅 Looks good, I will try to make a release soon 👍🏻