Integrate emoji in rails app
问题 I'm building rails application, In my app peoples can write posts and reply to posts. As we know in a lot of applications that have posts, there is the ability to add emoji in the post. I will be happy to get a source or tutorial how can I add emoji into my rails application. Thanks very much! 回答1: Here is the gem: https://github.com/github/gemoji More explanation about implementation: https://www.reddit.com/r/rails/comments/38ir3m/how_exactly_do_you_add_emoji_to_a_rails_app_and/ 来源: https:/