Archive for the ‘Ruby’ Category

Messing with ROR

Monday, September 15th, 2008

Last few weeks I have beed gazing over Django and Ruby On Rails web frameworks. Spent some time with both, read numerous ROR vs Django posts. Even attended Django 1.0 launch party in Bangkok, to give the Django fanboys a chance to convince me into Django... I did look into ...

Ruby class to fetch suggested keywords

Monday, August 4th, 2008

I have recently ditched Perl and fell for Ruby. Here is a Ruby class which gets suggested keywords from yahoo API and presents it in a comma separated list. This might be useful for people who use Ruby to upload/edit multiple posts and need to tag them automagically. This might be ...