| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SingularAssociation
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
inside the conditional
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
[#6257 state:resolved]
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
BelongsToPolymorphicAssociation because the conditions are added straight to the association_scope as of a few days ago
|
| |
|
|
|
|
| |
to define a create_association! method in a minute.
|
| |
|
|
|
|
| |
the code that need that can now just use association_proxy(:name).loaded?/target=
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
replaced
|
|
|
|
| |
back entirely
|
| |
|
| |
|
|
|
|
| |
the association, raise an error
|
|
|
|
| |
the new record, so we don't get the database into a pickle
|
|
|
|
| |
returned by methods ending in '='
|
|
|
|
| |
for example, by test_successful_build_association in has_one_associations_test.rb
|
|
|
|
| |
association.build (as association may be nil)
|
|
|
|
| |
the lines are not broken in the generated rdoc html
|
| |
|
| |
|
| |
|
|
|
|
| |
In previous version if database adapter (e.g. SQLite and Oracle) returned non-String calculated values then type_cast_using_column converted decimal average value of intefer field to integer value. Now operation parameter is always checked to decide which conversion of calculated value should be done.
|