aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
* Make fixture accessors work when fixture name is not same as the table name. ...Rhett Sutphin2008-07-141-3/+4
* Don't append limit to primary key column definition. Freeze some constants.Jeremy Kemper2008-06-081-1/+1
* Merge docrails.Pratik Naik2008-05-251-24/+25
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-7/+7
* Merge docrails:Pratik Naik2008-05-091-1/+1
* Fixed fixture caching with prefixed or suffixed tables.Rhett Sutphin2008-04-301-3/+3
* Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap arrayJeremy Kemper2008-04-011-1/+5
* Improve documentation.Pratik Naik2008-03-261-5/+5
* Only log if theres a loggerDavid Heinemeier Hansson2008-03-171-1/+3
* Added logging for dependency load errors with fixtures (closes #11056) [stuth...David Heinemeier Hansson2008-03-171-5/+11
* Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.Jeremy Kemper2008-01-081-36/+1
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-82/+67
* Prefer to instantiate fixtures with model classes instead of their names, avo...Jeremy Kemper2008-01-051-13/+14
* Cache fixture model class. References #10677 [nwilmes]Jeremy Kemper2008-01-051-2/+10
* Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...Michael Koziarski2008-01-031-1/+1
* Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...Jeremy Kemper2008-01-021-1/+3
* Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now ...Jeremy Kemper2007-12-221-2/+2
* Revert [8392]. Closes #10568, reopens #10379.Jeremy Kemper2007-12-191-13/+2
* Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...Rick Olson2007-12-151-2/+13
* Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test...Jeremy Kemper2007-12-091-1/+6
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-261-1/+13
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-261-11/+18
* 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