Survive active_support idiocy
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 12 May 2010 10:57:40 +0000 (12:57 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 12 May 2010 12:44:22 +0000 (14:44 +0200)
commit43fe51c5e5bfc40a6db95f3d4ee93958ed1081a2
tree63131a2a92ccf1d296983a8e37182052d29290cf
parent90ff1ab6b449c6163b8e4dc32588a2ccc1f046f2
Survive active_support idiocy

Somebody should hang the ActiveSupport developers by their balls
with barbed wire. Their MissingSourceFile extension to LoadError
_expects_ a second argument, breaking the usual Exception interface
(instead, the smart thing to do would have been to make the second
parameter optional and run the code in the from_message method if
it was missing).
lib/rbot/plugins.rb