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
2006-02-25 23:32:24 +00:00
..
bad_fixtures
db_definitions Improved the Oracle OCI Adapter with better performance for column reflection (from #3210), fixes to migrations (from #3476 and #3742), tweaks to unit tests (from #3610), and improved documentation (from #2446) (closes #3879) [Aggregated by schoenm@earthlink.net] 2006-02-21 00:00:29 +00:00
developers_projects
migrations
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
subscribers
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.rb Added tests for join models and fixed a bug #3177 2005-12-11 18:06:51 +00:00
authors.yml
auto_id.rb
binary.rb
categories.yml
categories_ordered.yml
categories_posts.yml
categorization.rb Added tests for join models and fixed a bug #3177 2005-12-11 18:06:51 +00:00
categorizations.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
category.rb removed :piggyback in favor of just allowing :select on :through associations 2005-12-20 21:26:27 +00:00
column_name.rb
comment.rb r3095@asus: jeremy | 2005-11-15 22:40:51 -0800 2005-11-16 08:16:54 +00:00
comments.yml
companies.yml
company.rb Fixed that reflections would bleed across class boundaries in single-table inheritance setups (closes #3796) [lars@pind.com] 2006-02-25 23:32:24 +00:00
company_in_module.rb Reflections don't attempt to resolve module nesting of association classes. Simplify type computation. 2006-02-22 18:44:14 +00:00
computer.rb
computers.yml
course.rb
courses.yml
customer.rb Reloading an instance refreshes its aggregations as well as its associations. References #3024. 2005-12-08 04:46:57 +00:00
customers.yml
default.rb
developer.rb Destroy associated has_and_belongs_to_many records after all before_destroy callbacks but before destroy. This allows you to act on the habtm association as you please while preserving referential integrity. Closes #2065. 2005-11-08 10:19:09 +00:00
developers.yml Sanitize scoped conditions. 2006-01-04 03:43:28 +00:00
developers_projects.yml
entrant.rb
entrants.yml
fk_test_has_fk.yml
fk_test_has_pk.yml
flowers.jpg
keyboard.rb
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 acts_as_list plays nicely with inheritance by remembering the class which declared it. Closes #2811. 2005-11-10 06:19:50 +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
movies.yml
order.rb
people.yml
person.rb Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 2006-02-10 05:19:41 +00:00
post.rb Allow has_many :through to work with :include [Michael Schoen]. Closes #3611 2006-02-10 05:19:41 +00:00
posts.yml
project.rb Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH] Added option to specify :group, :limit, :offset, and :select options from find on has_and_belongs_to_many and has_many assosociations [DHH] 2005-12-13 00:39:51 +00:00
projects.yml
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 Explicitly require topic from reply fixture. 2005-11-04 05:46:28 +00:00
subject.rb
subscriber.rb
tag.rb Polymorphic join support for has_one associations (has_one :foo, :as => :bar). Closes #3785. 2006-02-09 19:37:05 +00:00
tagging.rb Work-in progress for providing better join model support and polymorphic associations 2005-12-02 06:03:43 +00:00
taggings.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
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
tasks.yml
topic.rb
topics.yml