Sha256: 2dbac6cd206ffb15ef61a7235426ce0f310db4a09cb8d9852624612716ea1dd2

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

d4-rails
========

Integrate [d4 DSL (for d3 library)](https://github.com/heavysixer/d4) with your rails application

## Pre-requisites:

For Rails 3.2+

## Installling

Install the gem by

    gem install d4-rails

OR

Include the gem in your Gemfile and run bundle install.

    gem 'd4-rails'

require `d3` and `d4` (minified) in your `application.js`

    //= require 'd3.min'
    //= require 'd4.min'

Also, require `d4.css` in your `application.js`

    //= require 'd4'


That's it! :pray:

## Contributing

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

**Note**

This project uses MIT-LICENSE.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
d4-rails-0.0.4 README.md