Fix "alias_method_chain" error#15
Fix "alias_method_chain" error#15ingeniousgenius wants to merge 23 commits intodvandersluis:masterfrom
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