| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
should return self.
|
|
|
|
| |
#replace which was previously incorrect, but the test passed due to the fact that to_a was not duping.
|
|
|
|
| |
is converted to SQL
|
|
|
|
| |
calculate
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
find(:last, ...)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
this can affect validations/callbacks/etc inside the record itself [#6252 state:resolved]
|
| |
|
| |
|
| |
|
|
|
|
| |
consistency fix
|
|
|
|
| |
tributes_are_set_to_update_existing_record added
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
Document methods that allow easily override arel queries
|
| |
| |
| |
| | |
as the prime example. Show scope examples after prime example.
|
| |
| |
| |
| |
| |
| |
| | |
Reason: Sorry, CHANGELOGs can only be edited in master.
If you provide a patch I'll apply it myself. Thanks!
This reverts commit 1f8ecb85d7c1b3efdf45c3cf3461502b608c1a7c.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
has_one and belongs_to
|
| |
| |
| |
| | |
table. This has been documented as deprecated behaviour since April 2006. Please use has_many :through instead. A deprecation warning will be added to the 3-0-stable branch for the 3.0.4 release.
|
| | |
|
| | |
|
| | |
|