On Tue, Jan 22, 2013 at 8:23 PM, fedzor <fed...@gmail.com> wrote: > I'm getting a similar error. Why does this have to be, though? Why is this > error coming up in the first place?
class Iconv is redefined in util.rb [0]. If you 'require "iconv"' over that, there will be a conflict (which one is the real one). I really don't know how to work around this one; the "easy" solution would be to uninstall the iconv gem, but this isn't really long-term. If you have time and courage, you should remove the custom Iconv class and replace it with the Decoder[1] class from heliotrope. It's a continuation of this Iconv class, taking into account the tricky 1.9. [0] https://github.com/sup-heliotrope/sup/blob/dd129e12603f5c77846c5fa624b8f118d53fbd0e/lib/sup/util.rb#L661 [1] https://github.com/sup-heliotrope/sup/pull/1#issuecomment-12415689 -- Matthieu RAKOTOJAONA _______________________________________________ sup-talk mailing list sup-talk@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-talk