Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geoffharcourt/backbone_editable-rails

backbone_editable on Rails 3.1+ asset pipeline.
https://github.com/geoffharcourt/backbone_editable-rails

Last synced: 29 days ago
JSON representation

backbone_editable on Rails 3.1+ asset pipeline.

Awesome Lists containing this project

README

        

# backbone_editable for Rails

backbone_editable via the Rails 3.1+ asset pipeline.

## Installation

Add this line to your application's Gemfile:

gem 'backbone_editable-rails'

And then execute:

$ bundle

Add this line to your JS manifest file (application.js):

//= require backbone_editable

## Usage

Documentation on backbone_editable [here](https://github.com/matthewsmart/backbone-editable).

## Contributing

backbone_editable-rails maintained by [Geoff Harcourt](http://github.com/geoffharcourt)

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