Sha256: fa70ed9986bf15d74c6dd33dde40d95aa58c5bcf9ef08aa217ba209e1f7bd4bc
Contents?: true
Size: 787 Bytes
Versions: 4
Compression:
Stored size: 787 Bytes
Contents
rails-backbone-forms ==================== This gem provides a version of the [backbone-forms library](https://github.com/powmedia/backbone-forms) designed to work with the Rails 3.1 asset pipeline. It is versioned to match the backbone-forms library and currently supports 0.10.1. # <a name="installation"></a>Install gem 'rails-backbone-forms' # <a name="configuration"></a>Configure In application.js, add the following: ```javascript //= require backbone-forms ``` If you're using bootstrap and want to use backbone-form's templates for it, you can instead use: ```javascript //= require backbone-forms-bootstrap ``` Same deal with application.css: ```css /* *= require backbone-forms */ ``` Or, for bootstrap: ```css /* *= require backbone-forms-bootstrap */ ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rails-backbone-forms-0.12.0 | README.md |
rails-backbone-forms-0.11.1 | README.md |
rails-backbone-forms-0.11.0 | README.md |
rails-backbone-forms-0.10.1 | README.md |