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

Upgrade ActiveStar to 7.2 #420

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Upgrade ActiveStar to 7.2 #420

merged 1 commit into from
Sep 26, 2024

Conversation

lvonk
Copy link
Member

@lvonk lvonk commented Sep 10, 2024

Two notable changes:

  • establish_connection defers actually making the connection until usage. So active? no longer returns true after calling establish_connection. See https://github.com/rails/rails/pull/49378/files
  • quote_table_name is no longer implemented in the module and should be called on the actual connection.

Two notable changes:

- `establish_connection` defers actually making the connection until usage. So `active?` no longer returns true after calling `establish_connection`.
- `quote_table_name` is no longer implemented in the module and should
be called on the actual connection.
@lvonk lvonk merged commit a4b742f into upgrade_to_ruby_3.3 Sep 26, 2024
11 checks passed
@lvonk lvonk deleted the upgrade_to_ar_7.2 branch September 26, 2024 09:05
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