Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Rails v7.1+ #297

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CodeMonkeySteve
Copy link
Contributor

Finally got around to upgrading some of my Rails apps to v7.1 and hit a couple of issues where NoBrainer code was copied from ActiveRecord.

  • Added convenience method for checking Rails version >= 7.1
  • Fix for autoload
  • Fix for logging in console

Not really sure how to test these, probably add a Rails 7.1 entry to the CI matrix.

@zedtux
Copy link
Collaborator

zedtux commented Dec 2, 2024

Thanks! I agree with you, adding Rails 7.1 to the matrix should be good enough. Let's fix the CI first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants