aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/fixtures.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `PG::ConnectionBad` error when running fixtureseileencodes2019-08-021-6/+11
* Allow specify fixtures to be ignoredTongfei Gao2019-07-271-3/+42
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* Upgrade Rubocop to 0.61.1 and fix offensesVinicius Stock2018-12-101-33/+33
* Don't pass useless `table_name` to `ModelMetadata.new`Ryuta Kamizono2018-11-031-3/+1
* Don't pass unused `connection` to `FixtureSet.new`Ryuta Kamizono2018-11-031-5/+2
* Move FixtureSet::ReflectionProxy and FixtureSet::HasManyThroughProxy to Fixtu...Gannon McGibbon2018-10-051-32/+0
* Introduce FixtureSet::TableRows and FixtureSet::TableRowGannon McGibbon2018-10-051-88/+7
* Introduce FixtureSet::ModelMetadataGannon McGibbon2018-10-051-29/+9
* Small refactors to FixtureSet::ClassCache and FixtureGannon McGibbon2018-10-051-9/+8
* Move FixtureSet.create_fixtures reading and inserting sections into private m...Gannon McGibbon2018-10-051-41/+58
* Organize FixtureSet class methodsGannon McGibbon2018-10-051-102/+104
* Move test_fixtures and render_context to separate filesGannon McGibbon2018-10-031-214/+2
* Raise an error when loading all fixtures from nil fixture_pathGannon McGibbon2018-09-261-0/+1
* [ci skip] Change references from Rake task to Rails commandAlberto Almagro2018-08-011-2/+2
* Add test parallelization to Railseileencodes2018-02-151-2/+3
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-3/+3
* Build a multi-statement query when inserting fixtures:Edouard CHIN2018-01-221-34/+25
* [Active Record] require => require_relativeAkira Matsuda2017-10-211-2/+2
* Use tt in doc for ActiveRecord [ci skip]Yoshiyuki Hirano2017-08-271-1/+1
* Add `binary` helper method to fixtures.yalab2017-08-121-0/+4
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* [Active Record] require => require_relativeAkira Matsuda2017-07-011-2/+2
* Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-3/+1
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-2/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-14/+6
* Passing in no arguments to the dynamic fixture accessor method returns all fi...Kevin McPhillips2017-04-071-4/+25
* Ensure test threads share a DB connectioneileencodes2017-02-201-0/+3
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Remove deprecated #use_transactional_fixtures configurationRafael Mendonça França2016-12-291-13/+1
* fix #create_fixtures when equal table names in different databasesJulia Lopez2016-12-211-3/+3
* Fix spelling in API docsDave Powers2016-11-121-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-7/+7
* remove duplicated fixture set namesyuuji.yaginuma2016-09-121-1/+1
* Fix `ActiveRecord::FixtureSet` docs [ci skip]Ryuta Kamizono2016-08-151-4/+4
* Consolidate `ActiveRecord::TestCase` and `ActiveSupport::TestCase` in AR test...Ryuta Kamizono2016-08-141-4/+4
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-16/+16
* Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-8/+3
* Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-121-0/+28
* Fix typoFrancesco Rodriguez2016-06-121-1/+1
* Refer to rails command instead of rake in a bunch of placesDavid Heinemeier Hansson2015-12-181-1/+1
* FixtureSet.fixture_class_names should have no default valueJamis Buck2015-10-291-3/+1
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-2/+2
* Merge pull request #20574 from repinel/fix-db-fixtures-loadYves Senn2015-09-301-9/+30
|\
| * Allow fixtures YAML files to set the model class in the file itselfRoque Pinel2015-09-111-9/+33
|/
* Add `:nodoc:` for internal testing methods [ci skip]Robin Dupret2015-07-281-2/+2