aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/helpers/time_value.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid redundant `time.getutc` call if it is already utc time objectRyuta Kamizono2019-06-181-4/+4
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Don't round off subseconds unless necessaryRyuta Kamizono2019-05-281-3/+10
* Fix type cast with values hash for Date typeRyuta Kamizono2019-02-181-12/+0
* Faster time_value.rbschneems2018-08-291-1/+7
* Add missing require for string to timezone conversionAnnie-Claude Côté2018-05-161-0/+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
* Merge pull request #25296 from kamipo/use_inspect_for_type_cast_for_schemaRafael França2017-02-281-1/+1
|\
| * Use `inspect` in `type_cast_for_schema` for date/time and decimal valuesRyuta Kamizono2016-12-111-1/+1
* | Change ActiveModel::Type::Helpers to :nodoc: [ci skip]MSP-Greg2016-12-161-2/+2
|/
* Fix `apply_seconds_precision` not to be affected by `mathn`Ryuta Kamizono2016-11-271-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-17/+17
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* Fixed taking precision into count when assigning a value to timestamp attributeBogdan Gusiev2015-09-231-5/+8
* Move the appropriate type tests to the Active Model suiteSean Griffin2015-09-211-2/+8
* Various stylistic nitpicksSean Griffin2015-09-211-4/+3
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+69