no such file to load -- rest_client
urveshpatel opened this issue · 5 comments
urveshpatel commented
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
archiloque commented
is it in a rails app ?
urveshpatel commented
Yes, its works fine with rails 2.3.8 however with rails 3.0 it fails to load rest_client.
archiloque commented
Did you specify rest-client in the Gemfile ?
urveshpatel commented
Yes, I have installed rest-client through gem install.
archiloque commented
I mean the Gemfile in the application root like in https://github.com/archiloque/fourbi-net/blob/master/Gemfile