aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
...
* ActiveRecord: Fix eager loading so that giving a blank order clause generates...Elliot Winkler2011-07-181-0/+12
* Fix exception if old and new targets are both nil. Fixes #1471.Jon Leighton2011-07-121-0/+9
* Foo.joins(:bar).includes(:bar) should result in a single query with :bar as a...Jon Leighton2011-07-091-0/+8
* Ensure that the foreign key gets set when doing record.create_association or ...Jon Leighton2011-07-081-0/+14
* Fix bug in collection_singular_ids on has many through association with condi...Anatoliy Lysenko2011-07-061-0/+5
* Merge pull request #1968 from bogdan/associations_find_array_compatibility2Santiago Pastorino2011-07-051-0/+4
|\
| * Fixed CollectionAssociation#find to be compatible with Array#findBogdan Gusiev2011-07-051-0/+4
* | Only call set_owner_attributes for has_one association if target exists.Dieter Komendera2011-07-041-0/+11
|/
* Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-302-0/+14
* Make assert_no_queries literally enforce that there are no queries. As in, no...Jon Leighton2011-06-121-15/+0
* Refactor tests to be less brittleJon Leighton2011-06-121-25/+58
* Don't wrap operations on collection associations in transactions when they ar...benedikt2011-06-121-0/+45
* Do not hardcode :id as it was ignored by mass assignment filterRaimonds Simanovskis2011-06-081-2/+2
* Allow polymorphic has_one to work when the association is set before the owne...Jon Leighton2011-06-081-0/+11
* When you add a record to a polymorphic has_one, you should be able to access ...Jon Leighton2011-06-081-1/+4
* Merge pull request #1474 from ganeshkumar/update_column_changesJosé Valim2011-06-071-0/+9
|\
| * added more tests for update_columnganesh2011-06-041-0/+9
* | please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-0619-19/+19
* | Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-0419-20/+20
|/
* added an alias for new to build to the AR collection proxy, this corrects an ...Josh Kalderimis2011-06-012-0/+25
* Tests for issue #1360Farley Knight2011-05-311-0/+9
* Opening class CascadedEagerLoadingTest at once.Arun Agrawal2011-05-311-7/+3
* fixing test for mysql2Aaron Patterson2011-05-271-5/+2
* adding a test for #1322Aaron Patterson2011-05-261-0/+15
* Merge pull request #1323 from fx/association_primary_keyJon Leighton2011-05-261-0/+10
|\
| * added assertion for non-standard primary_key on models used in the primary_ke...Marian Rudzynski2011-05-261-0/+3
| * use association_primary_key in AssociationScope#add_constraintsMarian Rudzynski2011-05-261-0/+7
* | Removes a now needless test - via GithubMohammad Typaldos2011-05-261-8/+0
* | Removes the restriction on primary key when joining in a habtm && test that i...Mohammad El-Abid2011-05-261-5/+4
|/
* removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-9/+0
* Merge pull request #1254 from pixeltrix/ignore-includes-in-through-scopeJon Leighton2011-05-241-0/+6
|\
| * Ignore :includes on through associationsAndrew White2011-05-241-0/+6
* | Failing tests for #1233.Andrew White2011-05-241-0/+40
* | add tests surrounding behavior of save and save! for associations that have v...Aaron Patterson2011-05-241-0/+26
* | adding a test for create! with invalid associationsAaron Patterson2011-05-241-0/+9
* | do not bother with assert_nothing_raised, the test will fail and we get a bet...Aaron Patterson2011-05-241-3/+1
* | Add failing test case for issue 796Joey Butler2011-05-241-0/+9
|/
* Fix problem with loading polymorphic associations which have been defined in ...Jon Leighton2011-05-221-0/+7
* Handle polymorphic_type NOT NULL-able columns as well.thedarkone2011-05-211-0/+11
* Refactoring test_has_many_with_pluralize_table_names_false testGuillermo Iguaran2011-05-201-4/+1
* Add block setting of attributes to singular associationsAndrew White2011-05-172-0/+42
* Pass the attribute and option hashes to build_associationAndrew White2011-05-172-0/+29
* Fixed InnerJoinAssociationTest. Need to load essays fixture.Arun Agrawal2011-05-171-1/+1
* Adding missing requireGuillermo Iguaran2011-05-161-0/+1
* Merge pull request #560 from guilleiguaran/fix_pluralize_table_names_falseJon Leighton2011-05-161-0/+11
|\
| * Fixing has_many association when ActiveRecord::Base.pluralize_table_names is ...Guillermo Iguaran2011-05-151-0/+11
* | CollectionAssociation#merge_target_lists should write to the underlying attri...Jon Leighton2011-05-141-0/+10
|/
* Don't use mass-assignment protection when setting foreign keys or association...Jon Leighton2011-05-121-0/+33
* Merge pull request #512 from pivotalneutron/fix_eager_load_with_calculationsJon Leighton2011-05-111-1/+3
|\
| * Bug fixes:Fadzril Muhamad & Joseph Palermo2011-05-121-1/+3