Archive for July, 2007
Ruby issues and backgroundrb
Well on a fine saturday morning, i set a breakpoint in my code so that I can read the values of params being passed on a form submit (i wanted to try checkbox arrays) and I get an error saying breakpoints not supported in ruby-1.8.5. I had installed ruby sometime back on my ubuntu […]
Popularity: 14% [?]
Active record and Mongrel Upload Progress Plugin
Muziboo is a pretty upload intensive website. Also there is the issue of resampling the MP3 file so that the flash player plays it well (Frequencies not multiple of 11025 Hz are ‘chipmunked’ in flash). I started looking into the mongrel_upload_progress plugin yesterday and found this demo to get me started. It works […]
Popularity: 15% [?]
Tag clouds with acts_as_taggable for different Taggable Types
So you are building a cool new web 2.0 startup and want to have the cool tagging feature. If you are using ruby on rails, you can use Acts_As_Taggable Plugin . There is a neat way to build a tag cloud explained here.
Now acts_as_taggable uses a field called taggable_type to know what object this tag […]
Popularity: 16% [?]
Finding a webhost !
Hi,
So this is my another new blog
Last one month or so has been a lot of experimentation in terms of webhosts. I tried godaddy.com, dreamhost and hostingrails.com. Here is my take on all of them. Again this is just a personal viewpoint and may/may not apply to other people. Depends what you are looking […]
Popularity: 9% [?]
