aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/customer.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused/missing `to_money` converter in the test/docRyuta Kamizono2018-01-291-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-7/+7
* Don't assume all hashes are from multiparameter assignment in `composed_of`Sean Griffin2016-08-051-0/+1
* Ensure hashes can be passed to attributes using `composed_of`Sean Griffin2016-05-311-1/+6
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+7
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-7/+0
* Refactor aggregation writer methodCarlos Antonio da Silva2012-05-211-1/+0
* allow the :converter Proc form composed_of to return nilYves Senn2012-05-031-0/+5
* send() will raise an ArgumentError, so we should leverage rubyAaron Patterson2011-01-071-1/+1
* Added :constructor and :converter options to composed_of and deprecated the c...Rob Anderton2008-09-101-1/+19
* move assets and modelsJeremy Kemper2008-01-181-0/+55