Closed elithecho closed 5 years ago
Can you add rails 6 into testsuite for travis as well?
I'm not sure if we're able to do that? @skatkov, it's not uploaded to rubygems yet
@choonggg should be possible if you link directly to github repo.
I've added rails master to gemspec, few failing due to Ruby version incompatible with Rails
@choonggg @skatkov This PR should be mergeable if the testing commit is dropped
I cherry-picked required commit from @choonggg and merged it with a separate pull request #28 .
Thanks everyone!
To silence rails 6 errors, I added
Arel.sql()
to pluck method, even though the deprecation didn't make sense.