Skip to content

Pull requests: gregnavis/active_record_doctor

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add multidb support
#240 opened Apr 23, 2026 by beetlegius-somos Loading…
Skip models connected to non-primary databases
#237 opened Mar 18, 2026 by tmaier Loading…
3 tasks done
Add undefined_model_references detector new detector A detector for a new kind of problem.
#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.
#198 opened Dec 16, 2024 by fatkodima Contributor Loading… 2.0
3
1
incorrect_dependent_option: Fix infinite recursion when association of the same class as model class crash An unexpected unhandled exception or simliar defect.
#194 opened Dec 8, 2024 by fatkodima Contributor Loading… 2.0
Support composite primary keys enhancement An enhancement other than a new detector.
#148 opened Aug 22, 2023 by fatkodima Contributor Loading… 2.0
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.