aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-17/+7
* Really fix #1896. YAML class structure changed between 1.8.2 and 1.8.3, brea...Jeremy Kemper2005-10-151-1/+1
* Support ordered YAML fixtures. #1896Jeremy Kemper2005-10-151-3/+29
* r3581@sedna: jeremy | 2005-10-13 12:20:42 -0700Jeremy Kemper2005-10-131-1/+7
* Oops, swapped order of params to COALESCE! Upcoming patch has test cases.Jeremy Kemper2005-09-271-1/+1
* r3613@asus: jeremy | 2005-09-26 22:25:04 -0700Jeremy Kemper2005-09-271-2/+2
* r3569@asus: jeremy | 2005-09-26 05:33:09 -0700Jeremy Kemper2005-09-261-6/+6
* An explicit include ClassInheritableAttributes is no longer needed #1948 [Cal...David Heinemeier Hansson2005-09-081-2/+0
* Fixtures ignore table name prefix and suffix #1987 [Jakob S]Jamis Buck2005-09-021-1/+3
* Fixed that Yaml error message in fixtures hid the real error #1623 [Nicholas ...David Heinemeier Hansson2005-07-061-1/+1
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-3/+3
* Document better #1057David Heinemeier Hansson2005-06-181-2/+2
* Do not use instantiated fixtures (in general) in tests. Also, support the use...Jamis Buck2005-06-101-2/+17
* Using transactional fixtures now causes the data to be loaded only once, for ...Jamis Buck2005-06-031-2/+8
* Added fixture accessors that can be used when fixture instantiation is disabl...Jamis Buck2005-06-031-2/+28
* Fixed PostgreSQL usage of fixtures with regards to public schemas and table n...David Heinemeier Hansson2005-04-181-2/+2
* Fixed that fixtures were being deleted in the same order as inserts causing F...David Heinemeier Hansson2005-04-181-7/+14