Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't perform statement caching for `find` when called from a scope | Sean Griffin | 2014-12-22 | 1 | -0/+8 |
| | | | | | | | | If there is a method defined such as `find_and_do_stuff(id)`, which then gets called on an association, we will perform statement caching and the parent ID will not change on subsequent calls. Fixes #18117 | ||||
* | Ensure we can nest include calls [#5285 state:resolved] | Neeraj Singh | 2010-08-12 | 1 | -0/+3 |
Signed-off-by: José Valim <jose.valim@gmail.com> |