index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
associations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
1
-50
/
+57
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
1
-57
/
+50
*
Add deprecation warning for inferred foreign key. #6029 [Josh Susser]
Rick Olson
2006-09-04
1
-0
/
+7
*
Deprecation: use :dependent => :delete_all rather than :exclusively_dependent...
Jeremy Kemper
2006-09-04
1
-1
/
+7
*
has_many :through conditions are sanitized by the associating class. Closes #...
Jeremy Kemper
2006-09-01
1
-0
/
+6
*
has_one supports the :dependent => :delete option which skips the typical cal...
Jeremy Kemper
2006-08-29
1
-0
/
+18
*
Cache nil results for :included has_one associations also. Closes #5787.
Jeremy Kemper
2006-08-17
1
-0
/
+3
*
Fixed a bug which would cause .save to fail after trying to access a empty ha...
Tobias Lütke
2006-08-16
1
-0
/
+10
*
Cache nil results for has_one associations so multiple calls don't call the d...
Rick Olson
2006-08-08
1
-0
/
+5
*
Don't save has_one associations unnecessarily. Closes #5735.
Jeremy Kemper
2006-08-06
1
-0
/
+17
*
Oracle: use nonblocking queries if allow_concurrency is set, fix pessimistic ...
Jeremy Kemper
2006-07-07
1
-1
/
+7
*
Doc fix (closes #5504) [lee@omara.ca]
David Heinemeier Hansson
2006-07-05
1
-0
/
+4
*
Fixed that has_many.create ended up with duplicate objects (closes #5250) [da...
David Heinemeier Hansson
2006-06-03
1
-0
/
+8
*
band-aid for oracle
Rick Olson
2006-05-29
1
-2
/
+2
*
Fix the has_and_belongs_to_many #create doesn't populate the join for new rec...
Rick Olson
2006-05-29
1
-0
/
+28
*
Provide Association Extensions access to the instance that the association is...
Rick Olson
2006-05-28
1
-0
/
+23
*
Make Oracle happy
David Heinemeier Hansson
2006-05-21
1
-1
/
+1
*
Fixed that has_many collections shouldn't load the entire association to do b...
David Heinemeier Hansson
2006-05-21
1
-0
/
+29
*
uniq preserves order. References [4325].
Jeremy Kemper
2006-05-07
1
-6
/
+9
*
Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base...
Rick Olson
2006-04-19
1
-2
/
+18
*
Fixed that AssociationCollection#delete_all should work even if the records o...
Florian Weber
2006-04-03
1
-0
/
+19
*
Fixed that records returned from has_and_belongs_to_many associations with ad...
David Heinemeier Hansson
2006-04-01
1
-1
/
+21
*
Rework table aliasing to account for truncated table aliases. Add smarter ta...
Rick Olson
2006-03-18
1
-1
/
+1
*
Alias the has_and_belongs_to_many join table on eager includes. closes #4106 ...
Rick Olson
2006-03-16
1
-0
/
+4
*
fix test_find_in_association_with_options test, tweak other tests affected by...
Rick Olson
2006-03-16
1
-14
/
+14
*
a few more tests for the custom counter_cache naming code
Jamis Buck
2006-03-09
1
-17
/
+8
*
Allow counter_cache to accept a column name
Jamis Buck
2006-03-09
1
-1
/
+21
*
Make counter cache work when replacing an association (closes #3245). Thanks ...
Jamis Buck
2006-03-04
1
-0
/
+32
*
Fixed that calling HasOneProxy#build_model repeatedly would cause saving to h...
David Heinemeier Hansson
2006-03-03
1
-0
/
+9
*
Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...
David Heinemeier Hansson
2006-01-21
1
-21
/
+5
*
Fix date errors for SQLServer in association tests. Closes #3406.
Marcel Molina
2006-01-13
1
-8
/
+5
*
Fixed that saving a model with multiple habtm associations, would only save t...
Florian Weber
2005-12-21
1
-0
/
+16
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
1
-1
/
+11
*
Fix some test failures due to MySQL assumptions. Closes #3149.
Jeremy Kemper
2005-12-08
1
-2
/
+5
*
Made test_update_attributes_after_push_without_duplicate_join_table_rows pass...
Florian Weber
2005-11-24
1
-2
/
+2
*
Fixed bug where using update_attribute after pushing a record to a habtm asso...
Florian Weber
2005-11-23
1
-1
/
+10
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
1
-6
/
+6
*
Associations handle case-equality more consistently: item.parts.is_a?(Array) ...
Jeremy Kemper
2005-11-15
1
-0
/
+16
*
Add :group option, correspond to GROUP BY, to the find method and to the has_...
Jeremy Kemper
2005-11-10
1
-0
/
+7
*
Destroy associated has_and_belongs_to_many records after all before_destroy c...
Jeremy Kemper
2005-11-08
1
-3
/
+6
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
1
-0
/
+8
*
Made more tests for SQLServer pass (closes #2486) [Tom Ward]
David Heinemeier Hansson
2005-10-28
1
-3
/
+3
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
1
-3
/
+3
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-0
/
+16
*
Fix Associations#clear for not-yet-loaded associations (Patrick Lenz)
Tobias Lütke
2005-10-20
1
-0
/
+9
*
Fixed a few sqlserver test case errors. Closes #2486
Tobias Lütke
2005-10-17
1
-3
/
+3
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-2
/
+5
*
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
Tobias Lütke
2005-10-15
1
-6
/
+25
*
DRYed up Associations#clear. Closes #1906 [Caleb]
Tobias Lütke
2005-10-14
1
-1
/
+3
*
Fix errors caused by assigning a has-one or belongs-to property to itself
Jamis Buck
2005-10-13
1
-0
/
+10
[prev]
[next]