aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_many_through_association.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * Always update counter caches in memory when adding recordsSean Griffin2014-06-161-1/+0
* | Merge pull request #15772 from nbudin/sti_through_bugRafael Mendonça França2014-06-191-1/+3
|\ \ | |/ |/|
| * Don't include inheritance column in the through_scope_attributesNat Budin2014-06-171-1/+1
|/
* Merge pull request #15701 from zzak/issue_15496Rafael Mendonça França2014-06-131-1/+5
|\
| * Open extension point for defining options in build_through_recordZachary Scott2014-06-131-1/+5
* | Through associations should set both parent ids on join modelsSean Griffin2014-06-131-1/+5
|/
* reuse available collection? check instead of macroeileencodes2014-06-091-3/+3
* add has_one? method and reuse instead of checking macroeileencodes2014-06-091-1/+1
* Do not try to set the foreign_key again on has_many throughRafael Mendonça França2014-06-091-1/+1
* reuse available belongs_to? methodeileencodes2014-06-031-1/+1
* rename delete_all_records to delete_or_nullify_all_recordseileencodes2014-05-131-6/+2
* begin refactoring delete_records methodeileencodes2014-05-131-0/+4
* Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-081-1/+1
* Follow-up to #14990 [ci skip]Jon Atack2014-05-071-10/+9
* Fixed grammarFred Wu2014-05-061-1/+1
* use cache queries for hm:t associationsAaron Patterson2014-04-151-1/+1
* again, read_attribute is public, so just call itAaron Patterson2014-04-131-1/+1
* Merge pull request #12829 from iantropov/issue_insert_via_hmt_scope_3548Rafael Mendonça França2014-04-101-1/+5
|\
| * Fix insertion of records for hmt association with scope, fix #3548Ivan Antropov2013-11-171-1/+5
* | let `insert_record` actuall save the object.Aaron Patterson2014-02-251-2/+1
|/
* Prevent the counter cache from being decremented twicedm1try2013-11-111-1/+1
* fix deleting join models with no pkAaron Patterson2013-09-111-1/+15
* Adding a bang to method name of raise_on_type_mismatch.wangjohn2013-03-211-1/+1
* Reverting 16f6f25 (Change behaviour with empty array in where clause)Guillermo Iguaran2013-02-081-1/+1
* Change behaviour with empty array in where clauserobertomiranda2013-02-081-1/+1
* target_reflection_has_associated_record? refactoringAngelo Capilleri2013-01-081-5/+1
* Fix for has_many_through counter_cache bugMatthew Robertson2012-12-141-0/+5
* Merge pull request #7251 from rails/integrate-strong_parametersDavid Heinemeier Hansson2012-09-181-2/+2
|\
| * Remove mass_assignment_options from ActiveRecordGuillermo Iguaran2012-09-161-2/+2
* | Fix collection= on hm:t join models when unsavedErnie Miller2012-09-171-0/+14
|/
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* s/scoped/scope/Jon Leighton2012-08-011-2/+2
* Deprecate Relation#all.Jon Leighton2012-07-271-1/+1
* no longer need #delete_all_on_destroyJon Leighton2012-05-181-4/+0
* Perf: Don't load the association for #delete_all.Jon Leighton2012-05-181-1/+6
* Not need to pass join attributes to association buildRafael Mendonça França2012-03-071-1/+3
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-141-0/+4
* Memoize through associationJon Leighton2011-11-031-8/+11
* Remove all revelant through records.Jon Leighton2011-11-031-9/+9
* Fix adding multiple instances of the same record to a has_many :through.Jon Leighton2011-11-031-21/+43
* added an alias for new to build to the AR collection proxy, this corrects an ...Josh Kalderimis2011-06-011-2/+0
* Only save the record once when calling create! on a collection association. F...Jon Leighton2011-05-311-2/+9
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-2/+2
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-62/+97
|\
| * Delegate through_reflection and source_reflection to reflectionJon Leighton2011-02-211-10/+10
| * Associations - where possible, call attributes methods rather than directly a...Jon Leighton2011-02-211-13/+13
| * Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-11/+9
| * Allow building and then later saving has_many :through records, such that the...Jon Leighton2011-02-181-4/+46
| * Get rid of AssociationCollection#save_recordJon Leighton2011-02-141-4/+13
| * just return the record from insert_record, use truthiness for comparisonsAaron Patterson2011-02-071-2/+2