Kad Kerforn wrote: > no problem in the console > $ script/console > Loading development environment (Rails 2.3.8) >>> require 'vzaar' > => [] > > but when using irb, I get a LoadError... > re 'vzaar' > LoadError: no such file to load -- vzaar > from (irb):1:in `require' > from (irb):1 > > what's wrong with irb ???
Did you try doing: require 'rubygems' before the require of vzaar ? Rails probably does it for you already. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

