-
Notifications
You must be signed in to change notification settings - Fork 19
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 "alias_method_chain" error #15
base: master
Are you sure you want to change the base?
Conversation
Replace collect option with execute_sql Rename execute_command to execute_sql_command
0000db2
to
540a9e2
Compare
Thank you for your PR, @jesster2k10! I had been doing some work on a v2.0.0 (although it's been on the shelf for a while), but those commits were being merged into I've also updated the travis build matrix so that tests are being run against rails 3 through 6 (although there certainly aren't tests for everything). I relaxed the gem versions in that change, but I don't want to force If possible, please add a test case for the Finally, please add a section for version 1.3.0 in CHANGELOG.md and note your change. |
Hey, just after seeing this now. Once I have the time I can get to a couple of those things you mentioned! |
I fixed the error by creating a module to replace the deprecated & removed function "alias_method_chain". Also bumped the version numbers to 1.3.0 since this may stop working with rails versions below 5