aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb
Commit message (Expand)AuthorAgeFilesLines
* use correct DB connection for generated HABTM tableMatt Hanlon2015-08-071-3/+7
* Rename association option :class to :anonymous_classAndrew White2015-04-211-1/+1
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-5/+5
* Allow habtm class_name option to be consistent with other associationsshiksha2014-11-131-1/+1
* Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-091-1/+1
* Change `gsub` to `tr` where possibleAlexander Balashov2014-10-061-1/+1
* Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...Rafael Mendonça França2014-06-191-8/+5
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-2/+2
* Fixed the inferred table name for HABTM within a schemaEric Chahin2014-05-201-1/+1
* Remove the assignment for real this time.Zachary Scott2014-05-161-2/+2
* prepend mutates the string so we can remove the assignmentRafael Mendonça França2014-05-161-1/+1
* Don't use Active Support where it is not needed.Rafael Mendonça França2014-05-141-1/+3
* Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-131-1/+5
* make sure cached table name is a string. fixes #12582Aaron Patterson2013-12-121-1/+1
* Revert the whole refactoring in the association builder classes.Rafael Mendonça França2013-12-111-5/+5
* Remove builder instancesRafael Mendonça França2013-10-091-5/+5
* fix the variable nameAaron Patterson2013-10-021-7/+7
* repurpose the HABTM builder classAaron Patterson2013-10-021-24/+1
* keep track of the left and right reflections and expose thoseAaron Patterson2013-10-021-5/+5
* have the builder create the middle reflectionAaron Patterson2013-10-021-2/+13
* Merge branch 'master' into habtmAaron Patterson2013-10-021-2/+2
|\
| * we can define callbacks without a builder instanceAaron Patterson2013-10-021-1/+1
| * get the name from the reflectionAaron Patterson2013-10-021-1/+1
* | move habtm translation to a builder classAaron Patterson2013-10-021-0/+109
|/
* remove more mutations from the `build` methodAaron Patterson2013-08-011-7/+2
* Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-031-1/+1
* Removed support for deprecated `insert_sql` in associations.Neeraj Singh2013-07-021-1/+1
* Removed deprecated options for assocationsNeeraj Singh2013-07-021-10/+0
* Use method compilation for association methodsJon Leighton2012-08-101-1/+1
* Unprivatise all the thingsJon Leighton2012-08-101-13/+11
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-0/+10
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-1/+1
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-1/+1
* stop using class_attribute where methods/inheritance will suffice.Jon Leighton2012-07-131-2/+6
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-30/+0
* no longer need #delete_all_on_destroyJon Leighton2012-05-181-1/+1
* Fix #3672 again (dependent: delete_all perf)Jon Leighton2011-12-141-1/+1
* Destroy association habtm record before destroying the record itself. Fixes i...Tomas D'Stefano2011-07-081-12/+10
* Removes the restriction on primary key when joining in a habtm && test that i...Mohammad El-Abid2011-05-261-4/+0
* Make clearing of HABTM join table contents happen in an after_destory callback.Murray Steele2011-03-231-12/+12
* Use proper objects to do the work to build the associations (adding methods, ...Jon Leighton2011-02-211-0/+63