aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/parrots_pirates.yml
Commit message (Collapse)AuthorAgeFilesLines
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-4/+4
| | | | Rename `ActiveRecord::Fixtures` class to `ActiveRecord::FixtureSet`. Instances of this class normally hold a collection of fixtures (records) loaded either from a single YAML file, or from a file and a folder with the same name. This change make the class name singular and makes the class easier to distinguish from the modules like `ActiveRecord::TestFixtures`, which operates on multiple fixture sets, or `DelegatingFixtures`, `::Fixtures`, etc., and from the class `ActiveRecord::Fixture`, which corresponds to a single fixture.
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-4/+4
| | | [Fixes #439]
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-261-0/+7
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8036 5ecf4fe2-1ee6-0310-87b1-e25e094e27de