aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Rely on through table name in has_many fixturesJoshua Cody2014-10-291-1/+19
* | Fixes #18492Vipul A M2015-01-141-7/+14
* | Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-061-0/+4
* | make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-0/+14
* | Build fix when running in isolationArun Agrawal2014-11-141-0/+1
|/
* speed up fixtures by not loading all their classesgrosser2014-10-061-19/+0
* Better regression test for Fixtures with fk as a symbolArthur Neves2014-09-221-10/+1
* fix fixtures not loading if a belongs_to association is defined with a :forei...Will Bryant2014-09-221-0/+9
* No transaction for a test that creates fixtures in the test bodyAkira Matsuda2014-08-291-0/+1
* don't log errors when all is finePeter Schröder2014-07-171-5/+10
* remove deprecation call while initializing `ClassCache` objectKuldeep Aggarwal2014-06-111-6/+0
* Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+9
|\
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+9
* | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-1/+1
* | Extend fixture label replacement to allow string interpolationEric Steele2014-03-151-0/+4
* | Skips linked folder tests if symlink is invalidMikko Johansson2014-02-091-2/+6
|/
* Fix bad test order dependency between LoadAllFixturesTest#test_all_there and ...Ryan Davis2013-11-161-6/+10
* Just change ENV and restore it afterwards.Federico Ravasio2013-10-071-1/+4
* make @bitsweat happy. :heart:Aaron Patterson2013-09-091-0/+6
* stop using deprecated api in the testsAaron Patterson2013-09-091-1/+1
* Fix fixtures regression that required table names to map to classes only, not...Jeremy Kemper2013-09-081-1/+1
* auto link hm:t fixture join tables like habtmAaron Patterson2013-09-061-0/+35
* Add config to method calls in fixtures.wangjohn2013-08-261-1/+1
* Removing instances of string class_names in fixtures.wangjohn2013-08-241-7/+7
* load fixtures from linked foldersKassio Borges2013-08-051-2/+2
* remove deprecated `ActiveRecord::Base#connection` method.Yves Senn2013-07-011-4/+0
* fixture setup does not rely on `AR::Base.configurations`.Yves Senn2013-06-151-0/+16
* Allows setting fixture_path to a PathnameAlexander Murmann and Can Berk Güder2013-03-211-0/+9
* Deprecate #connection in favour of accessing it via the classBen Moss2013-03-091-3/+2
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-3/+3
* User Rails 4 find_byrobertomiranda2013-01-181-3/+3
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-23/+23
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-1/+1
* properly namespace the fixture exceptionAaron Patterson2012-03-221-1/+1
* Revert PR#5001 "removed unuseful require for reply as we are not using requir...Vishnu Atrai2012-02-121-0/+1
* removed unuseful require for reply as we are not using require modelKarunakar (Ruby)2012-02-111-1/+0
* fix fixtures test as table_name is a string nowSergey Nartimov2012-01-261-2/+2
* create_fixtures should accept symbol keys for custom table -> class mappings....Jeremy Kemper2012-01-031-2/+10
* setup_fixture_accessors should accept symbols for table names. Fixes an unint...Jeremy Kemper2012-01-031-1/+1
* Test case: fixture table name is defined in modelAlexey Muranov2011-12-301-0/+5
* Test fixtures with custom model and table namesAlexey Muranov2011-12-301-0/+28
* Fix a fixtures test case with table prefix/suffixAlexey Muranov2011-12-271-23/+37
* remove checks for encodings availabilitySergey Nartimov2011-12-251-1/+1
* Revert "Merge pull request #4114 from alexeymuranov/my_fix_for_prefix_suffix_...Jon Leighton2011-12-221-36/+23
* Fix a fixtures test case with table prefix/suffixAlexey Muranov2011-12-221-23/+36
* Errno::ENOENT error makes more sense when a file cannot be foundAaron Patterson2011-12-101-1/+1
* Use broken YAML that will fail with Syck as well as Psych. Fixes test_broken_...Jon Leighton2011-10-091-2/+2
* Transactional fixtures enlist all active database connections.Jeremy Kemper2011-10-051-3/+27
* * Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731Aaron Patterson2011-09-011-0/+16
* Quote these dates to prevent intermittent test failure. Suppose local time is...Jon Leighton2011-08-041-2/+2