Sha256: 8987d3a921d75d16ebd431f6b8bd5b63fe7466e39b35851eb3f33b57fc8f4ae7
Contents?: true
Size: 664 Bytes
Versions: 3
Compression:
Stored size: 664 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' Also require `d4.js` is 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
d4-rails-0.0.3 | README.md |
d4-rails-0.0.2 | README.md |
d4-rails-0.0.1 | README.md |