aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_through_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Fix for has_many_through counter_cache bugMatthew Robertson2012-12-141-0/+11
* Merge and add tests related to 5215Vipul A M2012-11-121-6/+13
* remove duplicated require statements in AR test casesYves Senn2012-10-091-1/+0
* Revert "Use flat_map { } instead of map {}.flatten"Santiago Pastorino2012-10-051-1/+1
* Use flat_map { } instead of map {}.flattenSantiago Pastorino2012-10-051-1/+1
* Count returns 0 without querying if parent is not savedFrancesco Rodriguez2012-10-031-0/+6
* Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-181-15/+0
|\
| * Remove mass assignment security from ActiveRecordGuillermo Iguaran2012-09-161-15/+0
* | Fix collection= on hm:t join models when unsavedErnie Miller2012-09-171-0/+5
|/
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-2/+2
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-2/+2
* rm unnecessary testJon Leighton2012-07-201-7/+0
* remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-3/+3
* remove deprecate #calculate callsJon Leighton2012-04-261-1/+1
* Merge pull request #5289 from rafaelfranca/fix-through-associationsJon Leighton2012-03-081-4/+20
|\
| * Not need to pass join attributes to association buildRafael Mendonça França2012-03-071-3/+2
| * Add test case to has_many through association when mass_assignment_sanitizer isRafael Mendonça França2012-03-051-4/+21
* | Add tests to test that through associations are not readonly, and we can upda...kuahyeow2012-03-081-0/+11
|/
* The primary key is always initialized in the @attributes hash to nil (unlessAaron Patterson2012-01-251-1/+1
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-1/+1
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-1/+1
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-1/+1
* bypass preloading for ids_readerSergey Nartimov2011-12-181-0/+6
* Remove all revelant through records.Jon Leighton2011-11-031-0/+15
* Fix adding multiple instances of the same record to a has_many :through.Jon Leighton2011-11-031-0/+10
* Fix #3247.Jon Leighton2011-11-031-0/+5
* The join_nodes must be passed to the JoinDependency initializer and therefore...Jon Leighton2011-08-291-0/+4
* Ensure empty has_many :through association preloaded via joins is marked as l...Jon Leighton2011-08-151-0/+8
* Fix bug in collection_singular_ids on has many through association with condi...Anatoliy Lysenko2011-07-061-0/+5
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* 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
* fixing more test warnings in 1.9.3Aaron Patterson2011-04-301-1/+1
* Fix test_associate_existing in has_many_through_associations_test on mysql an...Jon Leighton2011-04-171-1/+1
* Added new #update_column method.Sebastian Martinez2011-03-271-2/+2
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-2/+2
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-2/+2
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-14/+302
|\
| * Allow building and then later saving has_many :through records, such that the...Jon Leighton2011-02-181-0/+18
| * Ensure that association_ids uses the correct attribute where the association ...Jon Leighton2011-02-181-0/+10
| * Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-0/+7
| * Correctly update counter caches on deletion for has_many :through [#2824 stat...Jon Leighton2011-02-071-2/+42
| * Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-0/+100
| * Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-4/+8
| * Has many through - It is not necessary to manually merge in the conditions ha...Jon Leighton2011-01-301-1/+11
| * include_in_memory? should check against @target list in case of new records. ...Aaron Patterson2011-01-121-0/+7