Russell Silva
Russell Silva
I was able to get this working by: - adding `require 'will_paginate/sequel'` to my `application.rb` - using `scope.extension(:pagination).paginate(page_number, per_page)` instead of `scope.paginate(page: page, per_page: per_page)` in my controller This uses...
@kabturek :+1:
I just ran into this bug. It may be bad enough to force me into reverting to ack. Thanks to those of you that are working on it, I hope...
@ryansouza pointed out that the `statsd/instrument/matchers` file [is conditionally required only if RSpec is already defined](https://github.com/Shopify/statsd-instrument/blob/master/lib/statsd/instrument.rb#L382) by `statsd-instrument`. This explains the `rails console` behavior in my original report. Some sort...