aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Make serialized fixtures work againPratik Naik2010-12-291-0/+6
| | * Associations: DRY up the code which is generating conditions, and make it all...Jon Leighton2010-12-261-1/+0
| | * Fix dodgy tests which were effectively asserting nil == nilJon Leighton2010-12-261-0/+1
| | * using arel to compile sql statementsAaron Patterson2010-12-251-0/+1
| | * If a has_many goes :through a belongs_to, and the foreign key of the belongs_...Jon Leighton2010-12-235-8/+20
| * | IdentityMap - Tests for IMMarcin Raczkowski2010-11-191-0/+4
| |/
| * Add some tests for functionality in JoinAssociation which already exists but ...Jon Leighton2010-10-131-0/+6
* | Support the :primary_key option on a through reflection in a nested through a...Jon Leighton2010-10-191-0/+2
* | Support for :primary_key option on the source reflection of a through associa...Jon Leighton2010-10-192-1/+2
* | Respect the :primary_key option on the through_reflection of (non-nested) thr...Jon Leighton2010-10-191-0/+6