Mobilize Your Rails Application Presentation at ATLRUG

Posted by brendan
on Sunday, December 14
It's been a while since I've updated this blog and what do you know, here's a post that has something to do with mobile and Rails (shocking isn't it?). Last month I gave a talk at DCRUG and ATLRUG on how to utilize mobile technology in your Rails application and how to cater to a large majority of mobile devices that support HTTP. Somebody was kind enough at ATLRUG to actually record my presentation (thank you) and upload it into the intertubes.

In the presentation I go over why we all should try to cater to the large amount of mobile users in the world and I give a brief overview on how to accomplish this using various plugins and gems, such as: Mobile Fu, SMS Fu, Clickatell, and MMS2R. Even though this is more of a short introduction to mobile Rails you should hopefully still get something out of it.


SMS Fu Gets Rails 2.1 Compatibility

Posted by brendan
on Thursday, June 19
I've received a couple of e-mails regarding SMS Fu and its incompatibility with Rails 2.1 lately. I've been quite busy lately and haven't had much time to check out the situation, but fret no more. I've updated SMS Fu to be fully compatible with the newest version of Rails. Please visit the SMS Fu project page at ActsAsCommunity if you have any questions or comments or you could always check it out at GitHub. Also, if you're on 2.1, you can install SMS Fu directly from GitHub using the line below -- sexy.
script/plugin install git://github.com/brendanlim/sms-fu.git

SMS Fu Only Available Through GitHub

Posted by brendan
on Friday, April 25
After being spoiled with Git, I, along with many other developers, are dropping their subversion support in favor for git. From now on, you can grab the latest version of SMS Fu directly from GitHub. Feel free to fork it and contribute some changes here.

Also, unless you're on Edge rails you can install SMS Fu by doing the following below:
git clone git://github.com/brendanlim/sms-fu.git vendor/plugins/sms_fu

SMS Fu - Now with International Support

Posted by brendan
on Monday, March 31
I've received quite a few requests to add some International carrier support to SMS Fu, so I've decided to go ahead and do just that. On top of adding some International carriers, I've also externalized the carrier list into sms_fu.yml, so that anybody can simply add their own custom carriers. You can grab the latest through git or svn.

Now, there's over 30 different carriers that are supported right out of the box. Here is the new complete list of supported carriers: Alltel, Ameritech, AT&T, BellSouth Mobility, BlueSkyFrog, Boost Mobile, Cellular South, Fido, Metro PCS, PSC Wireless, Qwest, Southern Link, Sprint, Suncom, T-Mobile (US/UK/Germany), Virgin Mobile, Verizon Wireless, Vodafone (UK,Italy,Japan).

View the updated README and view the super simple installation instructions here or here.

Grab the latest through svn:
script/plugin install http://sms-fu.googlecode.com/svn/trunk/sms_fu
Be cool and grab the latest through GitHub:
git clone git://github.com/brendanlim/sms-fu.git vendor/plugins/sms_fu