Darren
Results
1
issues of
Darren
I upgrade bullet from 5.7.5 to 5.9.0 and the following spec fail. ```ruby it 'should not detect unused preload associations' do comment = Comment.last post = Post.last comment.update(post: post) Bullet::Detector::UnusedEagerLoading.check_unused_preload_associations...
stale