lacey-rails is a gemified version of the lacey.js library for use with the rails asset pipeline.
lacey.js provides an easy way to create module oriented js apps.
Add this line to your application's Gemfile:
gem 'lacey-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install lacey-rails
Add the following directive to your Javascript manifest file (application.js):
//= require lacey
```
or this directive for the minified version:
````javascript
//= require lacey.min
TODO: Write usage instructions here
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/lacey-rails.
The gem is available as open source under the terms of the MIT License.