GitXplorerGitXplorer
d

jquery-hotkeys-rails

public
6 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
e442dd27e93e4df08b171d7ec5ec8dd7147863e5

Release version 0.7.9.1

dderekprior committed 12 years ago
Unverified
03b6294d4c4fa9d45cd1f5a4eca605ff2b6b69cf

Relax railties version constraint

dderekprior committed 12 years ago
Unverified
24b041b4180539458990bb1cd3fa02f2ef1023ed

initial commit

dderekprior committed 13 years ago

README

The README file for this repository.

jquery-hotkeys-rails

jquery-hotkeys-rails wraps the jquery-hotkeys JavaScript library in a rails engine for simple use with the asset pipeline provided by rails 3.1. The gem includes the development (non-minified) source for ease of exploration. The asset pipeline will minify in production.

Usage

Add this line to your application's Gemfile:

gem 'jquery-hotkeys-rails'

And then execute:

$ bundle

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

//= require jquery-hotkeys

Versioning

Ordinarily, I try to keep gem versions in line with the version of the assets they wrap, but there are some complications with jquery-hotkeys.

There does not seem to be an official version for what is now widely-considered the canonical version of jquery-hotkeys. The last versioned release was 0.7.9. I believe John Resig's fork applies some changes on top of that for compatibility with newer versions of JQuery. I've decided to version the gem as 0.7.9 in case an official 0.7.10 ever arises.