aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
* ask the fixture set for the sql statementsAaron Patterson2013-11-041-10/+12
* remove HABTM special cases from the fixturesAaron Patterson2013-10-021-12/+0
* let the class cache object clean up user inputAaron Patterson2013-09-091-8/+20
* Fix fixtures regression that required table names to map to classes only, not...Jeremy Kemper2013-09-081-1/+1
* use polymorphic proxies to remove duplicate codeAaron Patterson2013-09-061-24/+43
* reduce duplication somewhatAaron Patterson2013-09-061-14/+14
* make the duplicate code more similarAaron Patterson2013-09-061-4/+10
* auto link hm:t fixture join tables like habtmAaron Patterson2013-09-061-0/+16
* don't depend on object state when reading fixture filesAaron Patterson2013-09-061-8/+7
* ensure @model_class is initializedAaron Patterson2013-09-061-0/+1
* no need to dupAaron Patterson2013-09-051-1/+1
* push logic outside the FixtureSet constructorAaron Patterson2013-09-051-3/+3
* only construct the FixtureSet with AR modelsAaron Patterson2013-09-051-2/+11
* push constant lookup in the a cache objectAaron Patterson2013-09-051-2/+21
* Add config to method calls in fixtures.wangjohn2013-08-261-23/+26
* Removing instances of string class_names in fixtures.wangjohn2013-08-241-3/+6
* Deprecating passing strings as class name in fixtures.wangjohn2013-08-231-7/+1
* load fixtures from linked foldersKassio Borges2013-08-051-2/+2
* extract habtm handling to a methodAaron Patterson2013-08-011-8/+12
* Remove deprecated `ActiveRecord::Fixtures.find_table_name` in favour of `Acti...Vipul A M2013-07-031-6/+0
* fixture setup does not rely on `AR::Base.configurations`.Yves Senn2013-06-151-4/+0
* reverse comparison because of strange AS behaviorAaron Patterson2013-05-211-1/+1
* stop depending on callbacksAaron Patterson2013-04-041-6/+12
* Allows setting fixture_path to a PathnameAlexander Murmann and Can Berk Güder2013-03-211-1/+1
* fix example of setting DEFAULTS in fixturesJonathan Garvin2013-01-161-2/+2
* These are already required through AS/railsAkira Matsuda2013-01-071-2/+0
* Fix argument name in fixtures methodCarlos Antonio da Silva2012-12-181-1/+1
* Revert "use File.basename to get the filename minus .yml"Aaron Patterson2012-12-181-4/+3
* Remove useless check of AR being defined from teardown fixturesCarlos Antonio da Silva2012-11-271-5/+4
* Add a deprecation before removing find_table_nameAlexey Muranov2012-11-171-0/+6
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-171-2/+2
|\
| * 1.9 Syntax related changesAvnerCohen2012-11-101-2/+2
* | Properly deprecate ConnectionHandler#connection_poolsJon Leighton2012-11-091-1/+1
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-0/+1
|\
| * nodoc deprecated AR::Fixtures constant [ci skip]Francesco Rodriguez2012-10-211-0/+1
* | Remove ActiveRecord::ModelJon Leighton2012-10-261-1/+1
|/
* Remove the leading :: constant qualifier in the ActiveRecord::Fixtures deprec...Jeremy Kemper2012-10-101-1/+1
* Move/rename files to follow naming conventionsAlexey Muranov2012-10-071-1/+1
* Deprecate "Fixtures" constantAlexey Muranov2012-10-071-0/+8
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-071-17/+17
* Move transaction joinability into the transaction objectJon Leighton2012-09-151-3/+2
* Start to tease out transaction handling into a state machineJon Leighton2012-09-151-6/+2
* One hash is enoughJon Leighton2012-08-311-1/+1
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-1/+1
* Fix an error in example in methods of instanciated fixtures.Geoffrey Roguelon2012-05-151-1/+1
* Rename some variablesAlexey Muranov2012-05-091-76/+80
* Remove unused private method in fixtures.rbAlexey Muranov2012-05-091-3/+0
* Remove unused parameter in ::instantiate_fixturesAlexey Muranov2012-05-091-5/+5
* Change unless + ! into ifPiotr Sarnacki2012-05-041-1/+1