Assuming you have a Twilio account and API credentials, add the following to your Gemfile:
gem 'twilio-ruby'
Alternatively you can gem install twilio-ruby.
To have Twilio send an incoming SMS to a particular route in your application, you need to configure the Messaging URL for your phone numbe...