Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / gregnavis/active_record_doctor issues and pull requests

#186 - Check timestamp columns (created_at, updated_at) are NOT NULL

Pull Request - State: open - Opened by jdufresne 2 months ago - 1 comment
Labels: new feature

#185 - Fix typo: existense ==> existence

Pull Request - State: closed - Opened by jdufresne 2 months ago

#184 - Idea: timestamps (created_at, updated_at) should be NOT NULL

Issue - State: open - Opened by jdufresne 2 months ago - 1 comment

#183 - Drop support for Active Record 6.0 and older

Pull Request - State: closed - Opened by gregnavis 2 months ago

#180 - missing_presence_validation: ignore counter cache columns

Pull Request - State: open - Opened by fatkodima 7 months ago - 4 comments
Labels: false positive

#179 - A new detector to detect invalid associations

Issue - State: open - Opened by fatkodima 8 months ago
Labels: new feature

#178 - Update README with debug logging

Pull Request - State: closed - Opened by fatkodima 8 months ago - 1 comment

#177 - Accept classes in `:ignore_models` configuration

Pull Request - State: closed - Opened by fatkodima 8 months ago

#176 - Suggest installing the gem on `test` env too

Pull Request - State: closed - Opened by fatkodima 8 months ago

#175 - Fix a couple typos in .rubocop.yml comments

Pull Request - State: closed - Opened by jdufresne 8 months ago

#174 - Fix build status in README

Pull Request - State: closed - Opened by onerinas 9 months ago - 1 comment

#173 - Add `table_without_primary_key` checker

Pull Request - State: closed - Opened by fatkodima 9 months ago

#172 - Detect tables without a primary key

Issue - State: closed - Opened by fatkodima 9 months ago - 2 comments

#171 - missing_presence_validation: ignore columns with defaults

Pull Request - State: closed - Opened by fatkodima 9 months ago - 5 comments

#170 - Better handling of default values

Issue - State: closed - Opened by mhenrixon 9 months ago - 7 comments

#168 - Avoid false positives on case-insensitive unique indexes when using CITEXT fields

Pull Request - State: closed - Opened by gee-forr 10 months ago - 3 comments
Labels: waiting, false positive

#167 - False positives when case-insensitive unique indexes have CITEXT strings

Issue - State: open - Opened by gee-forr 10 months ago - 2 comments
Labels: false positive

#166 - Load configuration from .active_record_doctor.rb

Pull Request - State: closed - Opened by gregnavis 11 months ago - 3 comments

#165 - Fix set up instructions for non-Rails projects

Issue - State: open - Opened by gregnavis 11 months ago
Labels: documentation

#164 - Fix `missing_presence_validation` for polymorphic associations

Pull Request - State: open - Opened by fatkodima 11 months ago - 1 comment

#163 - Missing Presence Validation with Polymorphic Type Column

Issue - State: open - Opened by Numie 11 months ago - 5 comments

#162 - Change the default configuration file to .active_record_doctor.rb

Pull Request - State: closed - Opened by jdufresne 11 months ago - 1 comment

#161 - Suggest using config file with `.rb` extension

Pull Request - State: closed - Opened by fatkodima 12 months ago - 3 comments

#160 - Fix several typos and spelling mistakes

Pull Request - State: closed - Opened by jdufresne 12 months ago

#156 - unindexed_foreign_keys: False positive for custom primary keys

Issue - State: closed - Opened by jdufresne 12 months ago - 1 comment

#155 - Fix `missing_presence_validation` for custom attributes with defaults

Pull Request - State: closed - Opened by fatkodima 12 months ago - 2 comments

#154 - MissingPresenceValidation should ignore enum's with default values

Issue - State: closed - Opened by fidalgo 12 months ago - 1 comment

#152 - Failing to ignore missing_unique_indexes for has_one

Issue - State: closed - Opened by raivil 12 months ago - 4 comments

#151 - Fix `MissingNonNullConstraint` to work with `ActiveRecord.belongs_to_required_validates_foreign_key`

Pull Request - State: closed - Opened by fatkodima about 1 year ago - 1 comment
Labels: waiting, false positive

#150 - Test against `activerecord` 7.1

Pull Request - State: closed - Opened by fatkodima about 1 year ago - 1 comment

#149 - Error when listing columns for model backed by different DB

Issue - State: open - Opened by owst about 1 year ago - 8 comments

#148 - Support composite primary keys

Pull Request - State: open - Opened by fatkodima about 1 year ago
Labels: new feature

#147 - Will not run when RAILS_ENV=test

Issue - State: closed - Opened by dogweather about 1 year ago - 4 comments

#146 - Rails 7 Active Support not following ignore_tables configuraton

Issue - State: closed - Opened by ali-hiringthing about 1 year ago - 2 comments

#145 - Add ability to ignore models/tables/etc by regex

Pull Request - State: closed - Opened by fatkodima over 1 year ago

#144 - incorrect_length_validation should have ignore_attributes

Pull Request - State: closed - Opened by jstuessy over 1 year ago

#143 - Suggesting a better message

Pull Request - State: closed - Opened by krainboltgreene over 1 year ago

#142 - Some small typos and grammer corrections.

Pull Request - State: closed - Opened by vinnyglennon over 1 year ago

#141 - Consider adding check for `change_column_default(..., to: nil)`

Issue - State: closed - Opened by cscorley over 1 year ago - 4 comments

#140 - Include table name in the message for `extraneous_indexes`

Pull Request - State: closed - Opened by fatkodima over 1 year ago

#139 - Fix `missing_non_null_constraint` when there are no STI children for STI-like parent

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 3 comments

#137 - Fix ignoring columns from `has_one` association for `missing_unique_indexes`

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 5 comments
Labels: waiting, qa

#136 - Fix loading `ActiveRecordDoctor::Rake::Task` for non rails projects

Pull Request - State: closed - Opened by fatkodima over 1 year ago

#135 - Fix `extraneous_indexes` for expression indexes

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 2 comments

#134 - NameError: uninitialized constant ActiveRecordDoctor::Rake

Issue - State: closed - Opened by MadBomber over 1 year ago - 4 comments

#133 - Support PostgreSQL `INCLUDE` indexes in `ExtraneousIndexes` checker

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 1 comment

#131 - Detect extraneous indexes on PostgreSQL materialized views

Pull Request - State: closed - Opened by fatkodima over 1 year ago

#129 - Exception on missing_presence_validation after the debug logging commit

Issue - State: closed - Opened by texpert over 1 year ago - 5 comments

#128 - Ignore `:through` associations in `IncorrectDependentOption` detector

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 10 comments

#127 - Detect associations without corresponding model

Issue - State: closed - Opened by fatkodima over 1 year ago - 1 comment

#126 - Enhance handling of polymorphic foreign key-like columns in `UnindexedForeignKeys`

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 3 comments

#125 - Expect unique indexes on `has_and_belongs_to_many` associations

Pull Request - State: closed - Opened by fatkodima over 1 year ago - 1 comment

#124 - Enhance `UnindexedForeignKeys` to check for non-standard named foreign keys

Pull Request - State: closed - Opened by fatkodima almost 2 years ago - 2 comments

#123 - undefined method `class_name' for nil:NilClass

Issue - State: closed - Opened by elalemanyo almost 2 years ago - 8 comments

#122 - Check for polymorphic `has_one`s without unique indexes

Pull Request - State: closed - Opened by fatkodima almost 2 years ago

#121 - Be able to ignore by regexes

Issue - State: closed - Opened by fatkodima almost 2 years ago

#120 - Correctly check column types when FK refers to non-PK column

Pull Request - State: closed - Opened by bedgerotto almost 2 years ago - 7 comments

#119 - fix: no exists `ignore_columns` at `incorrect_dependent_option`

Pull Request - State: closed - Opened by erick-ol almost 2 years ago

#118 - Fix: Fixes readme at incorrect dependent option

Issue - State: closed - Opened by erick-ol almost 2 years ago - 1 comment

#114 - Feature: Ability to generate todo files (like rubocop does)

Issue - State: open - Opened by fatkodima about 2 years ago
Labels: new feature

#112 - NoMethodError: undefined method `include?' for #<Proc...>

Issue - State: closed - Opened by manuelmeurer about 2 years ago - 2 comments

#111 - Check column name in length validators

Pull Request - State: closed - Opened by julianlires about 2 years ago

#110 - Suggest to use `jsonb` instead of `json`

Issue - State: open - Opened by fatkodima over 2 years ago - 2 comments

#109 - Suggestion regarding indexes on boolean fields

Issue - State: open - Opened by fatkodima over 2 years ago - 1 comment

#108 - Check for `dependent: :destroy_async` and a foreign key

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 3 comments

#107 - Detect missing unique lowercase indexes for case insensitive unique validations

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 2 comments

#105 - Ignore created_on/updated_on for missing_presence_validation

Pull Request - State: closed - Opened by fatkodima over 2 years ago

#101 - Reduce the number of queries by caching schema info

Pull Request - State: open - Opened by fatkodima over 2 years ago - 4 comments
Labels: improvement

#99 - Use `SchemaCache` internally

Issue - State: open - Opened by fatkodima over 2 years ago

#97 - Enhance `MissingUniqueIndexes` to accept unique indexes with sublist of columns

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 1 comment

#95 - ArgumentError: Polymorphic associations do not support computing the class.

Issue - State: closed - Opened by barnaclebarnes over 2 years ago - 4 comments

#94 - `MissingForeignKeys` detector assumptions

Issue - State: open - Opened by fatkodima over 2 years ago

#93 - Make it work with anonymous models

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 1 comment

#92 - Check for missing length validations

Issue - State: closed - Opened by fatkodima over 2 years ago - 3 comments

#91 - Ignore abstract model classes

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 3 comments

#90 - Anonymous subclass of ActiveRecord::Base causes exception

Issue - State: closed - Opened by owst over 2 years ago - 7 comments

#89 - Fix `MissingUniqueIndexes` detector for functional indexes

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 2 comments

#88 - Add Ruby 3.1 to the CI matrix

Pull Request - State: closed - Opened by petergoldstein over 2 years ago

#86 - Fix typo in Missing Presence Validations config options

Pull Request - State: closed - Opened by pingortle over 2 years ago - 1 comment

#84 - Better support for PostGIS

Pull Request - State: closed - Opened by fatkodima over 2 years ago - 1 comment