Module: EagerEye::Detectors

Defined in:
lib/eager_eye/detectors/base.rb,
lib/eager_eye/detectors/callback_query.rb,
lib/eager_eye/detectors/pluck_to_array.rb,
lib/eager_eye/detectors/loop_association.rb,
lib/eager_eye/detectors/count_in_iteration.rb,
lib/eager_eye/detectors/serializer_nesting.rb,
lib/eager_eye/detectors/custom_method_query.rb,
lib/eager_eye/detectors/decorator_n_plus_one.rb,
lib/eager_eye/detectors/delegation_n_plus_one.rb,
lib/eager_eye/detectors/missing_counter_cache.rb,
lib/eager_eye/detectors/validation_n_plus_one.rb,
lib/eager_eye/detectors/scope_chain_n_plus_one.rb,
lib/eager_eye/detectors/concerns/class_inspector.rb,
lib/eager_eye/detectors/concerns/non_ar_source_detector.rb,
lib/eager_eye/detectors/concerns/variable_model_inference.rb

Defined Under Namespace

Modules: Concerns Classes: Base, CallbackQuery, CountInIteration, CustomMethodQuery, DecoratorNPlusOne, DelegationNPlusOne, LoopAssociation, MissingCounterCache, PluckToArray, ScopeChainNPlusOne, SerializerNesting, ValidationNPlusOne