-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add check before N+1 notification publish to prevent poly association…
… with nil type to be include
- Loading branch information
1 parent
41abfe4
commit 091f920
Showing
12 changed files
with
6 additions
and
296 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
66 changes: 0 additions & 66 deletions
66
lib/jit_preloader/active_record/associations/preloader/ar5_association.rb
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
lib/jit_preloader/active_record/associations/preloader/collection_association.rb
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
lib/jit_preloader/active_record/associations/preloader/singular_association.rb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module JitPreloader | ||
VERSION = "2.1.0" | ||
VERSION = "3.0.0" | ||
end |