aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/charset_collation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use utf8mb4 in all tests and examplesRyuta Kamizono2018-09-211-5/+5
* 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-14/+14
* Do not include default column limit in schema.rbRyuta Kamizono2016-05-311-1/+1
* These limits are now implicitMatthew Draper2015-12-181-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Use `use_transactional_tests` in Active RecordPrem Sichanugrist2015-04-101-1/+1
* Add `:charset` and `:collation` options support for MySQL string and text col...Ryuta Kamizono2015-03-061-0/+54