Sha256: b1c3c49853c98b353da770222dc2ab2742fd3623f1a7143793cad54a2b4ab61c

Contents?: true

Size: 964 Bytes

Versions: 1

Compression:

Stored size: 964 Bytes

Contents

# Bootstrap Editable Rails

In-place editing with Twitter Bootstrap for Rails

This gem is based on X-editable (v1.1.1) which is the new version of Bootstrap Editable.

https://github.com/vitalets/x-editable

## Demo & Documents

See http://vitalets.github.com/x-editable

## Installation

Add this line to your application's Gemfile:

    gem 'bootstrap-editable-rails'

And then execute:

    $ bundle

## Usage

Write the top of `app/assets/javascripts/application.js` like this:

```javascript
//= require jquery
//= require jquery_ujs
//= require bootstrap
//= require bootstrap-editable
//= require bootstrap-editable-rails
//= require_tree .
```

and need to load `bootstrap-editable.css` at the place where you like.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-editable-rails-0.0.1 README.md