When I try the FasterCSV gem on my application I have this error:
Please switch to Ruby 1.9's standard CSV library. It's FasterCSV plus support for Ruby 1.9's m17n encoding engine.
By The Way, I'm using rails 3, ruby 1.9.2, rubygems 1.4.
Can someone explain to me please how to use the standard csv library of ruby 1.9. I don't have any idea at all because I'm very new to rails...