1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/fixtures
2007-06-30 03:31:48 +00:00
..
all Added fixtures :all to test_helper.rb to assume that most people just want all their fixtures loaded all the time [DHH] Added fixtures :all as a way of loading all fixtures in the fixture directory at once (closes #7214) [manfred] 2007-02-25 17:31:43 +00:00
bad_fixtures
categories
db_definitions Fix polymorphic has_one associations declared in an abstract class. Closes #8638. 2007-06-25 22:42:19 +00:00
developers_projects
migrations
migrations_with_decimal r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
migrations_with_duplicate
migrations_with_missing_versions Migrations: gracefully handle missing migration files. Closes #5857. 2006-08-23 05:49:40 +00:00
naked
subscribers
accounts.yml has_one supports the :dependent => :delete option which skips the typical callback chain and deletes the associated object directly from the database. Closes #5927. 2006-08-29 17:06:27 +00:00
author.rb Don't call unsupported methods on associated objects when using :include, :method with to_xml [manfred, jwilger] Closes #7307 2007-06-30 03:31:48 +00:00
author_favorites.yml add self referential has_many :through example [Rick] 2006-03-21 01:07:16 +00:00
authors.yml
auto_id.rb
binaries.yml forgot binary fixture 2007-05-21 19:50:44 +00:00
binary.rb
categories.yml
categories_ordered.yml Fixtures: fix YAML ordered map support. Closes #2665. 2007-03-09 02:06:50 +00:00
categories_posts.yml
categorization.rb
categorizations.yml Allow :uniq => true with has_many :through associations. 2006-05-06 23:37:56 +00:00
category.rb Removes the ability for eager loaded conditions to be interpolated, since there is no model instance to use as a context for interpolation. #5553 [turnip@turnipspatch.com] 2006-10-09 02:46:57 +00:00
column_name.rb
comment.rb
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 has_one supports the :dependent => :delete option which skips the typical callback chain and deletes the associated object directly from the database. Closes #5927. 2006-08-29 17:06:27 +00:00
company.rb Ensure that associations with :dependent => :delete_all respect :conditions option. Closes #8034 [danger, joshpeek, Rick] 2007-05-24 20:39:51 +00:00
company_in_module.rb Deprecated add_on_boundary_breaking (use validates_length_of instead) (closes #6292) [BobSilva] 2006-10-09 01:42:09 +00:00
computer.rb
computers.yml
course.rb
courses.yml
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
developer.rb Allow multiple association extensions with :extend option (closes #4666) [Josh Susser] 2006-04-11 01:10:42 +00:00
developers.yml
developers_projects.yml
edge.rb Included associations: go deep. 2006-08-16 18:10:52 +00:00
edges.yml Included associations: go deep. 2006-08-16 18:10:52 +00:00
entrant.rb
entrants.yml
fk_test_has_fk.yml
fk_test_has_pk.yml
flowers.jpg
funny_jokes.yml Fixtures: correct escaping of \n and \r. Closes #5859. 2006-08-24 01:50:24 +00:00
item.rb Fix polymorphic has_one associations declared in an abstract class. Closes #8638. 2007-06-25 22:42:19 +00:00
items.yml Fix polymorphic has_one associations declared in an abstract class. Closes #8638. 2007-06-25 22:42:19 +00:00
joke.rb
keyboard.rb
legacy_thing.rb
legacy_things.yml
mixed_case_monkey.rb Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
mixed_case_monkeys.yml Consistently quote primary key column names. Closes #7763. 2007-03-09 03:23:37 +00:00
mixin.rb acts_as_nested_set works with single-table inheritance. Closes #6030. 2007-01-12 05:33:09 +00:00
mixins.yml acts_as_nested_set: direct_children is sorted correctly. Closes #4761. 2007-05-30 06:34:25 +00:00
movie.rb
movies.yml
order.rb
people.yml
person.rb
post.rb Subclasses of an abstract class work with single-table inheritance. Closes #5704. 2006-12-01 21:24:47 +00:00
posts.yml
project.rb has_many :through conditions are sanitized by the associating class. Closes #5971. 2006-09-01 05:31:56 +00:00
projects.yml
reader.rb
readers.yml
reply.rb
subject.rb
subscriber.rb
tag.rb Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +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 polymorphic has_one associations declared in an abstract class. Closes #8638. 2007-06-25 22:42:19 +00:00
tags.yml
task.rb
tasks.yml
topic.rb to_xml: the :methods option works on arrays of records. Closes #5845. 2006-09-02 21:00:09 +00:00
topics.yml PostgreSQL: correctly quote microseconds in timestamps. Closes #5641. 2006-07-07 17:40:22 +00:00
vertex.rb Fix has_many :through << with custom foreign keys. Closes #6466, #7153. 2007-03-05 11:34:39 +00:00
vertices.yml Included associations: go deep. 2006-08-16 18:10:52 +00:00