Whenever I save a Rails model while running Zeus, the Zeus server appears to be completely reloading. The Zeus output generally turns yellow ("waiting") for about 10 seconds. This only happens with some models. I have yet to figure out the difference between the models.
Any thoughts on what could be causing this?
Edit:
Removing ActiveAdmin.routes(self)
from my routes.rb file fixed the issue. ActiveAdmin no longer works, obviously. Haven't found a workaround yet.