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
2007-12-11 20:08:30 +00:00
..
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
db_definitions Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +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
migrations_with_missing_versions Migrations: gracefully handle missing migration files. Closes #5857. 2006-08-23 05:49:40 +00:00
naked
reserved_words Quote table names. Defaults to column quoting. Closes #4593. 2007-10-16 05:06:33 +00:00
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 Ensure that the :uniq option for has_many :through associations retains the order. #10463 [remvee] 2007-12-11 20:08:30 +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
binaries.yml Use a smaller binary fixture so we don't overflow column size limitations in some commercial / legacy databases. Closes #7987 [roderickvd, lawrence] 2007-10-17 21:35:46 +00:00
binary.rb
book.rb Fix has_many :through delete with custom foreign keys. Closes #6466. 2007-10-27 18:51:32 +00:00
books.yml Fix has_many :through delete with custom foreign keys. Closes #6466. 2007-10-27 18:51:32 +00:00
categories.yml
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
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
citation.rb Fix has_many :through delete with custom foreign keys. Closes #6466. 2007-10-27 18:51:32 +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 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 Allow find on a has_many association defined with :finder_sql to accept id arguments as strings like regular find does. Closes #9916 [krishna] 2007-10-26 03:42:28 +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 find_and_(initialize|create)_by methods can now properly initialize protected attributes 2007-10-10 19:11:50 +00:00
computers.yml
contact.rb Added ActiveRecord::Base#to_json/from_json (currently does not support :include like to_xml) [DHH]. Added ActiveRecord::Base#from_xml [DHH] 2007-09-20 23:22:30 +00:00
course.rb
courses.yml
customer.rb Assigning an instance of a foreign class to a composed_of aggregate calls an optional conversion block. Refactor and simplify composed_of implementation. Closes #6322. 2007-10-23 17:39:35 +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 Ensure that 'autosaving' works when associations aren't loaded [Bryan Helmkamp] References #8713 2007-10-10 06:45:13 +00:00
developers.yml
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
example.log Add example.log for binary escaping test. References #10176. 2007-11-22 01:30:22 +00:00
fk_test_has_fk.yml
fk_test_has_pk.yml
flowers.jpg Use a smaller binary fixture so we don't overflow column size limitations in some commercial / legacy databases. Closes #7987 [roderickvd, lawrence] 2007-10-17 21:35:46 +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 Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
keyboard.rb
legacy_thing.rb
legacy_things.yml
matey.rb Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
mateys.yml Fixed that create table with :id => false and fixtures don't play nice together (closes #10154) [jbarnette] 2007-11-25 22:08:38 +00:00
minimalistic.rb Missed the add 2007-10-06 01:03:19 +00:00
minimalistics.yml Missed the add 2007-10-06 01:03:19 +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
mixins.yml Moved acts_as_tree into a plugin of the same name on the official Rails svn (closes #9514) [lifofifo] 2007-09-11 03:25:59 +00:00
movie.rb
movies.yml
order.rb
parrot.rb Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +00:00
parrots.yml Foxy fixtures: support single-table inheritance. Closes #10234. 2007-11-26 22:46:11 +00:00
parrots_pirates.yml Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. 2007-10-26 05:56:46 +00:00
people.yml
person.rb
pirate.rb Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [jbarnette, David Lowenfels] 2007-11-20 21:53:22 +00:00
pirates.yml Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. 2007-10-26 05:56:46 +00:00
post.rb Fix HasManyThrough Association so it uses :conditions on the HasMany Association. Closes #9729 [danger] 2007-11-11 01:03:43 +00:00
posts.yml
project.rb Fixed that habtm associations should be able to set :select as part of their definition and have that honored [DHH] 2007-12-05 21:37:51 +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
ship.rb Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
ships.yml Foxy fixtures: allow mixed usage to make migration easier and more attractive. Closes #10004. 2007-11-26 22:45:43 +00:00
subject.rb
subscriber.rb
tag.rb Allow a polymorphic :source for has_many :through associations. Closes #7143 [protocool] 2007-03-13 05:23:18 +00:00
tagging.rb Don't call attr_readonly on polymorphic belongs_to associations, in case it matches the name of some other non-ActiveRecord class/module. [Rick] 2007-10-05 19:27:33 +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
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 Make sure AR::Base#clone handles attr changes made in after_initialize hooks. Closes #7191 [weyus] 2007-10-08 06:21:38 +00:00
topics.yml PostgreSQL: correctly quote microseconds in timestamps. Closes #5641. 2006-07-07 17:40:22 +00:00
treasure.rb Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [jbarnette, David Lowenfels] 2007-11-20 21:53:22 +00:00
treasures.yml Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [jbarnette, David Lowenfels] 2007-11-20 21:53: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