Skip to content

0.3.0: Official Rails 7 Support (alpha2)

Compare
Choose a tag to compare
@smudge smudge released this 27 Oct 16:09
· 13 commits to main since this release
2d296b9

Added

  • Add more official support for Rails 7.0 (currently alpha2). There were no gem conflicts, but this
    adds an entry to our Appraisals file so that we run CI tests against ActiveRecord 7.

Fixed

  • Fix Rails 7.0 deprecation warnings caused by usages of ActiveRecord::Base.default_timestamp
  • Fix tests that relied on classic autoloader behavior. Now we pull in Zeitwerk where necessary.
  • Fix a couple issues caught by the linter, most notably resulting in a switch from IO.select(...)
    to IO#wait_readable(...), improving support for Ruby 3 scheduler hooks.