This repository was archived by the owner on Jul 5, 2023. It is now read-only.
0.6.3
- Generate
ActiveRecord::Relationtype methods dynamically and and many methods toAssociationRelation&AssociationCollectionProxy. Massive thanks to Jeff Carbonella @jeffcarbs - Improve the handling of
HABTMassociations. Thanks to Jonathan Schatz @modosc - Generate collection ids retrieval method. Thanks to Alex Ghiculescu @ghiculescu
- Use percent-string in
TypedEnumto avoid issue with strings containing quotes. Thanks to Kevin Miller @Gasparila - Improve typing of attributes with Array type (Postgres). Thanks to Kevin Miller @Gasparila
- Add deprecation warning for
fetch_typed,require_typed,BooleanStringandIntegerStringin favor ofTypedParams. They are slated to removal in v0.7. For alternatives, see the warning or see #318