Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/geoffharcourt/backbone_editable-rails
- Owner: geoffharcourt
- License: mit
- Created: 2012-09-12T21:12:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-12T21:13:44.000Z (about 12 years ago)
- Last Synced: 2024-09-14T09:38:54.774Z (about 2 months ago)
- Language: CoffeeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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