aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a fixtures test case with table prefix/suffixAlexey Muranov2011-12-271-0/+42
* Fixtures support for ActiveRecord::ModelJon Leighton2011-12-241-0/+3
* Revert "Merge pull request #4114 from alexeymuranov/my_fix_for_prefix_suffix_...Jon Leighton2011-12-221-42/+0
* Fix a fixtures test case with table prefix/suffixAlexey Muranov2011-12-221-0/+42
* restores the API docs of AR::Fixtures, made a quick pass over them, revises l...Xavier Noria2011-09-031-1/+1
* Quote these dates to prevent intermittent test failure. Suppose local time is...Jon Leighton2011-08-041-2/+2
* Revert "this fixes a brittle test in fixtures_test.rb which fails when you ar...Aaron Patterson2011-07-201-2/+2
* this fixes a brittle test in fixtures_test.rb which fails when you are in a t...Josh Kalderimis2011-07-201-2/+2
* Revert "Fix failure in test_preserves_existing_fixture_data from test/cases/f...Jon Leighton2011-07-171-2/+2
* Fix failure in test_preserves_existing_fixture_data from test/cases/fixtures_...Jon Leighton2011-07-121-2/+2
* properly reference yml alias nodesdmathieu2011-05-241-1/+1
* fixing 1.8 support for new fixture testsAaron Patterson2011-05-231-1/+1