aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/case_insensitive_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `test_case_insensitiveness` to follow up eb5fef5Ryuta Kamizono2019-01-111-9/+8
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix `warning: ambiguous first argument`Ryuta Kamizono2016-10-121-4/+4
* Fix case insensitive check for text column in pgnanaya2016-09-011-0/+26