Sha256: c394ea066e0cecc1a3d495a964bcef24a5494dce6936eca363c7bfae2e372848
Contents?: true
Size: 972 Bytes
Versions: 2
Compression:
Stored size: 972 Bytes
Contents
# Modularity::Rails [![Build Status](https://secure.travis-ci.org/kevgo/modularity-rails.png)](http://travis-ci.org/#!/kevgo/modularity-rails) Makes the [Modularity CoffeeScript](http://github.com/kevgo/modularity-coffeescript) library available to Rails 3.1 applications. ## Installation Add this line to your application's Gemfile: ```ruby gem 'modularity-rails' ``` And then execute: ```bash $ bundle ``` Finally, you have to load the modularity file into your application's javascript. The easiest way is to add it to `application.js`: ```javascript /** *= require jquery *= require modularity */ ``` ## Usage See [http://github.com/kevgo/modularity-coffeescript]. ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
modularity-rails-0.3.0 | README.md |
modularity-rails-0.2.0 | README.md |