PikachuEXE
PikachuEXE
Fix #2 by using block Not sure if I should remove the `at_exit` one
The example class `Animal` seems useless (for creating objects) Also would be good to have example for "multi-inheritance" ```ruby module Hunter extend Behaves implements(:hunt) end module Prey extend Behaves implements(:run,...
If it's implemented by creating an anonymous module and include it, the `super` would run the normalizers Might be related to #65 if the gem is changed to use anonymous...
I modified this code: ``` sql SELECT relname, heap_blks_hit, heap_blks_read, heap_blks_hit + heap_blks_read AS total_read, heap_blks_hit / (heap_blks_hit + heap_blks_read + 1)::float AS ratio FROM pg_statio_user_tables ORDER BY ratio DESC;...
If I run ```ruby Product.counter_culture_fix_counts start: 1000, finish: 2000 ``` I would have this query generated ```sql SELECT "categories".id, "categories".id, COUNT("products".id)*1 AS count, MAX("categories".products_count) AS products_count FROM "categories" LEFT JOIN...
Other solution like JBuilder and RABL has some caching function built-in And they do make the caching key different so that it won't collide so easily
Thanks for writing this gem I only see `db` & `view` on the new header now And I want to know if there is a way to add more stats...
**Pull Request Type** Please select what type of pull request this is: - [x] Feature Implementation **Related issue** Might or might not fix issue in #2113 Closes #2358 **Description** 16.x...
**Pull Request Type** Please select what type of pull request this is: - [x] Feature Implementation **Related issue** Might or might not fix issue in #2113 Closes #2358 **Description** 16.x...