time_range_uniqueness 1.0.1
This gem helps you easily set up time range uniqueness constraints in PostgreSQL using ActiveRecord migrations and validations. It ensures that time ranges do not overlap within a table, supporting optional scoping of uniqueness.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 7.1, < 9.0
pg
>= 1.5