-
Notifications
You must be signed in to change notification settings - Fork 127
Add record_timestamps argument to insert_all and similar methods #630
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
Conversation
f8c1f4c
to
ba481da
Compare
Tests are failing due to known defects. #619 |
@rhiroe Thanks for your contribution! Please follow the instructions below for each change. Available commandsYou can use the following commands by commenting on this PR.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APPROVE
I executed rebase. |
/merge |
This PR is not approved yet by the reviewers. Please get approval from the reviewers. See the Actions tab for detail. |
😭 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
APPROVE 👍
/merge |
The record_timestamps argument has been added to insert_all and similar methods since ActiveRecord7.0.
ref: rails/rails#43003