'ruby' Category
-
Jul022009
Myspace email address book import in Ruby
Share
Blackbook gem is the easiest way to add address book import functionality in your webapp. It currently supports Gmail, Yahoo, Hotmail, AOL and CSV import. I recently patched the gem to add myspace address book import functionality and have checkedin the code on github. I also fixed the name import for gmail. You can find [...] -
Jun172008
Audio File Handling in Ruby
Share
Last few days I have been looking to handling different audio format uploads in Muziboo. We currently support only mp3 files but I see a lot of wma and m4a uploads being attempted. FFMPEG can convert these files easily to mp3 but the real issue is in validating uploads and then finding out when to [...]