public
Description: A Tag Cloud generation for acts_as_taggable_on_steroids
Homepage: http://www.devtech.com.mx/articles/9--5BPlugin-5D-tag-cloud-helper
Clone URL: git://github.com/sgarza/tag_cloud_helper.git
tag_cloud_helper / README
100644 39 lines (17 sloc) 0.983 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
h1. Tag Cloud Helper v1.0
 
h2. Dependency
 
Tag Cloud Helper depends on acts_as_taggable_on_steroids:
  http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids
 
 
 
h2. To use Tag Cloud Helper
 
Directions to get the helper up and running for your install:
 
1. Install the plugin by runnung:
script/plugin install git://github.com/sgarza/tag_cloud_helper.git
 
This will install the plugin in your vendor/plugins directory.
 
2. You will need to change the line #43 in vendor/plugins/tag_cloud_helper/lib/tag_cloud_helper.rb in order to link to your proper tag filter controller
 
3. The following is the helper method, the parameters are:
 
"The model that has act_as_taggable_on_steroids"
 
<%= the_cloud 'article' -%>
 
 
 
h2. License
 
Tag Cloud Helper is released under the MIT license.
 
 
h2. Credits
 
Tag Cloud Helper was created by Sergio R. de la Garza of Development and Technology Advisors S.A. de C.V. (http://www.devtech.com.mx/)