aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/type/big_integer.rb
Commit message (Collapse)AuthorAgeFilesLines
* [Active Model] require => require_relativeAkira Matsuda2017-10-211-1/+1
| | | | This basically reverts ee5cfc01a5797f854c8441539b0cae326a81b963
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
|
* [Active Model] require => require_relativeAkira Matsuda2017-07-011-1/+1
|
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
|
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Move ActiveRecord::Type to ActiveModelKir Shatrov2015-09-211-0/+13
The first step of bringing typecasting to ActiveModel