Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

README.rdoc

File metadata and controls

18 lines (14 loc) · 1.05 KB

Welcome to My Simple Twilio & Rails Demo

Hey there! If you’re interested in learning how to integrate Twilio into your Rails application, you’ve got to the right place! This demo is currently quite simple, but over time we’ll build it out to include more interesting scenarios that illustrate how easy it is to add voice and messaging to your app.

Right now, the files that you’ll want to peek at are:

  • Gemfile

  • config/initializers/twilio_config.rb

  • config/routes.rb

  • app/controllers/twilio_controller.rb

  • app/views/twilio/process_sms.xml.erb

In order to get this demo running, you’ll need to:

  1. Deploy the app

  2. Create a free Twilio account: twilio.com

  3. Configure the Sandbox number to point to your SMS URL: yourdomain/twilio/process_sms

  4. Send your app a text! Remember to prepend your text message with your Sandbox PIN.

P.S. This app is optimized for deployment on Heroku and includes the Postgres database connector in its Gemfile. Swap that line out for something else (mysql2, etc.) if you’re deploying elsewhere.