I'm on OS X. I am on Ruby 187. I installed the gem successfully.... but when I do a require 'funfx' I get :
*** LOCAL GEMS ***
actionmailer (2.1.0)
actionpack (2.1.0)
activerecord (2.1.0)
activeresource (2.1.0)
activesupport (2.1.0)
FunFX (0.0.4)
rails (2.1.0)
rake (0.8.1)
zeppelin:~ pswenson$ irb
irb(main):001:0> require 'funfx'
LoadError: no such file to load -- funfx
from (irb):1:in `require'
from (irb):1
irb(main):002:0>
any ideas?
|