crafty-rails

This gem packages the Crafty 0.5.1 assets (JavaScripts) for the Rails 3.1+ asset pipeline, so you never have to download it through the web interface again.

Usage

In your Gemfile, add:

group :assets do
  gem 'crafty-rails'
end

Require Everything

To require all Crafty modules, add the following to your application.js:

//= require crafty

Require Specific Modules

This feature currently is not supportred.