aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Rework table aliasing to account for truncated table aliases. Add smarter ta...Rick Olson2006-03-181-1/+1
* Alias the has_and_belongs_to_many join table on eager includes. closes #4106 ...Rick Olson2006-03-161-0/+4
* fix test_find_in_association_with_options test, tweak other tests affected by...Rick Olson2006-03-161-14/+14
* a few more tests for the custom counter_cache naming codeJamis Buck2006-03-091-17/+8
* Allow counter_cache to accept a column nameJamis Buck2006-03-091-1/+21
* Make counter cache work when replacing an association (closes #3245). Thanks ...Jamis Buck2006-03-041-0/+32
* Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h...David Heinemeier Hansson2006-03-031-0/+9
* Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...David Heinemeier Hansson2006-01-211-21/+5
* Fix date errors for SQLServer in association tests. Closes #3406.Marcel Molina2006-01-131-8/+5
* Fixed that saving a model with multiple habtm associations, would only save t...Florian Weber2005-12-211-0/+16
* Added option inheritance for find calls on has_and_belongs_to_many and has_ma...David Heinemeier Hansson2005-12-131-1/+11
* Fix some test failures due to MySQL assumptions. Closes #3149.Jeremy Kemper2005-12-081-2/+5
* Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...Florian Weber2005-11-241-2/+2
* Fixed bug where using update_attribute after pushing a record to a habtm asso...Florian Weber2005-11-231-1/+10
* r3095@asus: jeremy | 2005-11-15 22:40:51 -0800Jeremy Kemper2005-11-161-6/+6
* Associations handle case-equality more consistently: item.parts.is_a?(Array) ...Jeremy Kemper2005-11-151-0/+16
* Add :group option, correspond to GROUP BY, to the find method and to the has_...Jeremy Kemper2005-11-101-0/+7
* Destroy associated has_and_belongs_to_many records after all before_destroy c...Jeremy Kemper2005-11-081-3/+6
* Added extension capabilities to has_many and has_and_belongs_to_many proxies ...David Heinemeier Hansson2005-11-041-0/+8
* Made more tests for SQLServer pass (closes #2486) [Tom Ward]David Heinemeier Hansson2005-10-281-3/+3
* Refactor DB exceptions and deal more with DB2 (closes #2624)David Heinemeier Hansson2005-10-271-3/+3
* Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.Jeremy Kemper2005-10-221-0/+16
* Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)Tobias Lütke2005-10-201-0/+9
* Fixed a few sqlserver test case errors. Closes #2486Tobias Lütke2005-10-171-3/+3
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-2/+5
* Adds :nullify option to :depends. Closes #2015 (Robby Russell)Tobias Lütke2005-10-151-6/+25
* DRYed up Associations#clear. Closes #1906 [Caleb]Tobias Lütke2005-10-141-1/+3
* Fix errors caused by assigning a has-one or belongs-to property to itselfJamis Buck2005-10-131-0/+10
* Association validation does not belong in a before_save callback: move it int...Jeremy Kemper2005-10-021-1/+2
* r3657@asus: jeremy | 2005-09-28 00:32:33 -0700Jeremy Kemper2005-09-281-1/+3
* r3653@asus: jeremy | 2005-09-28 00:23:49 -0700Jeremy Kemper2005-09-281-12/+53
* Fixed that the create_x method from belongs_to wouldn't save the association ...David Heinemeier Hansson2005-09-201-0/+3
* Fixed saving a record with two unsaved belongs_to associations pointing to th...Jamis Buck2005-09-201-0/+45
* Fixed various problems with has_and_belongs_to_many when using customer finde...David Heinemeier Hansson2005-09-131-0/+13
* Fixed that the SQL Server adapter would sometimes return DBI::Timestamp objec...David Heinemeier Hansson2005-09-091-4/+4
* Refactored away all the legacy validate_options calls and replaced them with ...David Heinemeier Hansson2005-09-091-1/+1
* Revert [2040], caused assignment of belongs_to associations to fail in some c...Jamis Buck2005-08-241-6/+17
* Add a failing testJamis Buck2005-08-241-0/+9
* Saving a record with two unsaved belongs_to associations pointing to the same...Jamis Buck2005-08-231-0/+41
* Allow unspecified join-table columns to use to their default values when addi...Jamis Buck2005-07-181-0/+20
* Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...David Heinemeier Hansson2005-07-031-0/+14
* Added support for ODBC connections to MS SQL Server so you can connect from a...David Heinemeier Hansson2005-07-011-4/+24
* Updated all references to the old find_first and find_all to use the new styl...David Heinemeier Hansson2005-06-261-24/+24
* Pass association finder arguments through to the association class exactly as...Jeremy Kemper2005-06-241-1/+1
* Removed the AR::Recursion module--it broke more code than it fixedJamis Buck2005-06-211-0/+38
* Fixed that adding a record to a has_and_belongs_to collection would always sa...David Heinemeier Hansson2005-06-181-0/+16
* Added actual database-changing behavior to collection assigment for has_many ...David Heinemeier Hansson2005-06-161-0/+59
* r1307@iwill: jeremy | 2005-06-13 19:05:00 -0700Jeremy Kemper2005-06-131-4/+7
* Be sure to use the @finder_sql in the has_many association's #find method, ev...Jamis Buck2005-06-131-6/+12
* r1294@iwill: jeremy | 2005-06-13 02:17:42 -0700Jeremy Kemper2005-06-131-2/+11