| Commit message (Expand) | Author | Age | Files | Lines |
* | Quote these dates to prevent intermittent test failure. Suppose local time is... | Jon Leighton | 2011-08-04 | 1 | -2/+2 |
* | Use Enumerable#with_index. We're on Ruby > 1.8.7 (part II) | Akira Matsuda | 2011-07-08 | 1 | -3/+1 |
* | Fix failing test because of Timezone difference. | Anil Wadghule | 2011-06-05 | 1 | -2/+2 |
* | removing CSV fixture support | Aaron Patterson | 2011-05-23 | 1 | -6/+0 |
* | deprecating CSV fixture support | Aaron Patterson | 2011-05-10 | 1 | -1/+3 |
* | Namespace Fixtures in ActiveRecord | Jason Noble | 2011-05-07 | 1 | -21/+21 |
* | making sure the `create_fixtures` method works to prevent regressions | Aaron Patterson | 2011-04-29 | 1 | -0/+5 |
* | fixture methods can be overridden and super() is useful | Aaron Patterson | 2011-02-15 | 1 | -0/+15 |
* | fixing variable names, removing FixtureFile instances from test ivars | Aaron Patterson | 2011-02-15 | 1 | -6/+0 |
* | create_fixtures() should always return a list | Aaron Patterson | 2011-02-11 | 1 | -5/+5 |
* | favor composition over inheritence. use AS::OrderedHash rather than omap | Aaron Patterson | 2011-02-11 | 1 | -1/+1 |
* | Make serialized fixtures work again | Pratik Naik | 2010-12-29 | 1 | -1/+6 |
* | removing many unused variables | Aaron Patterson | 2010-11-16 | 1 | -3/+3 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -8/+8 |
* | Raising exception if fixture file can't be found | Paul Hieromnimon | 2010-08-11 | 1 | -0/+11 |
* | Removed warnings when a variable is shadowed | Łukasz Strzałkowski | 2010-07-19 | 1 | -3/+3 |
* | prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test ... | Nobuhiro IMAI | 2010-05-16 | 1 | -0/+5 |
* | Support fixtures for namespaced models [#2965 state:resolved] | Andrew White | 2010-04-25 | 1 | -1/+9 |
* | fix a failure and some warnings on 1.9.2 [#4417 state:resolved] | Aaron Patterson | 2010-04-16 | 1 | -1/+1 |
* | squelching more warnings in the AR tests. [#4218 state:resolved] | Aaron Patterson | 2010-03-18 | 1 | -6/+6 |
* | reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett... | Chad Woolley | 2010-01-12 | 1 | -2/+2 |
* | Fix binary fixture test on Windows | Rob | 2009-08-08 | 1 | -1/+1 |
* | Reimplement Fixtures.identify so that it consistently generates identities ac... | Ken Collins | 2009-05-18 | 1 | -0/+5 |
* | Ruby 1.9 compat: rename deprecated assert_raises to assert_raise. | Jeremy Kemper | 2009-03-08 | 1 | -2/+2 |
* | Bump mocha requirement for Ruby 1.9 compat. Remove uses_mocha. | Jeremy Kemper | 2009-02-03 | 1 | -17/+13 |
* | Update AR tests | Jeremy Kemper | 2008-11-07 | 1 | -4/+4 |
* | Fix file permissions | Tarmo Tänav | 2008-07-31 | 1 | -0/+0 |
* | Move the transaction counter to the connection object rather than maintaining... | Jonathan Viney | 2008-07-15 | 1 | -3/+3 |
* | Make fixture accessors work when fixture name is not same as the table name. ... | Rhett Sutphin | 2008-07-14 | 1 | -0/+29 |
* | Fix tests broken by mocha absence [#186 state:resolved] | Tim Pope | 2008-05-13 | 1 | -9/+11 |
* | Fixed fixture caching with prefixed or suffixed tables. | Rhett Sutphin | 2008-04-30 | 1 | -0/+4 |
* | Ruby 1.9 compat: force encoding for binary comparison tests | Jeremy Kemper | 2008-04-01 | 1 | -1/+3 |
* | Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap array | Jeremy Kemper | 2008-04-01 | 1 | -1/+0 |
* | Ruby 1.9: mark failing assertion | Jeremy Kemper | 2008-03-30 | 1 | -0/+1 |
* | Fix some mistaken dependencies among AR unit tests. Closes #11425 [thechrisos... | Jeremy Kemper | 2008-03-28 | 1 | -1/+1 |
* | Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh... | Pratik Naik | 2008-03-28 | 1 | -0/+12 |
* | Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 [nkallen] | Rick Olson | 2008-03-24 | 1 | -1/+1 |
* | Added logging for dependency load errors with fixtures (closes #11056) [stuth... | David Heinemeier Hansson | 2008-03-17 | 1 | -0/+14 |
* | Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails | Jeremy Kemper | 2008-01-21 | 1 | -29/+27 |
* | Fix paths | Jeremy Kemper | 2008-01-18 | 1 | -23/+23 |
* | Move tests to cases | Jeremy Kemper | 2008-01-18 | 1 | -0/+594 |