aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/boolean.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-301-1/+10
* Ensure casting by boolean attribute when queryingRyuta Kamizono2018-05-291-0/+4
* 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
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-6/+6
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-2/+2
* [ci skip] add class level documentation to ActiveModel::Type::BooleanDavid Elliott2016-07-111-2/+13
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+21