Skip to content

v4.0.0

Choose a tag to compare

@crashtech crashtech released this 11 Aug 01:45
· 2 commits to master since this release
7598f97
  • Adds support for Rails 8
  • Allow features to be easily enabled and disabled
  • Better usage of bind params on all queries
  • Massively improves the handling of array-based associations
  • No more raw override of visit_TableDefinition (great for cross gem compatibility)
  • Better support for schema as an option on several migration methods
  • Extended and yet optional predicate builders for an extended usage of where
  • Added full-text search helpers and interfaces
  • Added generated_series() PG function helpers
  • Added width_bucket() PG function helpers
  • Added ability to manage views, functions, and non-enum types