Skip to content

Releases: NoBrainerORM/nobrainer

v0.44.1

02 Aug 20:13
c09cb67
Compare
Choose a tag to compare

Changed

  • Allows one to change what should be done with the slow query log message

v0.44.0

31 Jul 07:37
ee1e2a4
Compare
Choose a tag to compare

Added

  • Slow Queries Logger feature logging slow queries in a dedicated log file

Fixed

  • first_or_create with a polymorphic association #288

v0.43.0

30 Jun 09:20
a28979c
Compare
Choose a tag to compare

Added

  • Implements polymorphic associations

v0.42.0

15 Jun 10:05
3f73ba0
Compare
Choose a tag to compare

Added

  • Add support for partial compound index queries

v0.41.1

21 Mar 13:25
99b96f6
Compare
Choose a tag to compare

Fixed

  • Removing table_config duplicates after a runtime exception (caspiano)

v0.41.0

17 Oct 10:06
78dd906
Compare
Choose a tag to compare

Added

  • ActiveRecord store_accessor helper method

Fixed

  • gemspec dependencies on activemodel and activesupport

v0.40.0

17 Oct 10:06
d60032c
Compare
Choose a tag to compare

Fixed

  • Ruby 3 compatibility
  • Test Ruby 3 + Rails 7 alpha2 on Travis CI

v0.36.0

09 Sep 12:14
a021a8b
Compare
Choose a tag to compare

Added

  • Array and TypedArray types for validation and serialization

v0.35.0

09 Sep 12:15
68cbd4a
Compare
Choose a tag to compare

Added

  • Dockerfile, docker-compose and Earthfile
  • Test Ruby 3 + Rails 6 on Travis CI
  • Implements the ReQL during command