VXML Solutions

News and Comments from Around the Web

Entries Tagged ‘Ruby’

How to Set Up an Anonymous Texting Service – Now w/ Ruby & Heroku!

Last week we showed you how to create an Anonymous Texting Service using SMSified, Node.js and Nodester; while we know Node.js and Nodester are the new cool, there’s a whole lotta developers out there that love them some Ruby and Heroku, too, and we don’t intend to forget about you. Presenting the same Anonymous Texting Service, written using Ruby, the Ruby [...]

Tropo Brings the Gold to LoneStar Ruby Conf

Tropo is proud to pony up the gold to sponsor the famous LoneStar Ruby Conference in Austin, Texas August 11-13, 2011! This year marks the conference’s 5th anniversary and we are planning to make it a special one to remember. The keynote speakers include: James Edward Gray II Obie Fernandez Chad Fowler We’ll be participating [...]

Ruby Gem for the SMSified API

The SMSified API is already easy to use, but now even easier with a Ruby gem. Now you may do the following: gem install smsified Then, to send an SMS: require ‘rubygems’ require ‘smsified’ oneapi = Smsified::OneAPI.new :username => ‘user’, :password => ‘bug.fungus24′ oneapi.send_sms :address => ’14155551212′, :message => ‘Hi there!’, :sender_address => ’13035551212′ Thats [...]

How to Set Up an Anonymous Texting Service – Now w/ Ruby & Heroku!

Last week we showed you how to create an Anonymous Texting Service using SMSified, Node.js and Nodester; while we know Node.js and Nodester are the new cool, there’s a whole lotta developers out there that love them some Ruby and Heroku, too, and we don’t intend to forget about you. Presenting the same Anonymous Texting Service, written using Ruby, the Ruby [...]

How to Build a Reminder Service Using Tropo and Ruby on Rails

Have you ever thought about starting a Reminder Service company and getting millions of dollars in funding all from a weekend project?  Tropo is here to help you with your communications needs in this endeavor! The Reminder Service source code that I am about to share with you was started on the Nerd Bird (good to [...]

Ruby on Rails Example for Tropo Web API without port forwarding!

Zhao Lu (aka @zlu) has shared a tutorial he has done using Ruby on Rails and our recently released Tropo Web API. The tutorial shows how to add, or build, the Tropo features to your Rails application in 15 minutes using our REST/JSON API. All of this deployed to Heroku for easy application deployment. Another [...]