aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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