@@ -22,6 +22,7 @@ activeRecordSqlExecutionRanges
2222| ActiveRecord.rb:46:20:46:32 | ... + ... |
2323| ActiveRecord.rb:52:16:52:28 | "name #{...}" |
2424| ActiveRecord.rb:56:20:56:39 | "username = #{...}" |
25+ | ActiveRecord.rb:78:27:78:76 | "this is an unsafe annotation:..." |
2526activeRecordModelClassMethodCalls
2627| ActiveRecord.rb:2:3:2:17 | call to has_many |
2728| ActiveRecord.rb:6:3:6:24 | call to belongs_to |
@@ -44,6 +45,8 @@ activeRecordModelClassMethodCalls
4445| ActiveRecord.rb:60:5:60:33 | call to find_by |
4546| ActiveRecord.rb:62:5:62:34 | call to find |
4647| ActiveRecord.rb:68:5:68:45 | call to delete_by |
48+ | ActiveRecord.rb:74:13:74:54 | call to annotate |
49+ | ActiveRecord.rb:78:13:78:77 | call to annotate |
4750potentiallyUnsafeSqlExecutingMethodCall
4851| ActiveRecord.rb:9:5:9:68 | call to find |
4952| ActiveRecord.rb:19:5:19:25 | call to destroy_by |
@@ -55,6 +58,7 @@ potentiallyUnsafeSqlExecutingMethodCall
5558| ActiveRecord.rb:46:5:46:33 | call to delete_by |
5659| ActiveRecord.rb:52:5:52:29 | call to order |
5760| ActiveRecord.rb:56:7:56:40 | call to find_by |
61+ | ActiveRecord.rb:78:13:78:77 | call to annotate |
5862activeRecordModelInstantiations
5963| ActiveRecord.rb:9:5:9:68 | call to find | ActiveRecord.rb:5:1:15:3 | User |
6064| ActiveRecord.rb:13:5:13:40 | call to find_by | ActiveRecord.rb:1:1:3:3 | UserGroup |
0 commit comments