mongoid3 - Create Tag Cloud with Mongoid Taggable Gem -
i want create tag cloud can acts-as-taggable-on gem, illustration acts-as-taggable-on gem readme:
<% tag_cloud(@tags, %w(css1 css2 css3 css4)) |tag, css_class| %> <%= link_to tag.name, { :action => :tag, :id => tag.name }, :class => css_class %> <% end %>
the mongoid_taggable gem using different method called tags_with_weight returns array of tags , number of times used dont know how replicate tag cloud based on information.
acts-as-taggable-on mongoid3
No comments:
Post a Comment