Ruby on Rails SMS sending

11,253

I have found twilio easy to use and recommend it. They have a tutorial that works (at least in Rails 3.07).

http://www.twilio.com/

Share:
11,253

Related videos on Youtube

CodeGeek123
Author by

CodeGeek123

Updated on June 04, 2022

Comments

  • CodeGeek123
    CodeGeek123 almost 2 years

    I'm trying to code for an sms server using this tutorial:

    http://lukeredpath.co.uk/blog/sending-sms-messages-from-your-rails-application.html

    Here they advice us to use clickatell but i have a gateway that i can use which i would like to use. However i wouldn't know how to write the bits of code that says require clickatel or sudo gem install clickatell. I'm new to ruby and rails hence any help would be appreciated :)

  • Boss Nass
    Boss Nass over 11 years
    @B Seven where is this RoR tutorial?
  • B Seven
    B Seven over 11 years
    It seems that they removed most of the Ruby tutorials. Here's an up-to-date demo app for Ruby (not Rails): github.com/twilio/twilio-ruby . This shows how to use the API. I would see if I could get this to work, and then integrate into a Rails app.
  • Richard_G
    Richard_G over 9 years
    Current blog-tutorial for Rails 4: twilio.com/blog/2014/02/…