aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/attributes_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29f"Rafael Mendonça França2019-08-021-1/+1
* No such class since 8d2866bb80fbe81acb04f5b0c44f152f571fb29fAkira Matsuda2019-08-021-1/+1
* Add attribute_names to ActiveModel::AttributesDaniel Colson2019-04-221-0/+14
* Add ActiveModel::Attributes#attributesDaniel Colson2018-02-071-0/+20
* Allow attributes with a proc default to be marshalledSean Griffin2018-01-231-0/+9
* Suppress `warning: BigDecimal.new is deprecated` in Active ModelYasuo Honda2017-12-141-1/+1
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-27/+1
* Start bringing attributes API to AMLisa Ugray2017-10-181-0/+94
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-30/+0
* Add simple attribute implementation backed by ivarsJoshua Peek2009-06-171-0/+30