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
*
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