Everaldo Gomes
Everaldo Gomes
@ionosphere , I'm facing the same problem
@ionosphere , which Ruby version are you using ?? Try some version greater than 2.3
@abscondment , did you get any solution for that?
I decided to match User-Agent agains a regular expression, as explained here https://github.com/bblimke/webmock#matching-request-body-and-headers-against-regular-expressions
@apotonick , I'm using Rails 5.1 , kaminari-cells (last version), cells (last version) and getting a similar error ```` /home/everaldo/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bundler-1.16.2/lib/bundler/runtime.rb:84:in `rescue in block (2 levels) in require': There was an...
@niek95 , I've solved by forking kaminari-cells and updating kaminari version. You can check it here: https://github.com/everaldo/kaminari-cells/commit/0930b8f47a5a86fd074905ec47f7a6aa56600189
@niek95 , probably it's this error: https://stackoverflow.com/questions/35188101/kaminaricells-paginate-method-not-rendering-anything#35188102 Sorry, I'd forgot to mention that.
nil can't be coerced into Fixnum error while running tests on circle ci in minitest/ci_plugin.rb:113
@pahnin , I had to downgrade Minitest to 5.1.0 and apply some patches. Most of it I've copied from #25 https://github.com/everaldo/minitest-ci/commits/master