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

Deprecation warning Rails 7.1 #218

Merged
merged 2 commits into from
Oct 13, 2023
Merged

Deprecation warning Rails 7.1 #218

merged 2 commits into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. Update ActiveRecord connection clearing and .gitignore

    The ActiveRecord connection clearing method is updated to use the connection_handler for improving the way connections get cleared before forking. This is more consistent with the ActiveRecord API. Two lines are also added to the .gitignore file, excluding .idea/ and .ruby-version files from version control considering the personal preferences and varying environments among developers.
    bjer committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d4161fd View commit details
    Browse the repository at this point in the history
  2. Update .gitignore

    bjer authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b52b248 View commit details
    Browse the repository at this point in the history