dblint
dblint copied to clipboard
Automatically tests your Rails app for common database query mistakes (PostgreSQL only)
Results
2
dblint issues
Sort by
recently updated
recently updated
newest added
When migrating to Rails 6, all our tests stopped working when using multiple databases. It seems "dblint" either generates the wrong query and uses the wrong connection: ``` DBLINT (0.2ms)...
When adding `dblint` (v0.2.0) to my gemfile and then running specs I'm receiving this error for every test case. I'm using Rails v5.2.0. Let me know what other context I...