Skip to content

Releases: crashtech/torque-postgresql

Issues fixes and improvements

08 Dec 17:55
64f69bf

Choose a tag to compare

  • Fix issue with base class identification
  • Fix problem when converting an interval with a weeks part
  • Fix how Enum are initialized to make sure alternative name works
  • Enum improvements
  • Inheritance cache improvements

Rails 5.2 support

22 Nov 12:59

Choose a tag to compare

Adding support to Rails 5.2

Fix cast records with calculations

21 Nov 07:03

Choose a tag to compare

When using cast_records with filter, use the join table to filter the models, instead of the base table, allowing calculations like sum to happen correctly

Fix Ruby Crash

21 Nov 06:05

Choose a tag to compare

An early return while building enum decorators caused Ruby to crash. Changed return to break fixed the problem.

Fixes to specs

20 Nov 03:34

Choose a tag to compare

Features that were not provided yet were removed from specs

Enum improvements and fixes

20 Nov 03:29

Choose a tag to compare

  • Fix enum default value on schema
  • Fix enum scopes methods

Fix issue with merger and dynamic selection

11 Sep 16:47
7fc5acb

Choose a tag to compare

Improvements to querying and enums

07 Sep 18:41
668b1cf

Choose a tag to compare

  • Fix issue with calculated operations like .count and .sum
  • Fix issue related to USING, since join tables can have a similar attribute name
  • Allow enums to be used as normal arrays

Fix for Schema Cache

01 Sep 08:03
7e5bc27

Choose a tag to compare

For some reason, there's a situation where the @data_sources on the Schema Cache gets a key-value pair of nil, breaking the sort. The issue is fixed on this version.

Production bug fixes

31 Aug 06:24

Choose a tag to compare

  • Remove it form eager_load_namespaces
  • Cache table_name/model on reset_table_name
  • Ensure that the GEM runs on production mode