emoticons_helper

How to use

Include the gem in the Gemfile

gem "emoticons_helper"

Run bundle install

Run the generator

rails generate smile

Now in your view file use the method replace_smilies

<%= replace_smilies(text) %>

For animated smilies pass true option while method call

<%= replace_smilies(text, true) %>

Contributing to emoticons_helper

Please checkout and add your favourite smiley to enhance this gem and bring a smile on every gem users. Keep coding Keep rocking.

Copyright © 2013 gravindra. See LICENSE.txt for further details.