lml / commontator

A Rails engine for comments
MIT License
354 stars 99 forks source link

DEPRECATION WARNING #201

Open nikinchitrakar opened 2 years ago

nikinchitrakar commented 2 years ago

I have started getting this whenever running rspec

DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :body attribute in Commontator::Comment model, pass case_sensitive: true option explicitly to the uniqueness validator.

Can someone help me fix this?