aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
Commit message (Expand)AuthorAgeFilesLines
* remove HABTM associationsAaron Patterson2013-10-021-56/+0
* Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-031-15/+10
* Removed support for deprecated `insert_sql` in associations.Neeraj Singh2013-07-021-9/+5
* Deprecate #connection in favour of accessing it via the classBen Moss2013-03-091-3/+3
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-15/+24
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-24/+15
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-1/+1
* fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-181-0/+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-5/+11
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-141-0/+4
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-2/+2
* Only save the record once when calling create! on a collection association. F...Jon Leighton2011-05-311-2/+8
* Move the code which builds a scope for through associations into a generic As...Jon Leighton2011-03-101-22/+0
* Delegate Association#options to the reflection, and replace 'reflection.optio...Jon Leighton2011-02-211-3/+3
* Associations - where possible, call attributes methods rather than directly a...Jon Leighton2011-02-211-14/+14
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-19/+17
* Get rid of AssociationCollection#save_recordJon Leighton2011-02-141-5/+3
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-2/+2
* Refactor the implementations of AssociatioCollection#delete and #destroy to b...Jon Leighton2011-02-071-1/+1
* Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-1/+1
* @join_table_name is no longer usedJon Leighton2011-01-301-2/+1
* Let's be less blasé about method visibility on association proxiesJon Leighton2011-01-301-9/+10
* Removed support for accessing attributes on a has_and_belongs_to_many join ta...Jon Leighton2011-01-161-62/+6
* Construct an actual ActiveRecord::Relation object for the association scope, ...Jon Leighton2011-01-071-8/+8
* avoid creating so many Arel::Table objectsAaron Patterson2011-01-051-6/+9
* we have a method for this, so let's use itAaron Patterson2011-01-051-2/+2
* use arel ast construction rather than generating stringsAaron Patterson2011-01-051-1/+7
* use arel to construct AST rather than generate stringsAaron Patterson2011-01-051-2/+3
* Explicitly select * from has_and_belongs_to_many association tables, simplify...Raimonds Simanovskis2011-01-041-1/+2
* Create the association scope directly rather than going through with_scopeJon Leighton2011-01-031-1/+1
* Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-15/+19
* Rename AssociationReflection#primary_key_name to foreign_key, since the optio...Jon Leighton2010-12-311-2/+2
* Refactor we_can_set_the_inverse_on_this? to use a less bizarre name amongst o...Jon Leighton2010-12-261-0/+4
* Associations: DRY up the code which is generating conditions, and make it all...Jon Leighton2010-12-261-4/+6
* Remove unnecessary overloaded methods create, create! and create_record from ...Jon Leighton2010-12-201-18/+0
* Specify insert_record with NotImplementedError in AssociationCollection, to i...Jon Leighton2010-12-201-5/+1
* remove calls to deprecated methodsAaron Patterson2010-12-021-2/+3
* removing some calls to insert on arelAaron Patterson2010-12-021-3/+4
* Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584bJosé Valim2010-11-281-2/+2
* Remove explicit return.Emilio Tagua2010-11-251-2/+2
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Refactoring: replace the mix of variables like @finder_sql, @counter_sql, etc...Jon Leighton2010-10-301-19/+18
* Perf: refactor method.Emilio Tagua2010-09-221-11/+8
* do not pass nil values to arelAaron Patterson2010-09-211-1/+1
* mark SQL literals as SQL literalsAaron Patterson2010-08-251-1/+1
* marking sql literals as sql literalsAaron Patterson2010-08-231-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-1/+1
* do not use arel constants directlyAaron Patterson2010-08-131-1/+1