ID25 / rails_emoji_picker

Add emoji to your app :smiley_cat:
143 stars 41 forks source link

Can't retrieve icon for :heart: , :relaxed: and some others emo #6

Closed sahidulislam closed 8 years ago

sahidulislam commented 8 years ago

Hi, I can save data successfully with emo but when I going to show text with emo, I can't. It says undefined method `name' for nil:NilClass May be it occurred in this line c.gsub!(regex, emoji_name(Emoji.find_by_unicode(emoji).name)) if emoji.present? in emoji_helper.rb

It occurred for a few number of emo's like :hearth:, :relaxed : nd so on.

Thanks, Sahid

ID25 commented 8 years ago

Fixed in 0.1.5