aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/date.rb
Commit message (Expand)AuthorAgeFilesLines
* PostgreSQL: Allow BC dates like datetime consistentlyRyuta Kamizono2018-02-231-1/+1
* 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
* Use `inspect` in `type_cast_for_schema` for date/time and decimal valuesRyuta Kamizono2016-12-111-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-25/+25
* Fix `Type::Date#serialize` to return a date object correctlyRyuta Kamizono2016-06-161-0/+4
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+50