I've just come to a realization about deadlocks - namely what they are - and I'm concerned about this issue affecting my Rails code.
Are there any specific deadlock issues to watch out for while developing a Rails app?
Have you ever encountered a deadlock in your Rails code - or is that even possible?
(I'm not referring to database deadlocks - only application deadlocks).