aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-193-0/+46
* | Add test_has_one_through_has_one_through_with_belongs_to_source_reflectionJon Leighton2010-10-143-1/+13
* | Added test_has_many_through_has_many_with_has_many_through_habtm_source_refle...Jon Leighton2010-10-141-0/+6
* | First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-132-2/+7
* | Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-121-0/+8
* | Adding test_has_many_through_has_one_with_has_many_through_source_reflection ...Jon Leighton2010-10-121-0/+5
* | Support has_one through assocs as the source associationJon Leighton2010-10-124-6/+14
* | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+14
* | Refactoring JoinDependency and friends. This improves the code (IMO) includin...Jon Leighton2010-10-061-0/+6
* | Add support for table aliasing, with a test that needs aliasing in order to w...Jon Leighton2010-10-024-1/+31
* | Initial nested_has_many_through support [#1152]Bodaniel Jeanes2010-09-261-0/+2
|/
* order should always be concatenated.Neeraj Singh2010-09-051-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-147-12/+11
* test and fix collection_singular_ids= with string primary keys [#5125 state:r...Robert Pankowecki2010-08-021-1/+1
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-0/+1
* string IDs are now quoted correctly [#5064 state:resolved]Will St. Clair + Neeraj Singh2010-07-133-0/+11
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-0/+4
* Test for concatenated orders addedSantiago Pastorino2010-06-261-1/+1
* Support fixtures for namespaced models [#2965 state:resolved]Andrew White2010-04-252-0/+9
* fixing invalid yaml [#4424 state:resolved]Aaron Patterson2010-04-171-1/+2
* Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-123-0/+11