aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/fixtures_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate `supports_migrations?` on connection adaptersRyuta Kamizono2017-02-271-47/+45
* Ensure test threads share a DB connectioneileencodes2017-02-201-0/+6
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Require "models/post" before "models/comment"Yasuo Honda2017-01-041-1/+1
* Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...Rafael Mendonça França2017-01-031-1/+1
* Merge pull request #21233 from mtsmfm/disable-referential-integrity-without-s...Rafael França2017-01-031-1/+1
|\
| * Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...Fumiaki MATSUSHIMA2016-12-031-1/+1
* | fix #create_fixtures when equal table names in different databasesJulia Lopez2016-12-211-0/+15
* | Throw friendly error message when fixture is not a hashKir Shatrov2016-12-151-2/+12
|/
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-6/+6
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* remove duplicated fixture set namesyuuji.yaginuma2016-09-121-2/+2
* Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test...Ryuta Kamizono2016-08-111-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-2/+2
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* modernizes hash syntax in activerecordXavier Noria2016-08-061-20/+20
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-77/+77
* Fix `payload[:class_name]` to `payload[:spec_name]`Ryuta Kamizono2016-07-171-2/+2
* Create connection.active_record notification and use that to ensure that lazy-Jeremy Wadsack2016-07-121-0/+40
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* fix regression when loading fixture files with symbol keys.Yves Senn2016-01-131-0/+4
* deletes commented code introduced in db045db (initial commit)Tony Ta2015-12-151-1/+0
* FixtureSet.fixture_class_names should have no default valueJamis Buck2015-10-291-0/+14
* Merge pull request #20574 from repinel/fix-db-fixtures-loadYves Senn2015-09-301-1/+34
|\
| * Allow fixtures YAML files to set the model class in the file itselfRoque Pinel2015-09-111-1/+34
* | Removed mocha from Active Record Part 2Ronak Jangir2015-09-161-2/+4
|/
* Removed duplicate require ‘models/computer’Ronak Jangir2015-08-261-1/+0
* Removed mocha from Active Record Part 1Ronak Jangir2015-08-251-8/+9
* descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+7
* Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-041-0/+10
* Resolve enums in test fixturesGeorge Claghorn2015-05-271-1/+8
* Rename association option :class to :anonymous_classAndrew White2015-04-211-6/+6
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-10/+10
* Merge pull request #19177 from gregmolnar/fixturesRafael Mendonça França2015-03-021-1/+1
|\
| * test reset_pk_sequence with multi connectionGreg Molnar2015-03-011-1/+1
* | Merge pull request #17426 from jpcody/fixture_associations_fixAaron Patterson2015-02-241-1/+19
|\ \ | |/ |/|
| * Rely on through table name in has_many fixturesJoshua Cody2014-10-291-1/+19
* | Fixes #18492Vipul A M2015-01-141-7/+14
* | Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-061-0/+4
* | make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-0/+14
* | Build fix when running in isolationArun Agrawal2014-11-141-0/+1
|/
* speed up fixtures by not loading all their classesgrosser2014-10-061-19/+0
* Better regression test for Fixtures with fk as a symbolArthur Neves2014-09-221-10/+1
* fix fixtures not loading if a belongs_to association is defined with a :forei...Will Bryant2014-09-221-0/+9
* No transaction for a test that creates fixtures in the test bodyAkira Matsuda2014-08-291-0/+1
* don't log errors when all is finePeter Schröder2014-07-171-5/+10
* remove deprecation call while initializing `ClassCache` objectKuldeep Aggarwal2014-06-111-6/+0
* Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-041-0/+9
|\
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+9
* | Revise 'sqlite3:' URL handling for smoother upgradesMatthew Draper2014-04-031-1/+1