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 (
MailTo Extension
The mail_to extension wraps the built-in Rails mail_to tag, and uses :encode => :javascript to prevent robots from harvesting your email addresses for spam.
Install the mail_to extension by navigating to the root of your Radiant project and running:
./script/extension install mail_to
(If this fails see the manual installation instructions)
Restart your application server then use the tag like this:
<r:mail_to email="random@example.org" />;
or
<r:mail_to email="random@example.org">email me</r:mail_to>
Note that using this with Textile can make the email tag fail; either turn off the page’s textile or wrap the mail_to tag in <notextile></notextile>.






