Sha256: 1c2f301ab1cd02f2bea54393f340c94b493f2eecc4f0a8776e1ba1e46b6fffc6

Contents?: true

Size: 1.47 KB

Versions: 2

Compression:

Stored size: 1.47 KB

Contents

# Emojione::Rails [![Gem Version](https://badge.fury.io/rb/emojione-rails.png)](http://badge.fury.io/rb/emojione-rails)

Sprocket/Rails emojione package, see http://emojione.com

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'emojione-rails'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install emojione-rails

## Sync images

Images can be copied to your public directory with `rake emojione` in your app. This is the recommended approach since the images will be available at a consistent location. This works best with cached formatted user content generated by tools like [html-pipeline](https://github.com/jch/html-pipeline).

```
$ rake emojione
```

## Usage

In your JavaScript manifest (e.g. `application.js`):

    //= require emojione
    
In your CSS/SCSS manifest (e.g. `application.scss`):

    @import "emojione";

## Documentation

Everything is available at https://github.com/Ranks/emojione

## Gotcha

This gem bundle emojione png and svg version but not the sprites (for size purposes mainly). If you need to use the emojione sprites, this gem is not for you.

## Licensing

See [LICENCE](https://github.com/dimelo/emojione-rails) file

## Contributing

1. Fork it ( https://github.com/dimelo/emojione-rails/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
emojione-rails-0.0.4 README.md
emojione-rails-0.0.3 README.md