Ryan Davis wrote: > you can't solve it. rails just sucks that way. Specifically: ruby -d shows you caught exceptions. $ ruby -d begin raise "Normal exception" rescue end puts "All OK" ^D Exception `RuntimeError' at -:2 - Normal exception All OK -- Posted via http://www.ruby-forum.com/.