aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/companies.yml
Commit message (Expand)AuthorAgeFilesLines
* Ensure AR #second, #third, etc. finders work through associationsJason Meller2014-01-211-0/+8
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-6/+0
* Associations: DRY up the code which is generating conditions, and make it all...Jon Leighton2010-12-261-1/+0
* Fix dodgy tests which were effectively asserting nil == nilJon Leighton2010-12-261-0/+1
* using arel to compile sql statementsAaron Patterson2010-12-251-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-5/+5
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-0/+8
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-8/+0
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-0/+8
* Add has_many :primary_key option to allow setting the primary key on a has ma...Andre Arko2008-07-061-0/+1
* has_one supports the :dependent => :delete option which skips the typical cal...Jeremy Kemper2006-08-291-1/+6
* modified finder test a tiny bit so that it passes on sqlserverTobias Lütke2005-10-161-3/+6
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-0/+12
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-0/+14
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-011-0/+21