aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Removed useless utility classes inside HABTM association builderBogdan Gusiev2018-06-191-37/+16
* Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-281-1/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-3/+3
* Fix HABTM associations join table resolver bug on constants and symbolsMehmet Emin İNAÇ2016-10-271-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-22/+22
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Move the warning about composite primary key to `AttributeMethods::PrimaryKey`Ryuta Kamizono2016-07-021-2/+4
* eliminate warnings about multiple primary keys on habtm join tablesAaron Patterson2016-02-191-0/+3
* Ensure `has_and_belongs_to_many` works with `belongs_to_required_by_default`Sean Griffin2015-10-291-2/+2
* docs, add missing `:nodoc: for `Associations::Builder`. [ci skip]Yves Senn2015-10-131-3/+3
* 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