1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/lib/active_record/railties
Alexey Muranov a94220b66c Rename "Fixtures" class to "FixtureSet"
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.
2012-10-07 19:15:58 +02:00
..
console_sandbox.rb Store the transaction number in the transaction object 2012-09-15 00:00:50 +01:00
controller_runtime.rb nodoc AR::Railtie [ci skip] 2012-09-21 23:38:18 -05:00
databases.rake Rename "Fixtures" class to "FixtureSet" 2012-10-07 19:15:58 +02:00
jdbcmysql_error.rb Clean up module docs [ci skip] 2012-03-07 01:04:14 +05:30