codesnik/calculate-all

Rails 5 compatibility

vasilakisfil opened this issue · 1 comments

Have you checked it against Rails 5? After running the following:

Feed.all.calculate_all(:visits_count)

I get:

fatal: exception reentered
from /home/vasilakisfil/.rvm/gems/ruby-2.3.1/gems/pry-0.10.4/lib/pry/pry_instance.rb:355:in `eval'

Feed is a relatively simple model.

@vasilakisfil Sorry, I missed the issue.
gem should be working with rails5, thanks to @StefSchenkelaars
But your exception message seem quite weird.
can you please check again with 0.2.0 version of the gem?