.. |
bad_fixtures
|
|
|
categories
|
Add missing fixtures for #3937.
|
2006-02-28 17:46:16 +00:00 |
db_definitions
|
Correct syntax error in postgresql schema definition
|
2006-03-15 01:31:00 +00:00 |
developers_projects
|
|
|
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
|
|
|
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
|
Made eager loading work even more
|
2005-04-03 17:50:11 +00:00 |
auto_id.rb
|
|
|
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.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_ordered.yml
|
Support ordered YAML fixtures. #1896
|
2005-10-15 02:01:38 +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 |
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
|
Wrap :conditions in parentheses to prevent problems with OR's #1871
|
2005-09-24 23:58:13 +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.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
|
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
|
Reloading an instance refreshes its aggregations as well as its associations. References #3024.
|
2005-12-08 04:46:57 +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
|
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
|
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 |
entrant.rb
|
|
|
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
|
|
|
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
|
Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]
|
2006-03-16 02:10:11 +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
|
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
|
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
|
a few more tests for the custom counter_cache naming code
|
2006-03-09 18:11:41 +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
|
Polymorphic join support for has_one associations (has_one :foo, :as => :bar). Closes #3785.
|
2006-02-09 19:37:05 +00:00 |
tagging.rb
|
Make counter_cache work with polymorphic belongs_to
|
2006-03-04 15:11:17 +00:00 |
taggings.yml
|
Allow :dependent options to be used with polymorphic joins. #3820 [Rick Olson]
|
2006-03-16 02:10:11 +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
|
Fixed eager loading problems with single-table inheritance [Rick Olson] Added smarter table aliasing for eager associations for multiple self joins [Rick Olson] (closes #3580)
|
2006-03-05 18:43:56 +00:00 |
topics.yml
|
Fixed eager loading problems with single-table inheritance [Rick Olson] Added smarter table aliasing for eager associations for multiple self joins [Rick Olson] (closes #3580)
|
2006-03-05 18:43:56 +00:00 |