Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -5/+5 |
* | 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 |
* | applies new string literal convention in activerecord/test | Xavier Noria | 2016-08-06 | 1 | -7/+7 |
* | Revert changes to validations from PR #18612 | eileencodes | 2016-02-23 | 1 | -16/+0 |
* | Always validate record if validating a virtual attribute | eileencodes | 2016-02-20 | 1 | -0/+14 |
* | AR absence validator respects `marked_for_destruction?`. Closes #20449. | Yves Senn | 2015-06-22 | 1 | -0/+75 |