Mootools On Rails

How to install

Add mootools_on_rails plugin to your Rails application with the following command :

./script/plugin install http://svn.kawooa.org/svn/plugins/mootools_on_rails

After that, you must install required javascript files to the public/javascripts directory with the following rake task :

rake mootools_on_rails:install

Enjoy !