Sante Gennaro Rotondi
Sante Gennaro Rotondi
I’ll try to provide that :)=
Here's the heroku log. Note that 2014-10-10T17:05:33.310763+00:00 app[worker.1]: [Worker(host:e9c41b75-6ba4-428c-bfeb-b9753b4e4d39 pid:2)] Job Newsletter#create_schedules_for_people (id=15940) RUNNING is creating something like 5000 more jobs, and this is taking hours to complete 2014-10-10T17:05:01.740403+00:00 heroku[router]:...
in theory you could replicate it easily doing the following class Parent include Mongoid::Document end class Child < Parent end class OtherChild < Parent end it should throw the exception...
i'll try to reproduce it in a separate app. sorry for plain text, i'm replying by mail :(
Hi, could not reproduce the exact behaviour, which I believe is tied to mongoid version. The following repo is a brand new rails 4.1.x app with mongoid 4.0.2 and kaminari-mongoid...
I was just wasting time on that, too. I have a first db with db1_development, db1_test ecc plus the second one which is db2_development and the like. What should I...