.. |
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
|
Add missing fixtures for #3937.
|
2006-02-28 17:46:16 +00:00 |
db_definitions
|
Improve performance and functionality of the postgresql adapter. Closes #8049 [roderickvd]
|
2007-08-16 06:26:30 +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_decimal
|
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
|
2006-07-08 20:35:56 +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 |
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
|
Make sure has_many associations honour :include when counting. Closes #9167 [danger]
|
2007-08-16 04:36:55 +00:00 |
author_favorites.yml
|
add self referential has_many :through example [Rick]
|
2006-03-21 01:07:16 +00:00 |
authors.yml
|
Made eager loading work even more
|
2005-04-03 17:50:11 +00:00 |
auto_id.rb
|
|
|
binaries.yml
|
forgot binary fixture
|
2007-05-21 19:50:44 +00:00 |
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_ordered.yml
|
Fixtures: fix YAML ordered map support. Closes #2665.
|
2007-03-09 02:06:50 +00:00 |
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
|
Allow :uniq => true with has_many :through associations.
|
2006-05-06 23:37:56 +00:00 |
category.rb
|
Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
|
2007-08-07 09:53:33 +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
|
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
|
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 :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
|
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 |
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
|
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
|
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
|
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 |
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
|
Remove acts_as_list. Users are advised to install the new plugin. References #9415. [josh, nzkoz]
|
2007-09-10 04:41:09 +00:00 |
mixins.yml
|
Remove acts_as_list. Users are advised to install the new plugin. References #9415. [josh, nzkoz]
|
2007-09-10 04:41:09 +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
|
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
|
2006-02-10 05:19:41 +00:00 |
post.rb
|
Subclasses of an abstract class work with single-table inheritance. Closes #5704.
|
2006-12-01 21:24:47 +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
|
has_many :through conditions are sanitized by the associating class. Closes #5971.
|
2006-09-01 05:31:56 +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
|
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
|
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
|
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
|
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 |