gregnavis / active_record_doctor

Identify database issues before they hit production.
MIT License
1.72k stars 56 forks source link

Support composite primary keys #148

Open fatkodima opened 1 year ago

fatkodima commented 1 year ago

Rails 7.1+ will support composite primary keys, so I extended the gem to support this. Even though that rails 7.1 is not released yet, people on rails' main can already benefit from this.

I also added testing for rails main to the CI along the way and fixed a few incorrect gemfile specifiers in the CI config file.