You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when I try to use the import class method provided by elasticsearch-model, I run into SystemStackError: stack level too deep. It looks like it runs into an error in irb and pry when they try to run eval on the code. This causes errors to occur in the rake tasks as well. I am running version 3.2.16 of ActiveRecord.