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
/
lib
/
active_record
/
fixtures.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge docrails.
Pratik Naik
2008-05-25
1
-24
/
+25
*
Prefer string core_ext inflector methods over directly accessing Inflector.
Joshua Peek
2008-05-14
1
-7
/
+7
*
Merge docrails:
Pratik Naik
2008-05-09
1
-1
/
+1
*
Fixed fixture caching with prefixed or suffixed tables.
Rhett Sutphin
2008-04-30
1
-3
/
+3
*
Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap array
Jeremy Kemper
2008-04-01
1
-1
/
+5
*
Improve documentation.
Pratik Naik
2008-03-26
1
-5
/
+5
*
Only log if theres a logger
David Heinemeier Hansson
2008-03-17
1
-1
/
+3
*
Added logging for dependency load errors with fixtures (closes #11056) [stuth...
David Heinemeier Hansson
2008-03-17
1
-5
/
+11
*
Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.
Jeremy Kemper
2008-01-08
1
-36
/
+1
*
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...
Jeremy Kemper
2008-01-05
1
-82
/
+67
*
Prefer to instantiate fixtures with model classes instead of their names, avo...
Jeremy Kemper
2008-01-05
1
-13
/
+14
*
Cache fixture model class. References #10677 [nwilmes]
Jeremy Kemper
2008-01-05
1
-2
/
+10
*
Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...
Michael Koziarski
2008-01-03
1
-1
/
+1
*
Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...
Jeremy Kemper
2008-01-02
1
-1
/
+3
*
Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now ...
Jeremy Kemper
2007-12-22
1
-2
/
+2
*
Revert [8392]. Closes #10568, reopens #10379.
Jeremy Kemper
2007-12-19
1
-13
/
+2
*
Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...
Rick Olson
2007-12-15
1
-2
/
+13
*
Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test...
Jeremy Kemper
2007-12-09
1
-1
/
+6
*
Foxy fixtures: support single-table inheritance. Closes #10234.
Jeremy Kemper
2007-11-26
1
-1
/
+13
*
Foxy fixtures: allow mixed usage to make migration easier and more attractive...
Jeremy Kemper
2007-11-26
1
-11
/
+18
*
Fixed that create table with :id => false and fixtures don't play nice togeth...
David Heinemeier Hansson
2007-11-25
1
-2
/
+6
*
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 [j...
Michael Koziarski
2007-11-20
1
-0
/
+35
*
Smattering of grammatical fixes to documentation. Closes #10083 [BobSilva]
Marcel Molina
2007-11-08
1
-7
/
+7
*
Make fixtures work with the new test subclasses. [tarmo, Koz]
Michael Koziarski
2007-10-31
1
-6
/
+6
*
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
Jeremy Kemper
2007-10-26
1
-15
/
+295
*
Quote table names. Defaults to column quoting. Closes #4593.
Jeremy Kemper
2007-10-16
1
-1
/
+1
*
Fixtures test fixes and general cleanup. Closes #9682 [norbert]
Jeremy Kemper
2007-09-28
1
-97
/
+91
*
Added fixture caching thatll speed up a normal fixture-powered test suite bet...
David Heinemeier Hansson
2007-09-28
1
-15
/
+56
*
self.fixture_class_names is defined twice in fixtures.rb (closes #7135) [jarkko]
David Heinemeier Hansson
2007-09-22
1
-3
/
+1
*
Fixtures: correctly delete and insert fixtures in a single transaction. Close...
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
Fixtures: people(:technomancy, :josh) returns both fixtures. Closes #7880.
Jeremy Kemper
2007-06-05
1
-9
/
+15
*
Oracle binary fixtures; pull fixture insertion into the adapters. Closes #7987.
Jeremy Kemper
2007-05-26
1
-1
/
+3
*
Fix column type detection while loading fixtures. Closes #7987 [roderickvd]
Rick Olson
2007-05-21
1
-1
/
+1
*
Fixtures: fix YAML ordered map support. Closes #2665.
Jeremy Kemper
2007-03-09
1
-6
/
+18
*
Setting fixtures automatically for integration tests is a bit harder -- will ...
David Heinemeier Hansson
2007-02-25
1
-0
/
+2
*
Added fixtures :all to test_helper.rb to assume that most people just want al...
David Heinemeier Hansson
2007-02-25
1
-3
/
+12
*
Fixtures use the table name and connection from set_fixture_class. Closes #7330.
Jeremy Kemper
2007-01-24
1
-0
/
+2
*
Change fixture_path to a class inheritable accessor allowing test cases to ha...
Michael Koziarski
2006-11-21
1
-1
/
+1
*
Compare to 0 rather than call zero? to handle nil.
Jeremy Kemper
2006-10-11
1
-1
/
+1
*
Don't rollback in teardown unless a transaction was started. Don't start a tr...
Jeremy Kemper
2006-10-09
1
-4
/
+4
*
Improve yaml fixtures error reporting. Closes #6205.
Jeremy Kemper
2006-09-13
1
-13
/
+16
*
Fixtures: correct escaping of \n and \r. Closes #5859.
Jeremy Kemper
2006-08-24
1
-1
/
+1
*
Use require_dependency and not require to load models
Nicholas Seckar
2006-08-12
1
-1
/
+1
*
Tweak fixtures so they don't try to use a non-ActiveRecord class. [Kevin Clark]
Rick Olson
2006-08-11
1
-1
/
+1
*
occured -> occurred. Closes #5559.
Jeremy Kemper
2006-07-10
1
-1
/
+1
*
Ignore fixtures in test cases if there are no database configurations. Refere...
Jeremy Kemper
2006-07-10
1
-2
/
+2
*
r4720@asus: jeremy | 2006-06-28 18:12:57 -0700
Jeremy Kemper
2006-06-29
1
-2
/
+4
*
Don't assume Active Record is available. Closes #5497.
Jeremy Kemper
2006-06-28
1
-0
/
+2
*
r4644@asus: jeremy | 2006-06-16 14:57:03 -0700
Jeremy Kemper
2006-06-19
1
-2
/
+2
*
Quell warnings. Closes #5245.
Jeremy Kemper
2006-06-01
1
-3
/
+4
[next]