aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * use hash defaults to dry up ||= callsAaron Patterson2011-02-111-27/+22
| * refactor fixtures to do less work in the constructorAaron Patterson2011-02-111-10/+23
| * favor composition over inheritence. use AS::OrderedHash rather than omapAaron Patterson2011-02-111-19/+24
| * load and prefer psych as the YAML parser when it is availableAaron Patterson2011-01-211-0/+6
| * Have a proper AssociationReflection#foreign_type method rather than using opt...Jon Leighton2011-01-031-8/+3
| * Rename AssociationReflection#primary_key_name to foreign_key, since the optio...Jon Leighton2010-12-311-1/+1
* | IdentityMap - misc fixesMarcin Raczkowski2010-11-191-1/+3
|/
* use new skool Ruby instead of Ruby Classic™Aaron Patterson2010-09-271-5/+3
* replacing superclass_delegating_accessor with class_attributeNeeraj Singh2010-08-311-6/+6
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-18/+18
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-2/+2
* Raising exception if fixture file can't be foundPaul Hieromnimon2010-08-111-0/+4
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-20/+30
* Make use of redefine_method, removed some more redefining warningsŁukasz Strzałkowski2010-07-191-1/+1
* primary_key_name already checks for the model_classAaron Patterson2010-07-141-2/+2
* use array intersection for dry / faster codeAaron Patterson2010-07-141-3/+2
* Clarify Fixture#key_ and value_listJeremy Kemper2010-06-081-7/+5
* 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