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

Fix CI against Rails 6.1 #563

Merged

Conversation

okuramasafumi
Copy link
Contributor

@okuramasafumi okuramasafumi commented Jan 14, 2021

Rails 6.1 introduced a change of ActiveRecord configurations.
Now we get a deprecation warning saying should use configs_for.
Here we check AR version and if it's newer than 6.1, use the latest API and Tasks for simpler setup.

Rails 6.1 introduced a change of ActiveRecord configurations.
Now we get a deprecation warning saying should use `configs_for.
Here we check AR version and if it's newer than 6.1,
use the latest API and `Tasks` for simpler setup.
@danielmorrison danielmorrison merged commit be6d901 into collectiveidea:master May 29, 2021
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