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 (
README
= Tags Multi Site This extension makes the tags extension multi_site aware. Almost needless to say, it requires the tags and multi_site extensions installed. They must also be loaded before this extension, but that happens automatically because the extensions are loaded alphabetically. You can enforce the correct loading order by adding this line to your environment.rb: % config.extensions = [ :tags, :multi_site, :tags_multi_site, :all ] Once you have installed the extension, you must upgrade you database: % rake radiant:extensions:tags_multi_site:migrate Copyright 2008 Casper Fabricius (casperfabricius.com) and Josh Hart








