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
*
Introduce transaction_joinable flag to mark that the fixtures transaction can...
Jeremy Kemper
2009-01-10
1
-3
/
+2
*
Merge commit 'origin/master' into savepoints
Hongli Lai (Phusion)
2008-12-03
1
-142
/
+147
|
\
|
*
Rename use_transactional_fixtures? so it doesn't collide with the superclass_...
Jeremy Kemper
2008-11-25
1
-4
/
+4
|
*
fixtures depends on dependencies
Joshua Peek
2008-11-24
1
-0
/
+1
|
*
Ensure @@already_loaded_fixtures is initialized before use
Pratik Naik
2008-11-16
1
-1
/
+1
|
*
lazy-initialize already loaded fixtures map
Jeremy Kemper
2008-11-08
1
-1
/
+1
|
*
Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.
Jeremy Kemper
2008-11-07
1
-140
/
+144
*
|
Implement savepoints.
Jonathan Viney
2008-11-03
1
-0
/
+2
|
/
*
Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...
Nick Sieger
2008-08-29
1
-1
/
+1
*
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
-4
/
+4
*
Make fixture accessors work when fixture name is not same as the table name. ...
Rhett Sutphin
2008-07-14
1
-3
/
+4
*
Don't append limit to primary key column definition. Freeze some constants.
Jeremy Kemper
2008-06-08
1
-1
/
+1
*
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
[next]