aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/value.rb
Commit message (Expand)AuthorAgeFilesLines
* Some documentation edits [ci skip]Robin Dupret2015-03-051-3/+3
* Rm `Type#type_cast`Sean Griffin2015-02-171-14/+6
* `type_cast_from_user` -> `cast`Sean Griffin2015-02-171-2/+2
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-2/+2
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-4/+4
* rm `Type#number?`Sean Griffin2015-02-071-4/+0
* rm `Type#text?`Sean Griffin2015-02-071-4/+0
* Push multi-parameter assignement into the typesSean Griffin2015-02-071-3/+0
* Grammar and RDoc formattingSean Griffin2015-02-061-14/+14
* Docs pass for the attributes APISean Griffin2015-02-061-23/+42
* Remove incorrect comment in ActiveRecord::Type::ValueHenrik Nyh2015-01-151-2/+1
* Correctly ignore `case_sensitive` for UUID uniqueness validationSean Griffin2014-12-261-0/+4
* docs, replace ` with + for proper rdoc output. [ci skip]Yves Senn2014-12-231-2/+2
* Implement `==` on `Type::Value` and `Attribute`Sean Griffin2014-08-151-0/+7
* [ci skip] fix spelling of overrideAkshay Vishnoi2014-08-131-2/+2
* Remove the `text?` predicate from the type objectsSean Griffin2014-07-061-4/+0
* Doc pass for `Type::Value` [ci skip]Sean Griffin2014-06-241-22/+42
* Small typoAnton Cherepanov2014-06-231-1/+1
* Remove `serialized?` from the type interfaceSean Griffin2014-06-131-4/+0
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-131-0/+4
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-5/+8
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-5/+5
* Do not type cast twice on attribute assignmentSean Griffin2014-06-071-2/+2
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-1/+0
* Refactor determination of whether the field has changedSean Griffin2014-06-031-0/+9
* docs, fix typo [ci skip]Yves Senn2014-06-021-2/+2
* Remove most code related to serialized propertiesSean Griffin2014-06-011-1/+0
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-301-0/+4
* Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-291-5/+6
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-291-0/+4
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+59