Sha256: 45700015ba268636b4e973b109ddb134c4dd862f1dc83f4dd9eec9a6474f35de

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# knockoutjs-rails

knockoutjs-rails wraps the [Knockout.js](http://knockoutjs.com/) library in a rails engine for simple
use with the asset pipeline provided by Rails > v. 3.1. The gem includes the development (non-minified)
source for ease of exploration. The asset pipeline will minify in production.

Knockout is a JavaScript library that helps you to create rich, responsive display and editor user
interfaces with a clean underlying data model. Please see the
[documentation](http://knockoutjs.com/documentation/introduction.html) for details.

## Usage

Add the following to your gemfile:

    gem 'knockoutjs-rails'

Add the following directive to your Javascript manifest file (application.js):

    //= require knockout

## Versioning

knockoutjs-rails 1.2.0 == Knockout.js 1.2.0

Every attempt is made to mirror the currently shipping Knockout.js version number wherever possible.
The major and minor version numbers will always represent the Knockout.js version, but the patch level
may differ should a fix to gem need to be pushed before Knockout.js ships an update to the library.

When the versions differ, it will be noted in the README.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knockoutjs-rails-1.2.0 README.md