This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Aug 21 21:59:40 -0700 2008 | |
| |
MIT-LICENSE | Thu Aug 21 21:41:46 -0700 2008 | |
| |
README | Thu Aug 21 23:31:05 -0700 2008 | |
| |
Rakefile | Thu Aug 21 21:41:46 -0700 2008 | |
| |
init.rb | Thu Aug 21 21:41:46 -0700 2008 | |
| |
install.rb | Thu Aug 21 21:41:46 -0700 2008 | |
| |
lib/ | Fri Aug 22 12:07:44 -0700 2008 | |
| |
test/ | Thu Aug 21 21:41:46 -0700 2008 |
README
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/)







