| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable `Performance/UnfreezeString` cop | yuuji.yaginuma | 2018-09-23 | 1 | -1/+1 |
* | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -15/+1 |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -1/+1 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -20/+20 |
* | More exercise `ActiveModel::Dirty` tests | Ryuta Kamizono | 2018-01-20 | 1 | -3/+24 |
* | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 1 | -0/+4 |
* | Use frozen string literal in activemodel/ | Kir Shatrov | 2017-07-16 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
|\ |
|
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | | Make ActiveModel frozen string literal friendly. | Pat Allan | 2017-06-20 | 1 | -1/+1 |
|/ |
|
* | applies new string literal convention in activemodel/test | Xavier Noria | 2016-08-06 | 1 | -23/+23 |
* | Add `ActiveModel::Dirty#[attr_name]_previously_changed?` and | Fernando Tapia Rico | 2015-04-21 | 1 | -0/+13 |
* | Remove unused "deprecated_reload" method | claudiob | 2015-01-11 | 1 | -4/+0 |
* | Remove deprecated `ActiveModel::Dirty#reset_#{attribute}` and `ActiveModel::D... | Rafael Mendonça França | 2015-01-04 | 1 | -17/+0 |
* | Make restore_attributes public | Rafael Mendonça França | 2014-07-17 | 1 | -5/+15 |
* | Deprecate `reset_#{attribute}` in favor of `restore_#{attribute}`. | Rafael Mendonça França | 2014-07-15 | 1 | -3/+3 |
* | Deprecate ActiveModel::Dirty#reset_changes in favor of #clear_changes_informa... | Rafael Mendonça França | 2014-07-15 | 1 | -0/+21 |
* | Rename rollback_changes to undo_changes | Rafael Mendonça França | 2014-06-30 | 1 | -2/+2 |
* | Added rollback method to ActiveModel::Dirty | igor04 | 2014-06-23 | 1 | -0/+18 |
* | add test coverage for activemodel Dirty#reset_changes | Dmitry Polushkin | 2014-02-09 | 1 | -0/+19 |
* | Fix typo | Rafael Mendonça França | 2014-01-21 | 1 | -1/+1 |
* | When applying changes or reseting changes create the right class | Rafael Mendonça França | 2014-01-20 | 1 | -0/+8 |
* | Allows you to check if an attribute has changed to a particular value | Tejas Dinkar | 2013-12-15 | 1 | -0/+10 |
* | Merge pull request #8791 from griffinmyers/master | Rafael Mendonça França | 2013-10-03 | 1 | -1/+16 |
|\ |
|
| * | DirtyModel uses a hash to keep track of any changes made to attributes | William Myers | 2013-05-27 | 1 | -1/+16 |
* | | Merge pull request #10816 from bogdan/less-dirty-dirty | Rafael Mendonça França | 2013-09-23 | 1 | -2/+1 |
* | | Cleaning up ActiveModel::Dirty tests | Attila Domokos | 2013-01-15 | 1 | -1/+12 |
|/ |
|
* | Reset attributes should not report changes. | Renato Mascarenhas | 2012-12-01 | 1 | -2/+1 |
* | updating define_attribute_methods documentation | Francesco Rodriguez | 2012-05-14 | 1 | -1/+1 |
* | changing an attribute multiple times retains the correct original value | Ian Stewart | 2011-06-28 | 1 | -0/+9 |
* | Remove or fix non-working examples and add a few tests to Dirty [#5185 state:... | Tore Darell | 2010-08-03 | 1 | -5/+85 |
* | Use better assertion methods for testing | Neeraj Singh | 2010-05-19 | 1 | -2/+2 |
* | Restore changed_attributes method in ActiveModel::Dirty and loosen expectatio... | Sam Pohlenz | 2010-04-01 | 1 | -1/+0 |
* | Fix tests added in previous commit. | José Valim | 2010-03-27 | 1 | -0/+1 |
* | ActiveModel::Dirty#changes should return a HashWithIndifferentAccess [#4157 s... | Jacob Atzen | 2010-03-27 | 1 | -0/+29 |