aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed db schemaDavid Heinemeier Hansson2005-04-101-1/+2
* Added support for has_and_belongs_to_many associations in eager loading #1064...David Heinemeier Hansson2005-04-1018-41/+95
* Made eager loading work with inheritance hierarchies #1065 [Ryan Carver]David Heinemeier Hansson2005-04-1014-6/+111
* Added quoting of column names for fixtures #997 [jcfischer@gmail.com]David Heinemeier Hansson2005-04-0714-2/+52
* Fixed counter_sql when no records exist in database for PostgreSQL (would giv...David Heinemeier Hansson2005-04-071-0/+3
* Moved to new serverDavid Heinemeier Hansson2005-04-072-0/+21
* Made eager loading work even moreDavid Heinemeier Hansson2005-04-035-6/+6
* Added new Base.find API and deprecated find_all, find_first. Added preliminar...David Heinemeier Hansson2005-04-039-5/+67
* Made sure all MySQL tables are created as InnoDBDavid Heinemeier Hansson2005-04-022-14/+14
* Fixed the MS SQL adapter to work with the new limit/offset approach and with ...David Heinemeier Hansson2005-03-232-50/+36
* changes the CREATE TABLE script for the "binaries" table to use the "image" d...David Heinemeier Hansson2005-03-201-1/+1
* Fixed that HasManyAssociation#count was using :finder_sql rather than :counte...David Heinemeier Hansson2005-03-061-1/+1
* Added better defaults for composed_of, so statements like composed_of :time_z...David Heinemeier Hansson2005-03-018-1/+25
* Added preliminary support for an agile database migration technique (currentl...David Heinemeier Hansson2005-03-012-0/+21
* Added a OCI8-based Oracle adapter that has been verified to work with Oracle ...David Heinemeier Hansson2005-02-236-156/+193
* Added automatic dropping/creating of test tables for running the unit tests o...David Heinemeier Hansson2005-02-2020-4/+114
* Fix test case for MySQL #598David Heinemeier Hansson2005-02-151-0/+1
* Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...David Heinemeier Hansson2005-02-077-3/+206
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-251-2/+2
* Added support for associating unsaved objects #402 [Tim Bates]David Heinemeier Hansson2005-01-151-0/+2
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0...David Heinemeier Hansson2005-01-112-0/+6
* Fixed that foreign keys named the same as the association would cause stack o...David Heinemeier Hansson2005-01-115-1/+25
* Fixed the last details to please DB2David Heinemeier Hansson2005-01-031-2/+2
* Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]David Heinemeier Hansson2005-01-021-1/+1
* Added find_all style to the new dynamic findersDavid Heinemeier Hansson2005-01-021-1/+1
* Added the latest two tables to the DB2 schemasDavid Heinemeier Hansson2005-01-011-0/+12
* Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...David Heinemeier Hansson2005-01-0125-61/+213
* Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly ...David Heinemeier Hansson2005-01-016-2/+28
* Added automated optimistic locking if the field lock_version is present #384 ...David Heinemeier Hansson2004-12-316-1/+28