fastercsv error with ruby 1.9.2
问题 I have an existing rails application I'm running on ruby 1.9.2 and linux its rails version is rails 2.3.8 and it has a GEMFILE as well, in its vendor/gems directory it has 'fastercsv-1.5.4' gem and in its migrations (in two migrations) it has required the gem 'fastercsv' require 'fastercsv' But when I do rake db:migrate it fails the migration claiming "Please switch to Ruby 1.9's standard CSV library. It's FasterCSV plus support for Ruby 1.9's m17n encoding engine." and I have found out the