We Recommend

The Rails Way The Rails Way
Now, for the first time, there’s a comprehensive, authoritative guide to building production-quality software with Rails. Pioneering Rails developer Obie Fernandez and a team of experts illuminate the entire Rails API, along with the Ruby idioms, design approaches, libraries, and plug-ins that make Rails so valuable.


Posted By

SamuelMiller on 11/30/07


Tagged

email javascript plugin rails spam


Versions (?)


Rails Enkoder


Published in: Rails 


URL: http://hivelogic.com/enkoder/plugin

A handy Rails plugin for generating JavaScript-encoded output. This snippet is an email example, but you can feed it anything.

  1. <%=
  2. enkode_mail(
  3. 'someone@example.com',
  4. 'Link text',
  5. 'Link title',
  6. 'Subject line'
  7. )
  8. %>

Report this snippet 

You need to login to post a comment.