- Validate detected instance_variable is an ActiveRecord::Relation ed650ae 86497bd
- Add includes after methods returning AR on autocorrect 767e5e1
Fix a bug when N+1 is caused not in the request (e.g. Sidekiq) 51f051e
Be able to patch for nested associations require includes
though child associations are already included d1b7445
- Patch files other than controllers 218566d
- Patch unassigned queries 159573a
- Apply patches starting from the top of the method f8d0058
- Log also when the target file is in the skip list a23a3bc
- Reduce dependencies #1 (@tricknotes)
- Stop using class instance variables for thread safe 024f6c5
- Support Ruby 3.0 dbdf27c
- Initial release