eliminating trailing commas

I'm myself new to Ruby and Rails, but I would probably try something like this:

<small><%= (tags.collect {|t| t.name}).join("</small>,&nbsp;<small>") %></small>

Regards, Thomas