aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/contract.rb
Commit message (Collapse)AuthorAgeFilesLines
* modernizes hash syntax in activerecordXavier Noria2016-08-061-1/+1
|
* applies new string literal convention in activerecord/testXavier 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.
* adding a test to demonstrate how to use STI subclasses on the far rightAaron Patterson2013-09-271-0/+1
| | | | side of a hm:t association along with preloading.
* Tests for issue #1360Farley Knight2011-05-311-0/+15
|
* Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-161-1/+1
|
* has_many :through create should not raise validation errorsrailsbob2009-08-091-0/+4
[#2934 state:committed] Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>