aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/contact.rb
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate various Active Record schema cache structuresJean Boussier2019-06-031-9/+9
* 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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-4/+4
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-1/+1
* Move writing unknown column exception to null attributeSean Griffin2014-06-261-0/+1
* Add some coverage for AR serialization with serializable_hashCarlos Antonio da Silva2012-06-221-17/+32
* Raise error when using write_attribute with a non-existent attribute.Jon Leighton2011-09-131-6/+7
* introduce a fake AR adapter for mocking database return valuesAaron Patterson2011-02-041-5/+7
* share column cache among subclasses, only look up columns per AR::Base subcla...Aaron Patterson2011-02-011-0/+4
* to_xml with :include should skip_instruct on the included records [#4506 stat...Lawrence Pit2010-04-301-1/+3
* move assets and modelsJeremy Kemper2008-01-181-0/+16