aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/attribute_set_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Attribute and AttributeSet to ActiveModelLisa Ugray2017-11-091-255/+0
* Fix RuboCop offensesKoichi ITO2017-08-161-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* Implement equality comparison on `AttributeSet` and friendsSean Griffin2015-10-061-0/+10
* Separate `dup` from `deep_dup` in the attributes hashSean Griffin2015-09-281-1/+19
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-0/+14
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Maintain a consistent order in `ActiveRecord::Base#attributes`Sean Griffin2015-02-101-0/+10
* Introduce `ActiveRecord::Base#accessed_fields`Sean Griffin2015-01-201-0/+11
* Don't error when `attributes` is called on a frozen AR modelSean Griffin2014-12-081-0/+8
* Correctly determine if an attribute is uninitializedSean Griffin2014-11-141-1/+9
* Reduce the amount of work performed when instantiating AR modelsSean Griffin2014-11-141-0/+9
* AttributeSet#include? -> AttributeSet#key?Sean Griffin2014-07-111-5/+5
* `Attribute` should know about its nameSean Griffin2014-06-261-0/+3
* Encapsulate the creation of `Attribute` objectsSean Griffin2014-06-261-1/+35
* Merge pull request #15868 from sgrif/sg-uninitialized-attributesRafael Mendonça França2014-06-261-0/+56
|\
| * Move behavior of `read_attribute` to `AttributeSet`Sean Griffin2014-06-251-0/+56
* | Merge pull request #15846 from sgrif/sg-attributes-before-type-castRafael Mendonça França2014-06-261-0/+7
|\ \ | |/ |/|
| * Move `attributes_before_type_cast` to `AttributeSet`Sean Griffin2014-06-211-0/+7
* | Merge pull request #15839 from sgrif/sg-attr-set-nullYves Senn2014-06-221-0/+8
|\ \
| * | Return a null object from `AttributeSet#[]`Sean Griffin2014-06-201-0/+8
| |/
* / Move `attributes` to the `AttributeSet` object.Sean Griffin2014-06-211-0/+8
|/
* Introduce an object to aid in creation and management of `@attributes`Sean Griffin2014-06-191-0/+49