aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed STI classes not defining an attribute method if there is aGodfrey Chan2014-02-231-0/+1
* | Ensure AR #second, #third, etc. finders work through associationsJason Meller2014-01-211-0/+8
* | Ensure #second acts like #first AR finderJason Meller2014-01-201-0/+7
|/
* Extend ActiveRecord::Base#cache_key to take an optional list of timestamp att...David Heinemeier Hansson2013-11-021-0/+1
* we should have unique sponsorable ids in the fixtures at leastAaron Patterson2013-10-141-1/+1
* Fix broken link to Fixtures documentation on guidesDavid Padilla2013-08-291-1/+1
* load fixtures from linked foldersKassio Borges2013-08-053-0/+13
* has_many through obeys order on through associationNeeraj Singh2013-04-042-0/+11
* Merge pull request #9141 from adamgamble/issue-9091David Heinemeier Hansson2013-04-031-0/+4
|\
| * + Add test for auto timestamps update of both old & new parent recordsPikachuEXE2013-03-141-0/+4
* | Update other counter caches on destroyIan Young2013-03-202-0/+4
* | Refactor Person/Friendship relationships to be more intuitiveMack Earnhardt2013-03-172-2/+5
|/
* test case for `serialize` default values.Yves Senn2013-03-071-0/+4
* Prevent Relation#merge from collapsing wheres on the RHSJon Leighton2013-01-271-1/+3
* Rename "Fixtures" class to "FixtureSet"Alexey Muranov2012-10-073-8/+8
* test cleanup, remove ruby_type because it's no longer neededYves Senn2012-09-031-6/+0
* rewrite inheritance tests with a custom inheritance_columnYves Senn2012-09-031-1/+12
* set the configured #inheritance_column on #become (#7503)Yves Senn2012-09-031-0/+9
* reset_counters() was crashing when there were multiple belongs_to association...Dave Desrochers2012-08-212-0/+7
* Fix occasional microsecond conversion inaccuracyAri Pollak2012-08-151-1/+1
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-3/+3
* Fix backward compatibility with stored Hash values. Wrap coders to convert se...Jeremy Kemper2012-05-301-0/+3
* Tests for removing a HABTM association when optimistic locking is enabled.Nick Rogers2012-03-071-0/+3
* added test for #3732Rick Martinez2012-02-102-0/+4
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-1/+1
* Fix bug where reset_counters resets the wrong counter cache.David Peter2012-01-162-0/+7
* Test fixtures with custom model and table namesAlexey Muranov2011-12-303-0/+21