aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/helpers
Commit message (Expand)AuthorAgeFilesLines
* 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