I\'ve been trying to use HTTParty in my rails code
sudo gem install httparty
From the command line I can now successfully do
ht
1)include the httpary in your gemfile
open your gem file then add
gem 'httparty','YOUR VERSION NUMBER'
2) run bundle install in your command prompt of the app file
bundle install
3) restart the server