aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
* prevent to run fixture accessor (e.g. test_foos for TestFoo model) as a test ...Nobuhiro IMAI2010-05-161-0/+1
* AR: fixed postgres fixture tests [#4519 state:resolved]Cezary Baginski2010-05-011-1/+1
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-251-4/+5
* Use Array.wrap to quiet 1.8.8 deprecationJeremy Kemper2010-04-241-3/+4
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Merge remote branch 'mainstream/master'Pratik Naik2010-01-171-4/+3
|\
| * reduce max size of fixture IDs to fix sqlite2 tests, because sqlite2 was gett...Chad Woolley2010-01-121-1/+1
| * Use better defaults for fixtures: transactional=true, instantiated=falseJeffrey Hardy2010-01-061-2/+2
| * Autoload AS test caseJoshua Peek2010-01-041-1/+0
* | revises an example in docs about habtm & fixturesXavier Noria2009-12-031-2/+1
|/
* Don't use AR::Base.connection for fixture column quoting. Use the connection ...Jeffrey Hardy2009-08-261-7/+9
* Merge docrailsPratik Naik2009-07-251-1/+1
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Reimplement Fixtures.identify so that it consistently generates identities ac...Ken Collins2009-05-181-4/+5
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-20/+18
* Merge with docrailsPratik Naik2009-02-241-57/+46
* Introduce transaction_joinable flag to mark that the fixtures transaction can...Jeremy Kemper2009-01-101-3/+2
* Merge commit 'origin/master' into savepointsHongli Lai (Phusion)2008-12-031-142/+147
|\
| * Rename use_transactional_fixtures? so it doesn't collide with the superclass_...Jeremy Kemper2008-11-251-4/+4
| * fixtures depends on dependenciesJoshua Peek2008-11-241-0/+1
| * Ensure @@already_loaded_fixtures is initialized before usePratik Naik2008-11-161-1/+1
| * lazy-initialize already loaded fixtures mapJeremy Kemper2008-11-081-1/+1
| * Remove fixtures from Test::Unit::TestCase. Mix in AR::TestFixtures instead.Jeremy Kemper2008-11-071-140/+144
* | Implement savepoints.Jonathan Viney2008-11-031-0/+2
|/
* Remove CachedConnectionPerThread per-thread pooling mechanism in favor of a f...Nick Sieger2008-08-291-1/+1
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Move the transaction counter to the connection object rather than maintaining...Jonathan Viney2008-07-151-4/+4
* Make fixture accessors work when fixture name is not same as the table name. ...Rhett Sutphin2008-07-141-3/+4
* Don't append limit to primary key column definition. Freeze some constants.Jeremy Kemper2008-06-081-1/+1
* Merge docrails.Pratik Naik2008-05-251-24/+25
* Prefer string core_ext inflector methods over directly accessing Inflector.Joshua Peek2008-05-141-7/+7
* Merge docrails:Pratik Naik2008-05-091-1/+1
* Fixed fixture caching with prefixed or suffixed tables.Rhett Sutphin2008-04-301-3/+3
* Ruby 1.9 compat: delete DEFAULTS key from Hash not Omap arrayJeremy Kemper2008-04-011-1/+5
* Improve documentation.Pratik Naik2008-03-261-5/+5
* Only log if theres a loggerDavid Heinemeier Hansson2008-03-171-1/+3
* Added logging for dependency load errors with fixtures (closes #11056) [stuth...David Heinemeier Hansson2008-03-171-5/+11
* Fixtures: removed support for the ancient pre-YAML file format. Closes #10736.Jeremy Kemper2008-01-081-36/+1
* * Continue evolution toward ActiveSupport::TestCase and friends. #10679 [Jos...Jeremy Kemper2008-01-051-82/+67
* Prefer to instantiate fixtures with model classes instead of their names, avo...Jeremy Kemper2008-01-051-13/+14
* Cache fixture model class. References #10677 [nwilmes]Jeremy Kemper2008-01-051-2/+10
* Ruby 1.9: Forwards compatibility change for fixtures and the new CSV module [...Michael Koziarski2008-01-031-1/+1
* Ruby 1.9 compat: fix two failing tests since String#each has been removed. Cl...Jeremy Kemper2008-01-021-1/+3
* Ruby 1.9 compat: Fixtures inherits Hash instead of YAML::Omap since it's now ...Jeremy Kemper2007-12-221-2/+2
* Revert [8392]. Closes #10568, reopens #10379.Jeremy Kemper2007-12-191-13/+2
* Make the Fixtures Test::Unit enhancements more supporting for double-loaded t...Rick Olson2007-12-151-2/+13
* Be careful not to reference ActiveRecord if it isn't loaded, fixing rake test...Jeremy Kemper2007-12-091-1/+6
* Foxy fixtures: support single-table inheritance. Closes #10234.Jeremy Kemper2007-11-261-1/+13
* Foxy fixtures: allow mixed usage to make migration easier and more attractive...Jeremy Kemper2007-11-261-11/+18