Forums | Admin

Discussion Forums: help

Start New Thread Start New Thread

 

By: phil swenson
RE: stuck on getting started... [ reply ]  
2008-07-16 04:35
I'm tarded.... just needed
require 'rubygems'

on to the next error (next msg)

By: phil swenson
stuck on getting started... [ reply ]  
2008-07-16 03:34
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?