rails--rails/activerecord/test/fixtures
Jeremy Kemper efaf2af07c r3653@asus: jeremy | 2005-09-28 00:23:49 -0700
Ticket 2221 - model.association.clear should destroy associated objects if :dependent => true instead of nullifying their foreign keys


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2384 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-09-28 03:52:57 +00:00
..
bad_fixtures
db_definitions Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIMESTAMP/CURRENT_DATE 2005-09-27 23:37:57 +00:00
developers_projects
migrations Sugared up migrations with even more bling #1609 [Tobias Luekte] 2005-07-05 07:19:20 +00:00
naked
subscribers
accounts.yml
author.rb Added callback hooks to association collections #1549 [Florian Weber] 2005-07-04 08:43:57 +00:00
authors.yml Made eager loading work even more 2005-04-03 17:50:11 +00:00
auto_id.rb
binary.rb
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
categories_posts.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
category.rb Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke] 2005-07-22 20:05:42 +00:00
column_name.rb
comment.rb Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke] 2005-07-22 20:05:42 +00:00
comments.yml Wrap :conditions in parentheses to prevent problems with OR's #1871 2005-09-24 23:58:13 +00:00
companies.yml Be sure to use the @finder_sql in the has_many association's #find method, even if explicit conditions have not been given. 2005-06-13 12:03:33 +00:00
company.rb r3653@asus: jeremy | 2005-09-28 00:23:49 -0700 2005-09-28 03:52:57 +00:00
company_in_module.rb
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
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 better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed) 2005-03-01 23:52:36 +00:00
customers.yml Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed) 2005-03-01 23:52:36 +00:00
default.rb
developer.rb Fixed that has_and_belongs_to_many didn't respect single table inheritance types #1081 [Florian Weber] 2005-07-03 08:52:59 +00:00
developers.yml
developers_projects.yml
entrant.rb
entrants.yml
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
mixin.rb Added acts_as_nested_set #1000 [wschenk] 2005-04-17 09:52:12 +00:00
mixins.yml Added the instance methods #root and #ancestors on acts_as_tree and fixed siblings to not include the current node #2142, #2140 [coffee2code] 2005-09-09 08:01:44 +00:00
movie.rb
movies.yml
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
person.rb
post.rb Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke] 2005-07-22 20:05:42 +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 Fixed various problems with has_and_belongs_to_many when using customer finder_sql #2094 [Florian Weber] 2005-09-13 10:15:54 +00:00
projects.yml
reply.rb
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 Fixed that has_and_belongs_to_many didn't respect single table inheritance types #1081 [Florian Weber] 2005-07-03 08:52:59 +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 Added quoting of column names for fixtures #997 [jcfischer@gmail.com] 2005-04-07 06:54:25 +00:00
topic.rb
topics.yml Fix fixture problem for pgsql 2005-09-11 04:18:07 +00:00