flyerhzm-bullet 1.5.2 → 1.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION +1 -1
- data/bullet.gemspec +1 -1
- data/lib/bullet/association.rb +2 -0
- metadata +1 -1
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.3
|
data/bullet.gemspec
CHANGED
data/lib/bullet/association.rb
CHANGED
|
@@ -125,6 +125,7 @@ module Bullet
|
|
|
125
125
|
title = []
|
|
126
126
|
title << unused_preload_messages.first.first unless unused_preload_messages.empty?
|
|
127
127
|
title << unpreload_messages.first.first unless unpreload_messages.empty?
|
|
128
|
+
title
|
|
128
129
|
end
|
|
129
130
|
|
|
130
131
|
def log_messages(path = nil)
|
|
@@ -132,6 +133,7 @@ module Bullet
|
|
|
132
133
|
messages << unused_preload_messages(path)
|
|
133
134
|
messages << unpreload_messages(path)
|
|
134
135
|
messages << call_stack_messages
|
|
136
|
+
messages
|
|
135
137
|
end
|
|
136
138
|
|
|
137
139
|
def unused_preload_messages(path = nil)
|