You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I have travis running specs again and have this gem running at multiple sites in production without experiencing the described error and can't reproduce locally.
Happy to help in anyway I can and if it is something you can reproduce locally it would be great if you could maybe put in some extra debugging output so we can work out what's going wrong and where.
I'm iterating over the results of a view and I need exceptions to be raised inside the iterator.
From the view example:
raise StandardError
will stop the iterator and hang the whole application in a useless state.The text was updated successfully, but these errors were encountered: