aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_and_belongs_to_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-1/+1
| * Make record.association.destroy(*records) on habtm and hm:t only delete recor...Jon Leighton2011-02-071-8/+22
| * adjust query counts to be consistent across databases, make sure database log...Aaron Patterson2011-02-041-3/+6
| * column cache now lives on the connection poolAaron Patterson2011-02-041-2/+2
| * almost fistedAaron Patterson2011-02-041-2/+2
| * Fixing ordering of HABTM association deletion [#6191 state:resolved]Edward Faulkner2011-02-041-1/+1
| * Removed support for accessing attributes on a has_and_belongs_to_many join ta...Jon Leighton2011-01-161-83/+0
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-171-17/+15
|\|
| * fisting a bunch of unused variable warningsAaron Patterson2010-11-151-4/+2
| * use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-13/+13
* | First bit of support for habtm in through assocs - test_has_many_through_has_...Jon Leighton2010-10-131-1/+1
* | Add a commented, failing test for using a habtm in a has many through associa...Jon Leighton2010-10-121-4/+4
|/
* AssociationCollection#include? working properly for objects added with build ...Marcelo Giorgi2010-09-301-0/+6
* Set attributes properly for model built from association with conditions [#55...Marcelo Giorgi2010-09-281-0/+10
* remove join table rows before removing owner row for habtm associations, fixe...Hemant Kumar2010-09-211-1/+1
* Change relation merging to always append select, group and order valuesPratik Naik2010-08-311-21/+5
* updated test_should_record_timestamp_for_join_table for OracleRaimonds Simanovskis2010-08-221-1/+1
* update tests for mysql2 supportBrian Lopez2010-08-021-2/+7
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-6/+0
* Timestamp columns of HABTM join table should record timestampsNeeraj Singh2010-07-211-1/+34
* Ensure that primary_keys of HABTM records is not double quotedNeeraj Singh2010-07-201-0/+18
* Fixed gruoped_by_title spelling [#5063 state:committed]Ben Somers2010-07-081-2/+2
* Remove find_with_associations and related code from associations now that Rel...Pratik Naik2010-01-201-15/+0
* Merge commit 'rails/master'Emilio Tagua2009-08-081-2/+4
|\
| * added :order option to find :first methods and associations as otherwise Orac...Raimonds Simanovskis2009-08-061-2/+4
* | More work on removing plain SQL from associations and use ARel instead.Emilio Tagua2009-08-071-4/+4
|/
* Revert "Revert "Generate proper :counter_sql from :finder_sql when there is a...Pratik Naik2009-07-011-0/+7
* Revert "Generate proper :counter_sql from :finder_sql when there is a newline...Yehuda Katz + Carl Lerche2009-06-221-5/+0
* Generate proper :counter_sql from :finder_sql when there is a newline charact...Patrick Joyce2009-06-211-0/+5