aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/collation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-13/+13
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* PostgreSQL: `:collation` support for string and text columnsRyuta Kamizono2015-05-041-0/+53