https://github.com/johnantoni/backbone-forms-on-rails
Rails asset wrapper for backbone-forms
https://github.com/johnantoni/backbone-forms-on-rails
Last synced: over 1 year ago
JSON representation
Rails asset wrapper for backbone-forms
- Host: GitHub
- URL: https://github.com/johnantoni/backbone-forms-on-rails
- Owner: johnantoni
- License: mit
- Created: 2013-01-13T22:21:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T22:33:52.000Z (about 11 years ago)
- Last Synced: 2025-03-29T05:32:54.316Z (over 1 year ago)
- Language: Ruby
- Size: 154 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
[](https://www.omniref.com/github/johnantoni/backbone-forms-on-rails)
backbone-forms-on-rails
=======================
This gem wraps the [backbone-forms library](https://github.com/powmedia/backbone-forms) in the Rails asset pipeline's loving embrace. Rails 3.1 and up.
It includes
* the latest version of backbone-forms (0.10.0) https://github.com/powmedia/backbone-forms
* the backbone-bootstrap-modal library https://github.com/powmedia/backbone.bootstrap-modal
* the backbone-validation library (0.7.1) https://github.com/thedersen/backbone.validation
# Step 1: Add it to your gemfile:
gem 'backbone-forms-on-rails'
# Step 2: Include assets:
```javascript
// In application.js
//= require backbone-forms-on-rails
```
```css
/* In application.css */
/*
*= require backbone-forms-on-rails
*/
```
# Step 3: Rock and roll.
With thanks to:
* Jason Morrison
* Sascha Schwabbauer
* Adam Anderson
* Thomas Pedersen