Support Rails 8.1 - #782
Conversation
ashkulz
commented
Oct 25, 2025
Would appreciate your merging this and making a release, @binarylogic 🙂 |
Thanks @zhuravel, great to see this all updated :) |
ashkulz
commented
Oct 28, 2025
- Expand AR/AS/AM bounds to < 8.3 in gemspec - Normalize cookie SameSite: accept symbols/strings; write symbols to Rails cookie jar; keep strings for test mock - Add Rails 8.1 gemfiles (full and sqlite-only) and 8.2 stubs - Add Rails 8.1 to CI matrix - Update README compatibility and contributing docs - Refactor: use Module#include instead of send(:include) for AR hooks, Sinatra, and TestCase (aligns with upstream PR binarylogic#782) Refs: binarylogic#782
kryali
commented
Nov 13, 2025
@binarylogic any chance we can get this PR merged and released since rails 8.1 has been released weeks ago? |
brendon
commented
Nov 13, 2025
@binarylogic, if you need any assistance with maintainership of this gem let me know. I'm the maintainer of |
Uh oh!
There was an error while loading. Please reload this page.
binarylogic
commented
Nov 13, 2025
Thanks everyone, apologies for the delay. @brendon that would be great! I will email you now. |
ashkulz
commented
Nov 14, 2025
Can we have a release to RubyGems, please? |
brendon
commented
Nov 16, 2025
Yep, all good. Just waiting for @binarylogic to fix up a rubygems issue for me and then I can publish it :) |
Hi @binarylogic, |
brendon
commented
Nov 27, 2025
No luck contacting @binarylogic for now, but I've released |
Changes:
Module.send :includewithModule.include(method is public since Ruby 2.1 released in 2013)For those who need to use this fix before the PR is merged, you can add the gem to your Gemfile like this: