↧
Rails Tag Cloud
I’ve searched around for a decent tag cloud for Rails and really liked this Rails Tag Cloud solution. Its simple, easy to setup, and I like how it separates the cloud from my other code. I made some...
View ArticleTagging in Rails and the confrontational rubyonrails irc channel
Once upon a time, the Rails community was pretty open and friendly and one could easily visit the rubyonrails irc channel at freenode to get a ton of help. Its still possible to get help from the irc...
View Articleclass_table_inheritance with acts_as_taggable
If I have: [source language=":ruby"] class Product < ActiveRecord::Base acts_as_taggable end [/source] [source language=":ruby"] class Subproduct < Product class_table_inheritance end [/source]...
View Article