I want to use smarter_csv
gem, but when I write in my code require "smarter_csv"
it gives me error message below:
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- smarter_csv (LoadError)
When i try in irb:
001 > require 'smarter_csv'
=> true
I tried require "smarter_csv/smarter_csv.rb"
does not help!
How can i fix it?
bundle install
? – Tilo