We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In debugging this issue with activerecord-import, it appears that statsample overrides Array in a way that breaks activerecord-import.
That issue contains a small sample program that reproduces the issue. It seems specific to Array#sum.
The temporary solution I have is to monkey patch the insert_many method in ActiveRecord::Import::MysqlAdapter.
I think the long-term solution would be a fix in statsample. Happy to help with this, if needed.
The text was updated successfully, but these errors were encountered:
Yeah, this gem breaks rails. Don't use until this gets fixed.
Sorry, something went wrong.
No branches or pull requests
In debugging this issue with activerecord-import, it appears that statsample overrides Array in a way that breaks activerecord-import.
That issue contains a small sample program that reproduces the issue. It seems specific to Array#sum.
The temporary solution I have is to monkey patch the insert_many method in ActiveRecord::Import::MysqlAdapter.
I think the long-term solution would be a fix in statsample. Happy to help with this, if needed.
The text was updated successfully, but these errors were encountered: