and I kept getting failures installing, and finally I used the –
ignore-dependencies flag in gem install, and I got it installed. Now I
try to do something very simple like
at both the console and in the debugger. my question is, do I have to
do something to use the newly installed gem? I’m new to gems and have
only used them for examples and such.
The problem was that since the installer failed, I had to install
without dependencies. Apparently, I forgot to manually install
fastercsv, but instead of throwing a message like ‘no fastercsv,’ it
said ‘no such file to load.’ Thanks for your help guys.
dino
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.