aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/value.rb
Commit message (Expand)AuthorAgeFilesLines
* Make force equality checking more strictly not to allow serialized attributeRyuta Kamizono2018-05-251-0/+4
* Allow multiparameter assigned attributes to be used with `text_field`Sean Griffin2017-07-171-0/+4
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-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
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-3/+3
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* Refactor tz aware types, add support for PG rangesSean Griffin2016-01-081-0/+4
* Use a bind param for `LIMIT` and `OFFSET`Sean Griffin2015-12-141-0/+5
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-0/+3
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+104