Skip to content

esposito/rails-backbone-forms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-backbone-forms

This gem provides a version of the backbone-forms library 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.

Install

gem 'rails-backbone-forms'

Configure

In application.js, add the following:

//= require backbone-forms

If you're using bootstrap and want to use backbone-form's templates for it, you can instead use:

//= require backbone-forms-bootstrap

Same deal with application.css:

/*
 *= require backbone-forms
 */

Or, for bootstrap:

/*
 *= require backbone-forms-bootstrap
 */

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%