aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/binary.rb
Commit message (Expand)AuthorAgeFilesLines
* Correctly detect mutation on serialized columns mapping to binarySean Griffin2014-08-271-0/+10
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-1/+1
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Make `_before_type_cast` actually be before type castSean Griffin2014-06-091-0/+9
* Removed unused `klass` definitions from typesSean Griffin2014-06-061-4/+0
* Refactor quoting of binary data to not be based on the column typeSean Griffin2014-06-031-0/+18
* Move types to the top level `ActiveRecord` namespaceSean Griffin2014-05-271-0/+17