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

Remove deprecation silence for connection.tables #88

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

onk
Copy link
Contributor

@onk onk commented Feb 26, 2024

AR 5.0 introduced a warning, removed in AR 5.1.

introduced: rails/rails@7429633b82
removed: rails/rails@5973a984c3


While using database_rewinder in a non-Rails project, I encountered the following error.

NameError:
  uninitialized constant #<Class:DatabaseRewinder>::Rails

In trying to resolve this error, I realized that deprecation warning is no longer present.

This error has been occurring since v1.0.0. See: #86

AR 5.0 introduced a warning, removed in AR 5.1.

introduced: rails/rails@7429633b82
removed: rails/rails@5973a984c3
@amatsuda
Copy link
Owner

@onk Thank you!

@amatsuda amatsuda merged commit f0353ba into amatsuda:master Feb 27, 2024
78 checks passed
@amatsuda
Copy link
Owner

Released a new gem versioned 1.0.1 with this patch. Thanks!

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