Sha256: c4ade92541887c7bf93e18fdb2b1f5940d7fae6bf6d982ba2a75b7f391f73aa8
Contents?: true
Size: 868 Bytes
Versions: 34
Compression:
Stored size: 868 Bytes
Contents
= New Features * An auto_restrict_eager_graph plugin has been added for automatically disallowing the use of eager_graph with associations using blocks but lacking graph_* options. This can prevent potentionally invalid usage, as the restrictions added by the block are not used by eager_graph. * The sqlite adapter now supports the :setup_regexp_function Database option. This option will define a REGEXP function in the database that will allow regexp support in queries, such as: DB[:table].where(column: /(some|pattern)/) Note that this creates a Ruby Regexp object per column value tested, so it isn't the most optimal approach. = Other Improvements * Calling dataset aggregate methods such as #max on a model dataset now works correctly. Previously, it could fail if called enough times to optimize using a placeholder literalizer.
Version data entries
34 entries across 34 versions & 2 rubygems