aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use Enumerable#with_index. We're on Ruby > 1.8.7 (part II)Akira Matsuda2011-07-081-3/+1
* Fix failing test because of Timezone difference.Anil Wadghule2011-06-051-2/+2
* removing CSV fixture supportAaron Patterson2011-05-231-6/+0
* deprecating CSV fixture supportAaron Patterson2011-05-101-1/+3
* Namespace Fixtures in ActiveRecordJason Noble2011-05-071-21/+21
* making sure the `create_fixtures` method works to prevent regressionsAaron Patterson2011-04-291-0/+5
* fixture methods can be overridden and super() is usefulAaron Patterson2011-02-151-0/+15
* fixing variable names, removing FixtureFile instances from test ivarsAaron Patterson2011-02-151-6/+0
* create_fixtures() should always return a listAaron Patterson2011-02-111-5/+5
* favor composition over inheritence. use AS::OrderedHash rather than omapAaron Patterson2011-02-111-1/+1
* Make serialized fixtures work againPratik Naik2010-12-291-1/+6
* removing many unused variablesAaron Patterson2010-11-161-3/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-8/+8
* Raising exception if fixture file can't be foundPaul Hieromnimon2010-08-111-0/+11
* Removed warnings when a variable is shadowedŁukasz Strzałkowski2010-07-191-3/+3
* prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test ...Nobuhiro IMAI2010-05-161-0/+5
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-251-1/+9
* fix a failure and some warnings on 1.9.2 [#4417 state:resolved]Aaron Patterson2010-04-161-1/+1
* squelching more warnings in the AR tests. [#4218 state:resolved]Aaron Patterson2010-03-181-6/+6
* reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett...Chad Woolley2010-01-121-2/+2
* Fix binary fixture test on WindowsRob2009-08-081-1/+1
* Reimplement Fixtures.identify so that it consistently generates identities ac...Ken Collins2009-05-181-0/+5
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-2/+2
* Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha.Jeremy Kemper2009-02-031-17/+13
* Update AR testsJeremy Kemper2008-11-071-4/+4