Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ruby 2.4: take advantage of String#unpack1 | Jeremy Daer | 2018-03-01 | 1 | -1/+1 |
* | Add ActiveModel::Attributes#attributes | Daniel Colson | 2018-02-07 | 1 | -0/+4 |
* | Use singular define_attribute_method | Daniel Colson | 2018-01-21 | 1 | -1/+1 |
* | `deep_dup` is used in `AttributeSet#deep_dup` | Ryuta Kamizono | 2018-01-13 | 1 | -1/+0 |
* | Add missing autoload `Type` (#31123) | Ryuta Kamizono | 2017-11-11 | 1 | -1/+0 |
* | Fix "warning: assigned but unused variable - name" | yuuji.yaginuma | 2017-11-10 | 1 | -1/+1 |
* | Move Attribute and AttributeSet to ActiveModel | Lisa Ugray | 2017-11-09 | 1 | -18/+38 |
* | Start bringing attributes API to AM | Lisa Ugray | 2017-10-18 | 1 | -0/+89 |
* | Kill AMo ivar attributes helper | Joshua Peek | 2009-07-20 | 1 | -25/+0 |
* | Integrate AMo JSON serializer into AR | Joshua Peek | 2009-07-03 | 1 | -0/+8 |
* | Add simple attribute implementation backed by ivars | Joshua Peek | 2009-06-17 | 1 | -0/+17 |