.. |
bad_fixtures
|
|
|
categories
|
Add missing fixtures for #3937.
|
2006-02-28 17:46:16 +00:00 |
db_definitions
|
add self referential has_many :through example [Rick]
|
2006-03-21 01:07:16 +00:00 |
developers_projects
|
|
|
migrations
|
|
|
migrations_with_duplicate
|
|
|
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 descriptive error messages for invalid has_many :through associations: going through :has_one or :has_and_belongs_to_many [Rick]
|
2006-04-05 15:36:02 +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
|
|
|
binary.rb
|
|
|
categories.yml
|
|
|
categories_ordered.yml
|
|
|
categories_posts.yml
|
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144
|
2006-03-16 06:17:54 +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
|
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] closes #4144
|
2006-03-16 06:17:54 +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
|
Fix bug introduced by changeset 3679 which caused custom attribute? methods to be overridden. Also ensure that ? methods are defined even if read method is customised. (closes #3677) [jonathan@bluewire.net.nz]
|
2006-03-20 06:45:34 +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 |
computer.rb
|
|
|
computers.yml
|
|
|
course.rb
|
|
|
courses.yml
|
|
|
customer.rb
|
Fixed that that multiparameter assignment doesn't work with aggregations (closes #4620) [Lars Pind]
|
2006-04-06 16:16:29 +00:00 |
customers.yml
|
|
|
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
|
Sanitize scoped conditions.
|
2006-01-04 03:43:28 +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 |
entrant.rb
|
|
|
entrants.yml
|
|
|
fk_test_has_fk.yml
|
|
|
fk_test_has_pk.yml
|
|
|
flowers.jpg
|
|
|
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
|
|
|
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
|
|
|
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
|
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
|
|
|
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
|
Update lingering uses of deprecated association dependency options (closes #4169) [coffe2code]
|
2006-03-18 20:25:50 +00:00 |
subject.rb
|
|
|
subscriber.rb
|
|
|
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
|
|
|
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
|
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 |