aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure that modifying has_and_belongs_to_many actions clear the query cache. ...Rick Olson2008-01-181-5/+5
* More thoroughly quote table names. Exposes some issues with sqlite2 adapter. ...Jeremy Kemper2008-01-051-4/+4
* Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized instance ...Jeremy Kemper2007-12-221-8/+8
* Fixed that habtm associations should be able to set :select as part of their ...David Heinemeier Hansson2007-12-051-2/+2
* Dynamic finders on association collections respect association :limit. Closes...Jeremy Kemper2007-11-211-1/+5
* Make Dynamic Finders on Association Collections Respect Association :order [p...Michael Koziarski2007-11-211-1/+1
* Refactor association create and build so before & after callbacks behave cons...Jeremy Kemper2007-10-161-21/+16
* Fixed spelling errors (closes #9706) [tarmo/rmm5t]David Heinemeier Hansson2007-09-281-3/+3
* Stop users from calling .create on a has_many / habtm association when the ow...Michael Koziarski2007-09-181-2/+19
* Formatting, grammar and spelling fixes for the associations documentation. [s...Michael Koziarski2007-08-281-3/+3
* Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]Michael Koziarski2007-08-071-1/+2
* Refactored in use of extract_options! (closes #9079) [josh]David Heinemeier Hansson2007-07-241-1/+1
* Move from select * to select tablename.* to avoid clobbering IDs. Closes #888...Michael Koziarski2007-07-071-0/+1
* Remove deprecated push_with_attributes.Jeremy Kemper2007-06-111-22/+5
* Simplify association proxy implementation by factoring construct_scope out of...Jeremy Kemper2006-11-191-10/+4
* update deprecations to include alternative methods (where available)Jamis Buck2006-10-241-1/+1
* Backed out of new_record? to new? transformation as it would screw up existin...David Heinemeier Hansson2006-09-051-4/+4
* Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...David Heinemeier Hansson2006-09-051-4/+4
* Rename quote to quote_value so the name can be used in AR models. #3628 [Koz]Michael Koziarski2006-09-041-1/+1
* Formally deprecate rich associations. [Koz]Michael Koziarski2006-08-051-1/+4
* Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...Rick Olson2006-05-291-0/+11
* Allow :uniq => true with has_many :through associations.Jeremy Kemper2006-05-061-16/+2
* Fixed that records returned from has_and_belongs_to_many associations with ad...David Heinemeier Hansson2006-04-011-3/+9
* Do not implicitly mark recordss of has_many :through as readonly but do mark ...Marcel Molina2006-03-301-1/+1
* Changed has_and_belongs_to_many join to INNER JOIN for Mysql 3.23.x. Closes ...Rick Olson2006-03-261-1/+1
* remove some commented-out cruftRick Olson2006-03-161-4/+0
* Use association's :conditions when eager loading. [jeremyevans0@gmail.com] cl...Rick Olson2006-03-161-2/+6
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-1/+3
* Added preliminary support for join models [DHH] Added preliminary support for...David Heinemeier Hansson2005-12-031-36/+34
* has_and_belongs_to_many: use JOIN instead of LEFT JOIN. References #2937.Jeremy Kemper2005-11-211-2/+2
* Added :include as an option for association declarations [DHH]David Heinemeier Hansson2005-11-061-1/+1
* r2915@asus: jeremy | 2005-11-06 05:02:53 -0800Jeremy Kemper2005-11-061-1/+1
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-041-0/+10
* HABTM finder sets :readonly => false. Closes #2525.Jeremy Kemper2005-10-201-0/+1
* Parenthesize :conditionsJeremy Kemper2005-10-181-2/+2
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-141-20/+0
* Fixed various problems with has_and_belongs_to_many when using customer finde...David Heinemeier Hansson2005-09-131-6/+5
* Use the inflector rules made for the purposeDavid Heinemeier Hansson2005-09-111-1/+1
* Dont be ambigious about the condition keyDavid Heinemeier Hansson2005-07-221-1/+1
* Added support for calling constrained class methods on has_many and has_and_b...David Heinemeier Hansson2005-07-221-42/+36
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-181-2/+4
* Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...David Heinemeier Hansson2005-07-171-2/+2
* Added callbacks on push_with_attributes #1594 [Florian Weber]David Heinemeier Hansson2005-07-051-0/+2
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+9
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-181-1/+3
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-1/+1
* Fixed that :delete_sql in has_and_belongs_to_many associations couldn't acces...David Heinemeier Hansson2005-05-191-2/+2
* Order by is no longer a guarenteeDavid Heinemeier Hansson2005-04-141-1/+1
* Qualify the ids used such that eager loading can avoid ambigious keysDavid Heinemeier Hansson2005-04-131-1/+1
* Removed the default order by id on has_and_belongs_to_many queries as it coul...David Heinemeier Hansson2005-04-131-7/+13