aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Allow habtm class_name option to be consistent with other associationsshiksha2014-11-131-0/+10
* Ensure HABTM relationships produce valid class names (Fixes #17119)Sammy Larbi2014-11-091-1/+10
* Ignore SCHEMA queries in some habtm testsAkira Matsuda2014-08-141-4/+4
* Use a better test descriptionRafael Mendonça França2014-06-191-1/+1
* Fix has_and_belongs_to_many in a namespaced model pointing to a non namespace...Rafael Mendonça França2014-06-191-0/+9
* just use `assert`Aaron Patterson2014-06-021-1/+1
* Fix redefine a has_and_belongs_to_many inside inherited classArthur Neves2014-05-271-1/+15
* Fix how to compute class name on habtm namespaced.Kassio Borges2014-05-131-0/+12
* set a constant for the "anonymous" habtm model fixes #15022Aaron Patterson2014-05-081-0/+6
* Fixed HABTM's CollectionAssociation sizeFred Wu2014-05-081-0/+18
* Fix custom join_table name on habtm reflectionsKassio Borges2014-04-251-0/+5
* Obey `validate: false` option for habtmCarlos Antonio da Silva2014-03-141-0/+24
* fix HABTM w/out primary key errors on destructionKevin Casey2014-02-021-0/+10
* make sure cached table name is a string. fixes #12582Aaron Patterson2013-12-121-0/+7
* Squashed commit of the following:Aaron Patterson2013-10-011-10/+4
* these are not real developer objects, so counting them doesn't makeAaron Patterson2013-09-111-1/+1
* add a comment for sanity of other people to comeAaron Patterson2013-09-101-0/+8
* Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-291-2/+2
* Remove redundant test about `push_with_attributes` removal.Vipul A M2013-07-091-7/+0
* Removed support for deprecated `delete_sql` in associations.Neeraj Singh2013-07-031-25/+0
* Removed support for deprecated `finder_sql` in associations.Neeraj Singh2013-07-021-26/+0
* Removed support for deprecated `counter_sql`Neeraj Singh2013-07-021-21/+0
* Removed deprecated options for assocationsNeeraj Singh2013-07-021-12/+0
* rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.Yves Senn2013-03-151-1/+1
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-8/+8
* User Rails 4 find_byrobertomiranda2013-01-181-8/+8
* Merge and add tests related to 5215Vipul A M2012-11-121-6/+11
* Count returns 0 without querying if parent is not savedFrancesco Rodriguez2012-10-031-0/+6
* Remove ActiveRecord::Base.to_aJon Leighton2012-08-031-2/+2
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-08-011-6/+21
* Revert "Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-0/+69
* AR::Relation#order: make new order prepend old oneBogdan Gusiev2012-07-311-2/+2
* Deprecate ActiveRecord::Base.scoped.Jon Leighton2012-07-271-5/+5
* ActiveRecord::Base.all returns a Relation.Jon Leighton2012-07-271-7/+7
* Deprecate update_column in favor of update_columns.Rafael Mendonça França2012-07-241-1/+1
* Remove :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-69/+0
* Improve the derivation of HABTM assocation join table namesAndrew White2012-06-221-3/+1
* Fix fragile #assert_queries implementation and usages.Steve Jorgensen2012-06-091-2/+5
* fix #delete_all with habtm with :delete_sqlJon Leighton2012-05-181-0/+6
* quarantine deprecated testsJon Leighton2012-05-181-20/+0
* Merge pull request #5453 from JonRowe/patch_uniq_has_and_belongs_to_many_when...Aaron Patterson2012-05-161-0/+6
|\
| * when using a preloaded array and the uniq flag is set then return the size of...Jon Rowe2012-03-151-0/+6
* | Remove #=== quirkJon Leighton2012-05-111-5/+0
* | CollectionProxy < RelationJon Leighton2012-05-111-1/+1
* | more deprecations manually fixedJon Leighton2012-04-271-7/+7
* | find and replace deprecated keysJon Leighton2012-04-271-7/+7
* | %s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...Jon Leighton2012-04-271-7/+7
* | remove calls to find(:first), find(:last) and find(:all)Jon Leighton2012-04-261-8/+8
* | remove deprecate #calculate callsJon Leighton2012-04-261-7/+0