Development Sep 11 2015
When RSPEC with Capybara fails with NotFound while serving AJAX-requests
“Concurrency is a bitch” this famous quote by any developer ever can haunt your everyday work like crazy. Why? Because mainly race-conditions and concurrency does not fit the “normal” way of thinking about code, which normally works like a cursor that processes stuff sequentially.