diff options
author | Tobias Bielohlawek <tobiasb@qype.com> | 2009-09-08 15:51:56 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-02-26 11:14:16 +0100 |
commit | 4db72b702f7faca7da30a64e45daeee13733762a (patch) | |
tree | 61688e6610078ed0e5044b17573b6c7459c52c8d /tools | |
parent | b56b9ee7d6807d8ea9e1575afb7a28e89980b348 (diff) | |
download | rails-4db72b702f7faca7da30a64e45daeee13733762a.tar.gz rails-4db72b702f7faca7da30a64e45daeee13733762a.tar.bz2 rails-4db72b702f7faca7da30a64e45daeee13733762a.zip |
fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't met the default_scope conditions, added test [#3166 status:resolved]
The reload method didn't made use of 'with_exclusive_scope' when reloading the object. This lead to a RecordNotFound exception, in case the object doesn't met the default_scope condition (anymore) - which is obviously a bug. This quick fix makes use of with_exclusive_scope in the reload method as well. See test for full example.
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions