README.md in prosopite-0.1.4 vs README.md in prosopite-0.1.5
- old
+ new
@@ -75,9 +75,14 @@
Leg::Design.last(20) do |l|
l.chair
end
```
+## Why a new gem
+
+Creating a new gem makes more sense since bullet's core mechanism is completely
+different from prosopite's.
+
## How it works
Prosopite monitors all SQL queries using the Active Support instrumentation
and looks for the following pattern which is present in all N+1 query cases: