All "Rails" posts
-
Rails caching in RSpec
Enable Rails caching for individual tests using RSpec.
-
has_many, but with limits in Rails
Have you ever wondered how to define model associations, but with limits?
-
Rails multicolumn unique index allowing null or empty values
Indexes can be used to enforce uniqueness of a column's value, or the uniqueness of the combined values of more than one column.