aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/company.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow find on a has_many association defined with :finder_sql to accept id ar...Marcel Molina2007-10-261-0/+1
* Ensure that associations with :dependent => :delete_all respect :conditions o...Rick Olson2007-05-241-0/+2
* Subclasses of an abstract class work with single-table inheritance. Reference...Jeremy Kemper2007-01-231-1/+5
* Removes the ability for eager loaded conditions to be interpolated, since the...Rick Olson2006-10-091-0/+1
* Commit stray fixture.Jeremy Kemper2006-09-021-1/+2
* has_one supports the :dependent => :delete option which skips the typical cal...Jeremy Kemper2006-08-291-0/+15
* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive....Marcel Molina2006-04-291-0/+4
* Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...Rick Olson2006-04-191-0/+1
* Fix bug introduced by changeset 3679 which caused custom attribute? methods t...David Heinemeier Hansson2006-03-201-0/+9
* Update lingering uses of deprecated association dependency options (closes #4...David Heinemeier Hansson2006-03-181-4/+4
* fixed has_many :conditions sanitizing (closes #4278) [hakuja@hakuja.net]Rick Olson2006-03-181-1/+1
* Fixed that reflections would bleed across class boundaries in single-table in...David Heinemeier Hansson2006-02-251-0/+2
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-0/+1
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-1/+3
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-1/+7
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-281-0/+16
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-241-0/+1
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-1/+1
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-071-0/+3
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-061-1/+1
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-251-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+2
* Added counter_sql option for has_many associations [bitsweat]David Heinemeier Hansson2004-12-071-0/+6
* InitialDavid Heinemeier Hansson2004-11-241-0/+37