aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type
Commit message (Expand)AuthorAgeFilesLines
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-242-2/+2
* Small typoAnton Cherepanov2014-06-231-1/+1
* Further simplify `changed?` conditional for numeric typesSean Griffin2014-06-191-12/+6
* Move array database type casting to the Array typeSean Griffin2014-06-171-0/+10
* Remove `serialized?` from the type interfaceSean Griffin2014-06-132-8/+0
* Detect in-place changes on mutable AR attributesSean Griffin2014-06-133-4/+22
* Keep the types of virtual columns after yaml serializationSean Griffin2014-06-101-0/+11
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-092-7/+10
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-093-8/+19
* Do not type cast twice on attribute assignmentSean Griffin2014-06-073-9/+5
* Removed unused `klass` definitions from typesSean Griffin2014-06-066-21/+0
* Don't mess with `_before_type_cast` for numeric typesSean Griffin2014-06-061-7/+8
* serialized Type should delegate `type_cast_for_write` to underlying TypeYves Senn2014-06-061-1/+1
* Merge pull request #15486 from sgrif/sg-binary-quotingMatthew Draper2014-06-041-0/+18
|\
| * Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-0/+18
* | Refactor determination of whether the field has changedSean Griffin2014-06-033-0/+36
|/
* docs, fix typo [ci skip]Yves Senn2014-06-021-2/+2
* Remove most code related to serialized propertiesSean Griffin2014-06-012-25/+11
* refactor, introduce `Type#type_cast_for_schema` to cast for schema.rbYves Senn2014-05-304-0/+16
* Move `type_cast_for_write` behavior over to the serialized type objectSean Griffin2014-05-292-8/+38
* Refactor serialized types to be partially defined as custom propertiesSean Griffin2014-05-292-0/+32
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-2716-0/+439