aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/date.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Merge pull request #29651 from Sayanc93/return-correct-dateRyuta Kamizono2019-02-181-1/+1
|\
| * Return correct date in ActiveModel for time to date conversionsSayan Chakraborty2017-12-171-1/+13
* | Extract duplicated `serialize` methods into helpersRyuta Kamizono2019-02-181-4/+0
* | Fix type cast with values hash for Date typeRyuta Kamizono2019-02-181-0/+1
* | 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