LibCanvas javascript library prepared for using with Rails 3.1+
LibCanvas is a free javascript library, based on AtomJS framework and available under LGPL/MIT License.
LibCanvas github repo: https://github.com/theshock/libcanvas
All dependencies included by default.
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 libcanvasAnd you're done!
See examples here: http://libcanvas.github.io/
