My ruby interpreter is crashing on almost every page request with the following error: Ruby interpreter (CUI) 1.9.2p180 [i386-mingw32] has stopped working
I am not using
I had the same problem on windows, ruby interpreter crashing after every couple of pageloads.
my problem was here
and I fixed it with
<% if @game.image_url && @game.image_url != "" %> <% end %>