libcanvas-rails
LibCanvas javascript library prepared for using with Rails 3.1+
What is LibCanvas?
LibCanvas is a free javascript library, based on AtomJS framework and available under LGPL/MIT License.
Examples
LibCanvas github repo: https://github.com/theshock/libcanvas
Dependencies
All dependencies included by default.
Installation
First, put this line in your Gemfile
:
gem 'libcanvas-rails'
Then run bundle install
to update your application's bundle.
Now you need to edit your app/assets/javascripts/application.js
file and add the following line:
//= require atom
//= require libcanvas
And you're done!
Usage
See examples here: http://libcanvas.github.io/