Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
paperclip.rake |
Exception is the root of Ruby's exception hierarchy, so when you rescue Exception you rescue from everything, including subclasses such as SyntaxError, LoadError, and Interrupt etc which is a bad idea. Fix: rescue from StandardError.
Name |
Last commit
|
Last Update |
---|---|---|
.. | ||
paperclip.rake | Loading commit data... |