aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Move the transaction counter to the connection object rather than maintaining...Jonathan Viney2008-07-151-3/+3
* Make fixture accessors work when fixture name is not same as the table name. ...Rhett Sutphin2008-07-141-0/+29
* Fix tests broken by mocha absence [#186 state:resolved]Tim Pope2008-05-131-9/+11
* Fixed fixture caching with prefixed or suffixed tables.Rhett Sutphin2008-04-301-0/+4
* Ruby 1.9 compat: force encoding for binary comparison testsJeremy Kemper2008-04-011-1/+3
* Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap arrayJeremy Kemper2008-04-011-1/+0
* Ruby 1.9: mark failing assertionJeremy Kemper2008-03-301-0/+1
* Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisos...Jeremy Kemper2008-03-281-1/+1
* Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...Pratik Naik2008-03-281-0/+12
* Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen]Rick Olson2008-03-241-1/+1
* Added logging for dependency load errors with fixtures (closes #11056) [stuth...David Heinemeier Hansson2008-03-171-0/+14
* Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/railsJeremy Kemper2008-01-211-29/+27
* Fix pathsJeremy Kemper2008-01-181-23/+23
* Move tests to casesJeremy Kemper2008-01-181-0/+594