.. |
builder
|
Destroy association habtm record before destroying the record itself. Fixes issue #402.
|
2011-07-08 22:26:54 +01:00 |
join_dependency
|
|
|
preloader
|
reduce calls to owners_by_key and to read_attribute, respond_to? etc
|
2011-07-01 09:55:48 -07:00 |
alias_tracker.rb
|
a few minor performance improvements: fewer strings, fewer range objects, fewer method calls
|
2011-07-01 15:20:11 -07:00 |
association.rb
|
Don't construct association scope in initializer. This yields a big performance gain for cases where the association is never used to load the target, for example with preloading. Related: #1873.
|
2011-07-07 01:07:31 +01:00 |
association_scope.rb
|
use association_primary_key in AssociationScope#add_constraints
|
2011-05-26 11:00:27 +02:00 |
belongs_to_association.rb
|
Fix exception if old and new targets are both nil. Fixes #1471.
|
2011-07-12 00:14:45 +01:00 |
belongs_to_polymorphic_association.rb
|
|
|
collection_association.rb
|
Changed a few instances of of words in the API docs written in British English to
|
2011-07-24 10:21:42 +00:00 |
collection_proxy.rb
|
Add a proxy_association method to association proxies, which can be called by association extensions to access information about the association. This replaces proxy_owner etc with proxy_association.owner.
|
2011-08-13 16:22:20 -07:00 |
has_and_belongs_to_many_association.rb
|
Only save the record once when calling create! on a collection association. Fixes #1360.
|
2011-05-31 20:32:09 +01:00 |
has_many_association.rb
|
Only save the record once when calling create! on a collection association. Fixes #1360.
|
2011-05-31 20:32:09 +01:00 |
has_many_through_association.rb
|
added an alias for new to build to the AR collection proxy, this corrects an issue where the collection proxies were not consistent
|
2011-06-01 00:01:35 +01:00 |
has_one_association.rb
|
Only call set_owner_attributes for has_one association if target exists.
|
2011-07-04 18:43:09 +02:00 |
has_one_through_association.rb
|
|
|
join_dependency.rb
|
|
|
join_helper.rb
|
a few minor performance improvements: fewer strings, fewer range objects, fewer method calls
|
2011-07-01 15:20:11 -07:00 |
preloader.rb
|
|
|
singular_association.rb
|
Ensure that the foreign key gets set when doing record.create_association or record.create_association. Fixes #1960.
|
2011-07-08 21:03:54 +01:00 |
through_association.rb
|
Ignore :includes on through associations
|
2011-05-24 07:21:32 +01:00 |