index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
fixtures_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
add passing test for Test::Unit subclasses running #setup properly [brynary]
Rick Olson
2007-12-19
1
-0
/
+24
*
Revert [8392]. Closes #10568, reopens #10379.
Jeremy Kemper
2007-12-19
1
-16
/
+0
*
Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...
Rick Olson
2007-12-15
1
-0
/
+16
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
1
-1
/
+6
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
1
-2
/
+30
*
Fixed that create table with :id => false and fixtures don't play nice togeth...
David Heinemeier Hansson
2007-11-25
1
-1
/
+8
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
1
-0
/
+5
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
1
-1
/
+11
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
1
-0
/
+83
*
Read in binary mode to make sure windows support keeps working. [lawrence] ...
Michael Koziarski
2007-10-17
1
-1
/
+1
*
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
Jeremy Kemper
2007-09-28
1
-32
/
+22
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
1
-0
/
+31
*
Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880.
Jeremy Kemper
2007-06-05
1
-0
/
+13
*
Fix column type detection while loading fixtures. Closes #7987 [roderickvd]
Rick Olson
2007-05-21
1
-5
/
+9
*
Added fixtures :all to test_helper.rb to assume that most people just want al...
David Heinemeier Hansson
2007-02-25
1
-0
/
+9
*
Fixtures use the table name and connection from set_fixture_class. Closes #7330.
Jeremy Kemper
2007-01-24
1
-0
/
+11
*
Don't rollback in teardown unless a transaction was started. Don't start a tr...
Jeremy Kemper
2006-10-09
1
-1
/
+27
*
Fixtures: correct escaping of \n and \r. Closes #5859.
Jeremy Kemper
2006-08-24
1
-0
/
+9
*
Tweak fixtures so they don't try to use a non-ActiveRecord class. [Kevin Clark]
Rick Olson
2006-08-11
1
-0
/
+10
*
Catch FixtureClassNotFound when using instantiated fixtures on a fixture that...
Rick Olson
2006-03-14
1
-1
/
+1
*
Allow set_fixture_class to take Classes instead of strings for a class in a m...
Rick Olson
2006-03-06
1
-6
/
+11
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-5
/
+5
*
Fixed tests
David Heinemeier Hansson
2006-02-28
1
-8
/
+4
*
Add set_fixture_class to allow the use of table name accessors with models wh...
Nicholas Seckar
2006-02-27
1
-6
/
+22
*
Added that fixtures to placed in subdirectories of the main fixture files are...
David Heinemeier Hansson
2006-02-27
1
-1
/
+18
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
1
-1
/
+1
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
1
-30
/
+32
*
r4325@asus: jeremy | 2005-11-12 03:57:46 -0800
Jeremy Kemper
2005-11-12
1
-15
/
+33
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
1
-3
/
+0
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
1
-3
/
+1
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-0
/
+5
*
r2736@asus: jeremy | 2005-10-24 17:08:12 -0700
Jeremy Kemper
2005-10-25
1
-81
/
+0
*
r2727@asus: jeremy | 2005-10-24 14:14:36 -0700
Jeremy Kemper
2005-10-24
1
-0
/
+41
*
r2718@asus: jeremy | 2005-10-23 14:45:30 -0700
Jeremy Kemper
2005-10-23
1
-2
/
+42
*
Parenthesize :conditions
Jeremy Kemper
2005-10-18
1
-8
/
+5
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-0
/
+24
*
Support ordered YAML fixtures. #1896
Jeremy Kemper
2005-10-15
1
-0
/
+13
*
Fixtures ignore table name prefix and suffix #1987 [Jakob S]
Jamis Buck
2005-09-02
1
-0
/
+38
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-0
/
+7
*
Added fixture accessors that can be used when fixture instantiation is disabl...
Jamis Buck
2005-06-03
1
-0
/
+7
*
Fixed that fixtures were being deleted in the same order as inserts causing F...
David Heinemeier Hansson
2005-04-18
1
-0
/
+24
*
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
David Heinemeier Hansson
2005-04-07
1
-2
/
+10
*
Added with additional settings for working with transactional fixtures and pr...
David Heinemeier Hansson
2005-03-20
1
-1
/
+16
*
Added the possibility of specifying fixtures in multiple calls #816 [kim@tink...
David Heinemeier Hansson
2005-03-17
1
-0
/
+20
*
Added transactional fixtures that uses rollback to undo changes to fixtures i...
David Heinemeier Hansson
2005-03-06
1
-1
/
+30
*
Added tree mixin and unit tests for all the mixins
David Heinemeier Hansson
2004-12-15
1
-0
/
+19
*
Tidied up Fixtures for better readability and some error checking [bitsweat]
David Heinemeier Hansson
2004-12-09
1
-6
/
+12
*
Added reverse order of deleting fixtures, so referential keys can be maintain...
David Heinemeier Hansson
2004-12-01
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+84