Stephen Pike
Stephen Pike
@jwcooper thank you, that also fixed the issue for me. For anyone else having this issue with Rails, I'd recommend reading the manifest section of the UPGRADING.md file https://github.com/rails/sprockets/blob/master/UPGRADING.md as...
This should only be required when on ruby < 1.9. Can you wrap the require? Something like: ``` if RUBY_VERSION == '1.8.7' require 'iconv' end ``` I get a warning...
We're both using roo 1.10.1. I'm on 1.9.3 as well, and have no problem without the `require iconv`. I'm not going to merge this since it works for me, but...