You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.