Sha256: 35f76cdaca6d3ba1c688751b829b8c7e52eeeb6a2497599bc36c30f044bdc217
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 KB
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]. # Development ## 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 ## Running the unit tests ```bash $ evergreen run ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
modularity-rails-0.5.2 | README.md |
modularity-rails-0.5.1 | README.md |
modularity-rails-0.5.0 | README.md |
modularity-rails-0.4.0 | README.md |