aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/money.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action Record] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+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
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-2/+2
* `OID::Money.precision` is unused since #15239Ryuta Kamizono2016-01-311-2/+0
* Revert "Merge pull request #23346 from kamipo/refactor_oid_money_precision"Rafael Mendonça França2016-01-301-4/+2
* Refactor `OID::Money.precision`Ryuta Kamizono2016-01-301-2/+4
* Remove most PG specific type subclassesSean Griffin2015-02-111-2/+0
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* pg, preserve money type when dumping schema and extract money default.Yves Senn2014-06-031-0/+4
* Push scale to type objectsSean Griffin2014-05-221-1/+1
* Move `extract_precision` onto type objectsDan Croak and Sean Griffin2014-05-221-0/+2
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+37