aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Don't use select() values from the join model of a through association. Fixes...Jon Leighton2011-05-111-0/+7
* deprecating CSV fixture supportAaron Patterson2011-05-101-0/+0
* Don't quote ID's as Arel will quote them -- follow same conventions as the de...Christopher Meiklejohn2011-05-081-0/+7
* Namespace Fixtures in ActiveRecordJason Noble2011-05-072-6/+6
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-101-1/+1
|\
| * revises links to the API websites of individual components (no longer maintai...Xavier Noria2011-03-091-1/+1
* | Add a test for STI on the through where the through is nested, and change the...Jon Leighton2011-03-051-0/+10
* | Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-047-2/+23
|\|
| * Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-159-8/+30
| |\
| | * Correctly update counter caches on deletion for has_many :through [#2824 stat...Jon Leighton2011-02-071-0/+2
| | * has_one should always remove the old record (properly), even if not saving th...Jon Leighton2011-01-111-0/+1