-
Notifications
You must be signed in to change notification settings - Fork 68
Pull requests: gregnavis/active_record_doctor
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Fix missing_presence_validation crash when :in is a Symbol
#239
opened Apr 1, 2026 by
andy-rootly
Loading…
Skip models connected to non-primary databases
#237
opened Mar 18, 2026 by
tmaier
Loading…
3 tasks done
Add A detector for a new kind of problem.
undefined_model_references detector
new detector
#231
opened Aug 11, 2025 by
robinaugh
Loading…
Add incorrect Postgres timestamp type check
new detector
A detector for a new kind of problem.
#229
opened Jul 9, 2025 by
hlascelles
Loading…
incorrect_length_validation-check: Consider check constraints with column lenght limits
false positive
An error is reported when it shouldn't
#218
opened Mar 26, 2025 by
fatkodima
Contributor
Loading…
Make checkers agnostic of validator attributes types
enhancement
An enhancement other than a new detector.
#216
opened Mar 26, 2025 by
fatkodima
Contributor
Loading…
incorrect_length_validation: ignore STI models
#213
opened Mar 6, 2025 by
fatkodima
Contributor
Loading…
Add new checker for incorrectly configured associations
new detector
A detector for a new kind of problem.
incorrect_dependent_option: Fix infinite recursion when association of the same class as model class
crash
An unexpected unhandled exception or simliar defect.
Reduce the number of queries by caching schema info
enhancement
An enhancement other than a new detector.
#101
opened Jun 16, 2022 by
fatkodima
Contributor
Loading…
ProTip!
Exclude everything labeled
bug with -label:bug.