openxjs-rails
Installation
Add this line to your application's Gemfile:
gem 'openxjs-rails'
And then execute:
$ bundle
Add this line to your test manifest file:
//=require openxjs
Usage
Read more about openxjs here.
Contributing
openxjs is maintained by Softgames
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request