adamwiggins/rest-client

no such file to load -- rest_client

Opened this issue · 5 comments

rest_client works fine on console or through independent ruby file but not loading from the ruby controller and gives no such file to load -- rest_client

is it in a rails app ?

Yes, its works fine with rails 2.3.8 however with rails 3.0 it fails to load rest_client.

Did you specify rest-client in the Gemfile ?

Yes, I have installed rest-client through gem install.

I mean the Gemfile in the application root like in https://github.com/archiloque/fourbi-net/blob/master/Gemfile