aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed that create table with :id => false and fixtures don't play nice togeth...David Heinemeier Hansson2007-11-251-2/+6
* Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...Michael Koziarski2007-11-201-0/+35
* Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]Marcel Molina2007-11-081-7/+7
* Make fixtures work with the new test subclasses. [tarmo, Koz]Michael Koziarski2007-10-311-6/+6
* Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.Jeremy Kemper2007-10-261-15/+295
* Quote table names. Defaults to column quoting. Closes #4593.Jeremy Kemper2007-10-161-1/+1
* Fixtures test fixes and general cleanup. Closes #9682 [norbert]Jeremy Kemper2007-09-281-97/+91
* Added fixture caching thatll speed up a normal fixture-powered test suite bet...David Heinemeier Hansson2007-09-281-15/+56
* self.fixture_class_names is defined twice in fixtures.rb (closes #7135) [jarkko]David Heinemeier Hansson2007-09-221-3/+1
* Fixtures: correctly delete and insert fixtures in a single transaction. Close...Jeremy Kemper2007-06-051-1/+1
* Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880.Jeremy Kemper2007-06-051-9/+15
* Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.Jeremy Kemper2007-05-261-1/+3
* Fix column type detection while loading fixtures. Closes #7987 [roderickvd]Rick Olson2007-05-211-1/+1
* Fixtures: fix YAML ordered map support. Closes #2665.Jeremy Kemper2007-03-091-6/+18
* Setting fixtures automatically for integration tests is a bit harder -- will ...David Heinemeier Hansson2007-02-251-0/+2
* Added fixtures :all to test_helper.rb to assume that most people just want al...David Heinemeier Hansson2007-02-251-3/+12
* Fixtures use the table name and connection from set_fixture_class. Closes #7330.Jeremy Kemper2007-01-241-0/+2
* Change fixture_path to a class inheritable accessor allowing test cases to ha...Michael Koziarski2006-11-211-1/+1
* Compare to 0 rather than call zero? to handle nil.Jeremy Kemper2006-10-111-1/+1
* Don't rollback in teardown unless a transaction was started. Don't start a tr...Jeremy Kemper2006-10-091-4/+4
* Improve yaml fixtures error reporting. Closes #6205.Jeremy Kemper2006-09-131-13/+16
* Fixtures: correct escaping of \n and \r. Closes #5859.Jeremy Kemper2006-08-241-1/+1
* Use require_dependency and not require to load modelsNicholas Seckar2006-08-121-1/+1
* Tweak fixtures so they don't try to use a non-ActiveRecord class. [Kevin Clark]Rick Olson2006-08-111-1/+1
* occured -> occurred. Closes #5559.Jeremy Kemper2006-07-101-1/+1
* Ignore fixtures in test cases if there are no database configurations. Refere...Jeremy Kemper2006-07-101-2/+2
* r4720@asus: jeremy | 2006-06-28 18:12:57 -0700Jeremy Kemper2006-06-291-2/+4
* Don't assume Active Record is available. Closes #5497.Jeremy Kemper2006-06-281-0/+2
* r4644@asus: jeremy | 2006-06-16 14:57:03 -0700Jeremy Kemper2006-06-191-2/+2
* Quell warnings. Closes #5245.Jeremy Kemper2006-06-011-3/+4
* Add support for FrontBase (http://www.frontbase.com/) with a new adapter than...Marcel Molina2006-04-271-1/+7
* fix AR tests for sqliteRick Olson2006-03-161-1/+1
* Catch FixtureClassNotFound when using instantiated fixtures on a fixture that...Rick Olson2006-03-141-2/+4
* Allow set_fixture_class to take Classes instead of strings for a class in a m...Rick Olson2006-03-061-2/+7
* Clear stale, cached connections left behind by defunct threads. Eliminate dup...Jeremy Kemper2006-03-011-1/+1
* Make rake load_fixtures work with the new, flexible, fixtures api. [Rick Ols...Michael Koziarski2006-02-281-1/+1
* Change Fixtures.create_fixtures arity to be backwards compatibleNicholas Seckar2006-02-281-1/+1
* Add set_fixture_class to allow the use of table name accessors with models wh...Nicholas Seckar2006-02-271-9/+16
* Only load .yml files in sub-directoriesDavid Heinemeier Hansson2006-02-271-1/+1
* Added that fixtures to placed in subdirectories of the main fixture files are...David Heinemeier Hansson2006-02-271-1/+8
* give helpful error messages when fixtures accessed style table_name(:name) ca...Tobias Lütke2006-01-251-1/+5
* Clear connection cache after rolling back transaction.Jeremy Kemper2005-12-051-2/+1
* Connection cache to speed up retrieve_connection and get rid of dirty connect...Jeremy Kemper2005-12-041-0/+2
* Correct fixture behavior when table name pluralization is off. Closes #2719.Jeremy Kemper2005-11-031-2/+4
* r3801@sedna: jeremy | 2005-10-28 00:42:28 -0700Jeremy Kemper2005-10-281-2/+2
* Fix docs (closes #2491)David Heinemeier Hansson2005-10-261-4/+4
* r2736@asus: jeremy | 2005-10-24 17:08:12 -0700Jeremy Kemper2005-10-251-110/+78
* r2727@asus: jeremy | 2005-10-24 14:14:36 -0700Jeremy Kemper2005-10-241-9/+8
* r2718@asus: jeremy | 2005-10-23 14:45:30 -0700Jeremy Kemper2005-10-231-90/+115
* Update/clean up ActiveRecord documentation (rdoc)Jamis Buck2005-10-161-4/+5