| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen-string-literal in ActiveRecord | Kir Shatrov | 2017-07-19 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Allow SQLServerAdapter to opt into a few tests. | Ken Collins | 2017-01-16 | 1 | -1/+1 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | normalizes indentation and whitespace across the project | Xavier Noria | 2016-08-06 | 1 | -62/+62 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -8/+8 |
* | Support microsecond datetime precision on MariaDB 5.3+. | Jeremy Daer | 2016-04-08 | 1 | -1/+1 |
* | Consolidate tests for time and datetime columns options, limit and precision | Yasuo Honda | 2015-11-30 | 1 | -30/+7 |
* | Closes rails/rails#18864: Renaming transactional fixtures to transactional tests | Brandon Weiss | 2015-03-16 | 1 | -1/+1 |
* | Add schema dumping tests for datetime and time precision | Ryuta Kamizono | 2015-02-20 | 1 | -1/+10 |
* | Allow `:precision` option for time type columns | Ryuta Kamizono | 2015-02-20 | 1 | -1/+1 |
* | Fix test failures on Mysql 5.5 | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Update code which depended on methods added by 1502caef | Sean Griffin | 2015-02-17 | 1 | -1/+1 |
* | Extract `DateTimePrecisionTest` | Ryuta Kamizono | 2015-02-13 | 1 | -0/+102 |