rails--rails/activerecord/test/fixtures
Jeremy Kemper 2a12b56841 r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
decimal
 r4705@asus:  jeremy | 2006-06-27 12:20:47 -0700
 current_adapter? checks whether any of its arguments is the name of the current adapter class
 r4834@asus:  jeremy | 2006-07-08 13:08:24 -0700
 Room to float.
 r4835@asus:  jeremy | 2006-07-08 13:09:18 -0700
 Give lock test a few chances.
 r4836@asus:  jeremy | 2006-07-08 13:12:05 -0700
 Numeric and decimal columns map to BigDecimal instead of Float. Those with scale 0 map to Integer. Closes #5454.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4596 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-08 20:35:56 +00:00
..
bad_fixtures
categories
db_definitions r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
developers_projects
migrations
migrations_with_decimal r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 2006-07-08 20:35:56 +00:00
migrations_with_duplicate
naked
subscribers
accounts.yml
author.rb Provide Association Extensions access to the instance that the association is being accessed from. Closes #4433 [josh@hasmanythrough.com] 2006-05-28 21:33:34 +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
categorizations.yml Allow :uniq => true with has_many :through associations. 2006-05-06 23:37:56 +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
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
company.rb Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.com] 2006-04-29 23:00:47 +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 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
developers_projects.yml
entrant.rb
entrants.yml
fk_test_has_fk.yml
fk_test_has_pk.yml
flowers.jpg
funny_jokes.yml
joke.rb
keyboard.rb
legacy_thing.rb
legacy_things.yml
mixin.rb
mixins.yml
movie.rb
movies.yml
order.rb
people.yml
person.rb
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 uniq preserves order. References [4325]. 2006-05-07 02:03:25 +00:00
projects.yml
reader.rb
readers.yml
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
task.rb
tasks.yml
topic.rb Update lingering uses of deprecated association dependency options (closes #4169) [coffe2code] 2006-03-18 20:25:50 +00:00
topics.yml PostgreSQL: correctly quote microseconds in timestamps. Closes #5641. 2006-07-07 17:40:22 +00:00