Sha256: 6aa4eb8ce03806db2e63161a8f32df99356561b0cc5add8417a6f444f97e1d88

Contents?: true

Size: 732 Bytes

Versions: 4

Compression:

Stored size: 732 Bytes

Contents

# morrisjs-rails

morris.js for the Rails Asset Pipeline

## Installation

Add this to your application's Gemfile:

    gem 'morrisjs-rails'
    gem 'raphael-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install morrisjs-rails
    $ gem install raphael-rails

## Usage

Add the following directive to your Javascript manifest file (application.js):

    //= require raphael
    //= require morris

## Versioning

The naming schema is identical to morris.js.


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
morrisjs-rails-0.4.2 README.md
morrisjs-rails-0.4.1 README.md
morrisjs-rails-0.4.0 README.md
morrisjs-rails-0.3.3 README.md