aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/helpers
Commit message (Expand)AuthorAgeFilesLines
* Fix non_numeric_string?Yoshiyuki Kinjo2018-09-071-1/+1
* Faster time_value.rbschneems2018-08-291-1/+7
* Add missing require for string to timezone conversionAnnie-Claude Côté2018-05-161-0/+1
* 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-164-0/+8
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-024-4/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-014-0/+4
* 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-164-8/+8
|/
* 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
* apply case-in-assignment patternXavier Noria2016-09-021-6/+7
* RuboCop is 100% green :tada:Xavier Noria2016-09-021-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-26/+26
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* Clean up the implementation of AR::DirtySean Griffin2015-09-241-0/+8
* 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-214-0/+148