user: michals USE eager loading detected Kb::Entry => [:comments]
Add to your query: .includes([:comments]) user: michals USE eager loading detected Kb::KnowledgeBase => [:domain]
Add to your query: .includes([:domain]) user: michals AVOID eager loading detected Kb::Entry => [:category, :updated_by]
Remove from your query: .includes([:category, :updated_by]) See 'Uniform Notifier' in JS Console for Stacktrace