0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 15 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Note slim_scrooge More... over 14 years ago
Quote the column name to avoid issues with SQL reserved words More... over 14 years ago
Merge branch 'reload_all_records' More... almost 15 years ago
Bring in SimpleSet code for small speed improvement More... almost 15 years ago
Minor performance improvements More... about 15 years ago
Delegate callsite signature and columns to updateable result set, making scrooged attributes lighter. Only dup columns set when needed. More... about 15 years ago
removed some unnecessary calls to to_s in attributes proxy More... about 15 years ago
prefer columns_hash to column_names for checking if a column exists More... about 15 years ago
remove column_names_hashed, was causing rare test failures More... about 15 years ago
performance improvements around accessing attributes More... about 15 years ago
Refactor out association identity. Pass the entire reflection through association! so association type can be recorded for further use More... about 15 years ago
More thread safety. Refactor association registration, add logic to only add associations for prefetching that are used by more than 25% of fetched records More... about 15 years ago
Regenerated gemspec for version 3.0.0 More... about 15 years ago
Version bump to 3.0.0 More... about 15 years ago
Add some hooks for analyzing which associations to preload, possibly also which records More... about 15 years ago
Comment tidyup, don't call preload when registered associations is empty for slight efficiency, add testing for number of queries as used in AR tests More... about 15 years ago
Version bump to 2.2.5 More... about 15 years ago
Regenerated gemspec for version 2.2.5 More... about 15 years ago
Minor documentation mods, remove some defunct tests, restore filtering of polymorphic assocs pending further testing More... about 15 years ago
Merge master into reload_all_records branch More... about 15 years ago
Fix preloadable assoc test, fix test for scrooge_installed? for associations More... about 15 years ago
Track association accesses through AttributesProxy More... about 15 years ago
Lazy init #columns, #default_columns && #associations on Callsite More... about 15 years ago
Introduce Callsite#augmented_columns && Callsite#augmented_columns?; cleanup association optimizations More... about 15 years ago
Refactor associations More... about 15 years ago
Added some method documentation More... about 15 years ago
Fix test, set is unordered and failed for me because items came in wrong order More... about 15 years ago
Cleanup options[:scrooge_callsite] in .find More... about 15 years ago
Version bump to 2.2.4 More... about 15 years ago
Regenerated gemspec for version 2.2.4 More... about 15 years ago