Latest comments
- Doug
@Mikel – *Ubuntu (tried on both 7.10 and 8.04) *ruby 1.8.6 *Mongrel 1.1.5 *Rails 2.1.1
I tried using a different...
- Mikel
@Doug and @Phil
Hmm… are you guys running on Windows?
Mikel
- Doug
I’m having a similar problem as Phil. I can rescue Terminator::Error in Rails script/console but not when rails is being...
- wc
thank you, this was very helpful
- Larry
Not real sure what should go here: ‘form:button_disable’. Can’t get this to work for me but love the idea. Disclaimer:...
- Phil
The simple example of:
begin Terminator.terminate(1) do sleep 3 end end
rescue Terminator::Error puts "Timed out"does not work for...