All Versions
75
Latest Version
Avg Release Cycle
177 days
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v3.6.9 Changes
- Don Morrison massaged the #hash_tree query to
be more efficient, and found a bug in
hash_tree
's query that resulted in duplicate rows, ๐ wasting time on the ruby side.
- Don Morrison massaged the #hash_tree query to
be more efficient, and found a bug in
-
v3.6.7 Changes
- โ Added workaround for ActiveRecord::Observer usage pre-db-creation. Addresses issue 32. Thanks, Don Morrison!
-
v3.6.6 Changes
- โ Added support for Rails 4's strong parameter. Thanks, James Miller!
-
v3.6.5 Changes
- Use
quote_table_name
instead ofquote_column_name
. Addresses issue 29. Thanks, Marcello Barnaba!
- Use
-
v3.6.4 Changes
- ๐ Use
.pluck
when available for.ids_from
. Addresses issue 26. Thanks, Chris Sturgill!
- ๐ Use
-
v3.6.3 Changes
- โก๏ธ Fixed issue 24, which optimized
#hash_tree
for roots. Thanks, Saverio Trioni!
- โก๏ธ Fixed issue 24, which optimized
-
v3.6.2 Changes
- ๐ Fixed issue 23, which added support for
#siblings
when sort_order wasn't specified. Thanks, Gary Greyling!
- ๐ Fixed issue 23, which added support for
-
v3.6.1 Changes
- ๐ Fixed issue 20, which affected deterministic ordering when siblings where different STI classes. Thanks, edwinramirez!
-
v3.6.0 Changes
โ Added support for:
:hierarchy_class_name
as an option- ActiveRecord::Base.table_name_prefix
- ActiveRecord::Base.table_name_suffix
This addresses issue 21. Thanks, Judd Blair!
-
v3.5.2 Changes
- Added
find_all_by_generation
for feature request 17.
- Added