rails/activerecord/test/fixtures
David Heinemeier Hansson 9c0fb70e1e For Firebird adapter
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4423 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-06-03 21:52:22 +00:00
..
bad_fixtures Initial 2004-11-24 01:04:44 +00:00
categories Add missing fixtures for #3937. 2006-02-28 17:46:16 +00:00
db_definitions For Firebird adapter 2006-06-03 21:52:22 +00:00
developers_projects Initial 2004-11-24 01:04:44 +00:00
migrations Sugared up migrations with even more bling #1609 [Tobias Luekte] 2005-07-05 07:19:20 +00:00
migrations_with_duplicate Added that an DuplicateMigrationVersionError gets raised when multiple migrations have the same version number. 2005-10-31 15:43:02 +00:00
naked Added tree mixin and unit tests for all the mixins 2004-12-15 00:46:26 +00:00
subscribers Initial 2004-11-24 01:04:44 +00:00
accounts.yml Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.maxmium, and the generic Base.calculate. All can be used with :group and :having. Calculations and statitics need no longer require custom SQL. #3958 [Rick Olson] 2006-02-25 23:06:04 +00:00
author_favorites.yml add self referential has_many :through example [Rick] 2006-03-21 01:07:16 +00:00
author.rb Provide Association Extensions access to the instance that the association is being accessed from. Closes #4433 [josh@hasmanythrough.com] 2006-05-28 21:33:34 +00:00
authors.yml Made eager loading work even more 2005-04-03 17:50:11 +00:00
auto_id.rb Initial 2004-11-24 01:04:44 +00:00
binary.rb Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly and come back mangled #405 [Tobias Luetke] 2005-01-01 18:34:39 +00:00
categories_ordered.yml Support ordered YAML fixtures. #1896 2005-10-15 02:01:38 +00:00
categories_posts.yml Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144 2006-03-16 06:17:54 +00:00
categories.yml Fixed that single-table inheritance sub-classes couldn't be used to limit the result set with eager loading #1215 [Chris McGrath] 2005-07-03 08:21:22 +00:00
categorization.rb Added tests for join models and fixed a bug #3177 2005-12-11 18:06:51 +00:00
categorizations.yml Allow :uniq => true with has_many :through associations. 2006-05-06 23:37:56 +00:00
category.rb Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144 2006-03-16 06:17:54 +00:00
column_name.rb Initial 2004-11-24 01:04:44 +00:00
comment.rb r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 2005-11-16 08:16:54 +00:00
comments.yml Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac <blair@orcaware.com>] 2006-04-29 05:02:54 +00:00
companies.yml modified finder test a tiny bit so that it passes on sqlserver 2005-10-16 20:50:06 +00:00
company_in_module.rb Update lingering uses of deprecated association dependency options (closes #4169) [coffe2code] 2006-03-18 20:25:50 +00:00
company.rb Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.com] 2006-04-29 23:00:47 +00:00
computer.rb git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de 2005-01-11 00:53:04 +00:00
computers.yml Added compatibility with camelCase column names for dynamic finders #533 [Dee.Zsombor] 2005-04-30 15:49:28 +00:00
course.rb Initial 2004-11-24 01:04:44 +00:00
courses.yml Added new Base.find API and deprecated find_all, find_first. Added preliminary support for eager loading of associations 2005-04-03 10:52:05 +00:00
customer.rb Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com] 2006-05-21 17:32:37 +00:00
customers.yml Added :allow_nil option for aggregations (closes #5091) [ian.w.white@gmail.com] 2006-05-21 17:32:37 +00:00
default.rb Initial 2004-11-24 01:04:44 +00:00
developer.rb Allow multiple association extensions with :extend option (closes #4666) [Josh Susser] 2006-04-11 01:10:42 +00:00
developers_projects.yml fix test_find_in_association_with_options test, tweak other tests affected by developer/project addition 2006-03-16 03:24:40 +00:00
developers.yml Sanitize scoped conditions. 2006-01-04 03:43:28 +00:00
entrant.rb Initial 2004-11-24 01:04:44 +00:00
entrants.yml Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones. 2005-01-01 19:22:16 +00:00
fk_test_has_fk.yml Fixed that fixtures were being deleted in the same order as inserts causing FK errors #890 [andrew.john.peters@gmail.com] 2005-04-18 07:52:58 +00:00
fk_test_has_pk.yml Fixed that fixtures were being deleted in the same order as inserts causing FK errors #890 [andrew.john.peters@gmail.com] 2005-04-18 07:52:58 +00:00
flowers.jpg r3589@asus: jeremy | 2005-09-26 16:58:40 -0700 2005-09-26 20:28:55 +00:00
funny_jokes.yml Add set_fixture_class to allow the use of table name accessors with models which use set_default_name. Closes #3935 2006-02-27 20:29:28 +00:00
joke.rb Add set_fixture_class to allow the use of table name accessors with models which use set_default_name. Closes #3935 2006-02-27 20:29:28 +00:00
keyboard.rb Add test coverage for customized primary keys including a failing test for #2444. 2005-10-12 19:55:46 +00:00
legacy_thing.rb allow the 'lock_version' column to be configured with set_locking_column. Closes #3402 2006-01-14 09:36:52 +00:00
legacy_things.yml allow the 'lock_version' column to be configured with set_locking_column. Closes #3402 2006-01-14 09:36:52 +00:00
mixin.rb Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) (closes #3765) [John Sheets] 2006-03-02 01:15:41 +00:00
mixins.yml acts_as_list plays nicely with inheritance by remembering the class which declared it. Closes #2811. 2005-11-10 06:19:50 +00:00
movie.rb Initial 2004-11-24 01:04:44 +00:00
movies.yml Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones. 2005-01-01 19:22:16 +00:00
order.rb Saving a record with two unsaved belongs_to associations pointing to the same object fails #2023 [Tobias Luetke] 2005-08-23 11:05:04 +00:00
people.yml Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski] 2004-12-31 19:38:04 +00:00
person.rb Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 2006-02-10 05:19:41 +00:00
post.rb Change has_many :through to use the :source option to specify the source association. :class_name is now ignored. [Rick Olson] 2006-03-24 14:46:17 +00:00
posts.yml Wrap :conditions in parentheses to prevent problems with OR's #1871 2005-09-24 23:58:13 +00:00
project.rb uniq preserves order. References [4325]. 2006-05-07 02:03:25 +00:00
projects.yml Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones. 2005-01-01 19:22:16 +00:00
reader.rb Add missing models and fixture 2006-02-10 06:53:34 +00:00
readers.yml Add missing models and fixture 2006-02-10 06:53:34 +00:00
reply.rb Update lingering uses of deprecated association dependency options (closes #4169) [coffe2code] 2006-03-18 20:25:50 +00:00
subject.rb Made Oracle a first-class connection adapter by adhering closer to idiomatic Oracle style #1798 [The Gang of Oracles] 2005-07-24 14:01:35 +00:00
subscriber.rb Add test coverage for customized primary keys including a failing test for #2444. 2005-10-12 19:55:46 +00:00
tag.rb Added support for eagerly including polymorphic has_one associations. (closes #4525) [Rick] 2006-04-05 17:01:56 +00:00
tagging.rb Quit ignoring default :include options in has_many :through calls [Mark James] 2006-03-19 16:13:52 +00:00
taggings.yml Fix that has_many :through honors the foreign key set by the belongs_to association in the join model (closes #4259) [andylien@gmail.com / Rick] 2006-03-18 22:38:49 +00:00
tags.yml Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model 2005-12-16 23:24:58 +00:00
task.rb Added quoting of column names for fixtures #997 [jcfischer@gmail.com] 2005-04-07 06:54:25 +00:00
tasks.yml Fixed that Date was in incorrect format in tasks.yml (closes #4072) [mlaster@metavillage.com] 2006-03-04 17:17:43 +00:00
topic.rb Update lingering uses of deprecated association dependency options (closes #4169) [coffe2code] 2006-03-18 20:25:50 +00:00
topics.yml to_xml fixes, features, and speedup. Closes #4989. 2006-06-03 00:01:08 +00:00