aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/attributes.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-2/+0
* Avoid redundant `attribute_alias?` before `attribute_alias`Ryuta Kamizono2019-04-241-10/+5
* Add attribute_names to ActiveModel::AttributesDaniel Colson2019-04-221-0/+44
* Improve wording of commentsChris Salzberg2019-04-131-1/+1
* Improve model attribute accessor method names for backtracesDylan Thacker-Smith2018-10-121-22/+10
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* PERF: avoid allocating column names where possibleSam2018-06-061-1/+1
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-1/+1
* Add ActiveModel::Attributes#attributesDaniel Colson2018-02-071-0/+4
* Use singular define_attribute_methodDaniel Colson2018-01-211-1/+1
* `deep_dup` is used in `AttributeSet#deep_dup`Ryuta Kamizono2018-01-131-1/+0
* Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-111-1/+0
* Fix "warning: assigned but unused variable - name"yuuji.yaginuma2017-11-101-1/+1
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-18/+38
* Start bringing attributes API to AMLisa Ugray2017-10-181-0/+89
* Kill AMo ivar attributes helperJoshua Peek2009-07-201-25/+0
* Integrate AMo JSON serializer into ARJoshua Peek2009-07-031-0/+8
* Add simple attribute implementation backed by ivarsJoshua Peek2009-06-171-0/+17