aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/mysql2/json_test.rb
Commit message (Expand)AuthorAgeFilesLines
* "Use assert_nil if expecting nil from ...:in `...'. This will fail in MT6."Akira Matsuda2016-12-251-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* Serialize JSON attribute value nil as SQL NULL, not JSON 'null'Trung Duc Tran2016-09-231-0/+16
* Add three new rubocop rulesRafael Mendonça França2016-08-161-12/+12
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-135/+135
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-22/+22
* Properly serialize all JSON primitives in the AR JSON typeSean Griffin2016-04-131-4/+11
* Add a native JSON data type support in MySQLRyuta Kamizono2015-08-181-0/+172