aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* Allow specify fixtures to be ignoredTongfei Gao2019-07-272-1/+33
* Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-241-0/+1
* Eager loading/preloading should be worked regardless of large number of recordsRyuta Kamizono2018-09-121-0/+4
* Ensure to calculate column aliases after all table aliases are constructedRyuta Kamizono2018-06-191-0/+7
* Can preload associations through polymorphic associationsDana Sherson2018-04-201-0/+3
* Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-1/+0
* Fix expanding an array of `composed_of` objects which have multiple mappingsRyuta Kamizono2018-01-291-1/+10
* Bring back ability to insert zero value on primary key for fixtures (#31795)Ryuta Kamizono2018-01-261-0/+3
* Remove unused `test/fixtures/teapots.yml`Ryuta Kamizono2018-01-251-3/+0
* Quote primary key in the subselect generated by mysql2 adapterRyuta Kamizono2017-12-191-2/+2
* Set counter caches to correct values in fixturesBogdan Gusiev2017-11-082-0/+9
* Add `binary` helper method to fixtures.yalab2017-08-121-0/+4
* Use bulk INSERT to insert fixturesKir Shatrov2017-06-201-0/+1
* Refactor enum to use `value` instead of `label` in the scopeRyuta Kamizono2017-05-071-0/+1
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* fix #create_fixtures when equal table names in different databasesJulia Lopez2016-12-211-0/+2
* Throw friendly error message when fixture is not a hashKir Shatrov2016-12-151-0/+3
* Merge pull request #26466 from y-yagi/remove_duplicated_fixture_set_namesArthur Nogueira Neves2016-09-131-0/+2
|\
| * remove duplicated fixture set namesyuuji.yaginuma2016-09-121-0/+2
* | Add tests for ActiveRecord::Enum#enum when suffix specifiedYosuke Kabuto2016-09-121-0/+1
|/
* Fixed `where` for polymorphic associations when passed an array containing di...Philippe Huibonhoa2016-02-161-1/+10
* fix regression when loading fixture files with symbol keys.Yves Senn2016-01-131-0/+3
* Fix `test_find_with_order_on_included_associations_with_construct_finder_sql_...Ryuta Kamizono2015-12-192-0/+8
* Merge pull request #18548 from sebjacobs/support-bidirectional-destroy-depend...Sean Griffin2015-10-282-0/+6
|\
| * Add support for bidirectional destroy dependenciesSeb Jacobs2015-01-162-0/+6
* | Merge pull request #20574 from repinel/fix-db-fixtures-loadYves Senn2015-09-303-0/+22
|\ \
| * | Allow fixtures YAML files to set the model class in the file itselfRoque Pinel2015-09-114-0/+25
|/ /
* | descriptive error message when fixtures contian a missing column.Yves Senn2015-08-131-0/+2
* | Fix spelling of `Thoughtleadering`eileencodes2015-07-021-1/+1
* | Use default model enum in fixtures if not definedeileencodes2015-07-021-0/+5
* | Add pending test for the great-grandparent touching bug from #19324David Heinemeier Hansson2015-06-252-0/+32
* | Add enum prefix/suffix option to enum definitionIgor Kapkov2015-06-121-0/+4
* | Fix crash when loading fixture with belongs_to association defined in abstrac...Victor Costan2015-06-041-0/+3
* | Resolve enums in test fixturesGeorge Claghorn2015-05-271-0/+11
* | Fixes #18492Vipul A M2015-01-142-0/+9
|/
* Fix lookup of fixtures with non-string labelPrathamesh Sonpatki2015-01-061-0/+3
* Unused csv fixture fileAkira Matsuda2014-12-091-1/+0
* make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-0/+5
* Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-092-0/+6
* Fix query with nested array in Active RecordCristian Bica2014-09-061-1/+1
* fk: use random digest namesYves Senn2014-06-261-1/+1
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-2/+0
* Update test data which doesn't reflect expected usageSean Griffin2014-06-121-5/+5
* Fixed serialization for records with an attribute named `format`.Godfrey Chan2014-05-221-0/+2
* Revert "Merge pull request #14544 from jefflai2/named_scope_sti"Rafael Mendonça França2014-05-211-10/+0
* Merge pull request #14544 from jefflai2/named_scope_stiRafael Mendonça França2014-05-201-0/+10
|\
| * Fixes Issue #13466.Jefferson Lai2014-04-231-0/+10
* | Merge pull request #12016 from roderickvd/uuid_fixesRafael Mendonça França2014-04-042-0/+5
|\ \ | |/ |/|
| * Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-072-0/+5
* | Extend fixture label replacement to allow string interpolationEric Steele2014-03-151-0/+3