Frederick Cheung wrote in post #993456: > On Apr 18, 7:12am, "Anush J." <[email protected]> wrote: >> Hi guys, >> I wanted to fetch some info from webpage and use it in my db. I read >> hpricot is one way to do it. But the problem is I'm unable to use it >> with my app. For some reason after successfully installing hpricot it >> fails when I try to use it in the rails console. >> >> I've been trying to fix this for the last four-five days. I'm stumped ! >> I tried re-installing everything and still cant go past the error. Can >> some one please help me, I really appreciate it ! >> > Did you add it to your Gemfile? > > Fred
Hey Fred, Argh! I didnt knw about that. [root@anushj testApp2]# rails c Loading development environment (Rails 3.0.6) irb(main):001:0> require 'hpricot' => nil irb(main):002:0> I think it worked now, I wasted some time doing unwanted things. Thanks a lot !!! Anush -- 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.

