aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/boolean_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
* Remove duplicated "test" prefixRyuta Kamizono2017-04-071-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-2/+2
* Use `QUOTED_TRUE` and `QUOTED_FALSE` instead of magic stringsyui-knk2016-04-051-2/+12
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Stop relying on columns for type information in mysql2 casting testsSean Griffin2015-01-011-4/+2
* Clear schema cache before each testAkira Matsuda2014-09-011-0/+1
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-2/+2
* Unifies mysql and mysql2 casting of booleans.Yves Senn2013-11-111-3/+3
* test cases to describe the MySQL boolean behavior.Yves Senn2013-11-111-0/+91