aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fix testsJon Leighton2012-04-131-4/+4
|/
* Deprecate inferred JOINs with includes + SQL snippets.Jon Leighton2012-01-161-2/+14
* Revert "Deprecate implicit eager loading. Closes #950."Jon Leighton2012-01-161-2/+2
* Deprecate implicit eager loading. Closes #950.Jon Leighton2011-12-291-2/+2
* Delete obsolete commentJon Leighton2011-12-161-1/+0
* Cache columns at the model level.Jon Leighton2011-12-161-2/+2
* Use `table_exists?` from the schema cache.Aaron Patterson2011-12-091-3/+3
* Deprecate set_table_name in favour of self.table_name= or defining your own m...Jon Leighton2011-11-291-5/+5
* use GeneratedFeatureMethods module for associationsJosh Susser2011-11-271-1/+21
* Fixed failed test under 1.8.7 as map.keys order in indeterminableRocky Jaiswal2011-09-281-1/+1
* Merge pull request #3030 from htanata/fix_habtm_select_query_methodJon Leighton2011-09-261-0/+8
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-2/+2
* added an alias for new to build to the AR collection proxy, this corrects an ...Josh Kalderimis2011-06-011-0/+15
* added assertion for non-standard primary_key on models used in the primary_ke...Marian Rudzynski2011-05-261-0/+3
* use association_primary_key in AssociationScope#add_constraintsMarian Rudzynski2011-05-261-0/+7
* Added new #update_column method.Sebastian Martinez2011-03-271-1/+1
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-1/+1
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-1/+1
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-96/+30
|\