All Projects → hi-yinyue → Rails_emoji

hi-yinyue / Rails_emoji

Emoji for Ruby on Rails

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Rails emoji

Twemoji
Twitter emoji in Ruby 😊
Stars: ✭ 127 (+67.11%)
Mutual labels:  rails, emoji
Laravel Smartmd
🎯 A simple markdown editor compatible most markdown parse,You can choose any parse methods on server or client,like Mathematical formula、flowchart、upload image...
Stars: ✭ 76 (+0%)
Mutual labels:  emoji
Anycable rails demo
AnyCable Rails demo application and its different variations
Stars: ✭ 68 (-10.53%)
Mutual labels:  rails
System tester
A Development Tool for creating and managing system tests for Ruby on Rails >= 5.1 Applications
Stars: ✭ 73 (-3.95%)
Mutual labels:  rails
Redmine jenkins
A Redmine plugin which makes building your Jenkins projects easy ;)
Stars: ✭ 69 (-9.21%)
Mutual labels:  rails
Codetriage
Discover the best way to get started contributing to Open Source projects
Stars: ✭ 1,185 (+1459.21%)
Mutual labels:  rails
Codefont
60余种常用的等宽字体 愉快的code吧 欢迎issues我 收录更多字体 Happy code bar with more than 60 common fonts of equal width. Welcome issues. I include more fonts.
Stars: ✭ 68 (-10.53%)
Mutual labels:  emoji
Acts as hashids
Use Youtube-Like ID in ActiveRecord seamlessly.
Stars: ✭ 76 (+0%)
Mutual labels:  rails
Phpumoji
PHPUnit Emoji Result Printer
Stars: ✭ 75 (-1.32%)
Mutual labels:  emoji
Activeadmin dynamic fields
ActiveAdmin plugin to add dynamic behaviors to fields
Stars: ✭ 73 (-3.95%)
Mutual labels:  rails
Baremetrics V1
This was the very first version of Baremetrics from 2013. It's published here for posterity.
Stars: ✭ 73 (-3.95%)
Mutual labels:  rails
Hexo Filter Github Emojis
github emojis for hexo! 🎉
Stars: ✭ 71 (-6.58%)
Mutual labels:  emoji
Test Prof
Ruby Tests Profiling Toolbox
Stars: ✭ 1,193 (+1469.74%)
Mutual labels:  rails
Spreadsheet architect
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data.
Stars: ✭ 1,160 (+1426.32%)
Mutual labels:  rails
Activeadmin quill editor
Quill Rich Text Editor for ActiveAdmin
Stars: ✭ 76 (+0%)
Mutual labels:  rails
Emoji Cli
Emoji searcher
Stars: ✭ 68 (-10.53%)
Mutual labels:  emoji
Rime pure
【rime小狼毫\trime同文】手机/PC一站式配置【简约皮肤\拼音搜狗词库\原创trime同文四叶草九宫格拼音方案\四叶草拼音、小鹤双拼、极品五笔、徐码、郑码】 rime配置
Stars: ✭ 73 (-3.95%)
Mutual labels:  emoji
Active enumerable
ActiveRecord like query methods for Ruby enumerable collections.
Stars: ✭ 73 (-3.95%)
Mutual labels:  rails
Route downcaser
Makes routing in Rails case-insensitive
Stars: ✭ 76 (+0%)
Mutual labels:  rails
Emoji
A simple library to add Emoji support to your Android Application
Stars: ✭ 1,201 (+1480.26%)
Mutual labels:  emoji

Emoji for Ruby on Rails Gem Version

💋 💃


Installation

  • Add to your Gemfile: gem 'rails_emoji', '~> 1.8.0', then: $ bundle.

  • Or, download the rails_emoji-1.8.0.gem, then $ gem install ./rails_emoji-1.8.0.gem --no-ri --no-rdoc.

Usage

'😄'.emojify
# <img src="/assets/emojis/smile.png" class="emoji" width="20" height="20" alt="😄" title="😄" />

RailsEmoji.render '😄', size: '64x64', class: 'emoji-smile'
# <img src="/assets/emojis/smile.png" class="emoji-smile" width="64" height="64" alt="😄" title="😄" />

RailsEmoji.render '😄', size: nil, title: 'Smile!'
# <img src="/assets/emojis/smile.png" class="emoji" alt="😄" title="Smile!" />

RailsEmoji.render '😄', size: 32, host: 'http://MrZhang.me'
# <img src="http://MrZhang.me/assets/emojis/smile.png" class="emoji" width="32" height="32" alt="😄" title="😄" />

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].