Releases: NoBrainerORM/nobrainer
Releases · NoBrainerORM/nobrainer
v0.44.1
Changed
- Allows one to change what should be done with the slow query log message
v0.44.0
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
Added
- Implements polymorphic associations
v0.42.0
Added
- Add support for partial compound index queries
v0.41.1
Fixed
- Removing table_config duplicates after a runtime exception (caspiano)
v0.41.0
Added
- ActiveRecord
store_accessor
helper method
Fixed
- gemspec dependencies on activemodel and activesupport
v0.40.0
Fixed
- Ruby 3 compatibility
- Test Ruby 3 + Rails 7 alpha2 on Travis CI
v0.36.0
Added
- Array and TypedArray types for validation and serialization
v0.35.0
Added
- Dockerfile, docker-compose and Earthfile
- Test Ruby 3 + Rails 6 on Travis CI
- Implements the ReQL
during
command