mootools-plus-rails

A gem to automate using mootools-plus with Rails 3 Asset Pipeline

Installation

Add the gem in your Gemfile:

group :assets do
  gem 'mootools-plus-rails', '~> 0.3.1'
end

Then bundle install it.

Add mootools-plus to the asset pipeline:

//= require mootools-plus

Enjoy!

Licence

Released under the MIT License. See the LICENSE file for further details.