aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-162-2/+4
* Support ordered YAML fixtures. #1896Jeremy Kemper2005-10-151-0/+7
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-153-1/+24
* Update DB2 adapter. Closes #2206.Marcel Molina2005-10-121-0/+1
* Add test coverage for customized primary keys including a failing test for #2...Marcel Molina2005-10-1214-5/+43
* Add geometric type for postgresql adapter. Closes #2233.Marcel Molina2005-10-092-0/+12
* sqlite topics.approved should default to true like the other dbsJeremy Kemper2005-10-061-1/+1
* Fixup tests for [2474].Jeremy Kemper2005-10-061-1/+1
* smallint -> boolean in pg sqlJeremy Kemper2005-10-061-1/+1
* Quote booleans according the rules defined by the adapterMichael Koziarski2005-10-062-3/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-281-0/+16
* Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...Jeremy Kemper2005-09-271-0/+2
* r3589@asus: jeremy | 2005-09-26 16:58:40 -0700Jeremy Kemper2005-09-262-0/+0
* Include the orders table in *.drop.sqlJeremy Kemper2005-09-266-0/+7
* Standardize the interpretation of boolean columns in the Mysql and Sqlite ada...Jamis Buck2005-09-251-2/+2
* Wrap :conditions in parentheses to prevent problems with OR's #1871Jamis Buck2005-09-242-0/+13
* Fixed various problems with has_and_belongs_to_many when using customer finde...David Heinemeier Hansson2005-09-131-0/+1
* Fix fixture problem for pgsqlDavid Heinemeier Hansson2005-09-111-2/+2
* Make the test_find_all_by_one_attribute and test_find_all_by_one_attribute_wi...David Heinemeier Hansson2005-09-091-1/+1
* Added the instance methods #root and #ancestors on acts_as_tree and fixed sib...David Heinemeier Hansson2005-09-091-1/+11
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-237-1/+55
* Made Oracle a first-class connection adapter by adhering closer to idiomatic ...David Heinemeier Hansson2005-07-246-11/+72
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-223-3/+37
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-186-6/+12
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-171-0/+2
* Sugared up migrations with even more bling #1609 [Tobias Luekte]David Heinemeier Hansson2005-07-051-0/+12
* Include all tables in mysql, sqlite, and postgresql drop sql.Jeremy Kemper2005-07-053-1/+7
* Added callback hooks to association collections #1549 [Florian Weber]David Heinemeier Hansson2005-07-042-0/+50
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-038-3/+13
* Fixed that single-table inheritance sub-classes couldn't be used to limit the...David Heinemeier Hansson2005-07-0313-9/+103
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-012-3/+5
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-186-2/+14
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-1/+2
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-0/+14
* r1278@iwill: jeremy | 2005-06-12 05:11:48 -0700Jeremy Kemper2005-06-121-2/+0
* Return PostgreSQL columns in the order they are declared #1374 (perlguy@gmail...Jeremy Kemper2005-06-121-1/+1
* Preserve extendedWarranty case in PostgreSQL computers table.Jeremy Kemper2005-06-111-1/+1
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-5/+5
* Eager loading of dependent has_one associations won't delete the association ...Jamis Buck2005-06-101-1/+1
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-191-0/+1
* Fixed that clone would break when an aggregate had the same name as one of it...David Heinemeier Hansson2005-05-191-0/+6
* Added compatibility with camelCase column names for dynamic finders #533 [Dee...David Heinemeier Hansson2005-04-307-7/+14
* Fixed OCI fixtures [Ryan Carver]David Heinemeier Hansson2005-04-191-3/+3
* Fixed stray comma when using eager loading and ordering together from has_man...David Heinemeier Hansson2005-04-191-1/+1
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-188-0/+67
* Changed habtm eager loading to also use joinsDavid Heinemeier Hansson2005-04-181-0/+1
* Fixes for postgresql testing #1129, #1130, #1131David Heinemeier Hansson2005-04-184-5/+4
* SqlServer fixtures - CategoriesPostsDavid Heinemeier Hansson2005-04-171-1/+1
* Added acts_as_nested_set #1000 [wschenk]David Heinemeier Hansson2005-04-172-0/+48
* Dont initialize the association proxy for nil recordsDavid Heinemeier Hansson2005-04-141-0/+7