Cometd::Rails
CometD 3.0.3 Javascript wrapper for Rails
Installation
Add this line to your application's Gemfile:
gem 'cometd-rails'
jQuery:
gem 'jquery-rails'
gem 'jquery-cookie-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cometd-rails
Usage
jQuery
Add to your applications.js:
//= require jquery //= require jquery.cookie //= require cometd-jquery-rails
Contributing
- Fork it ( https://github.com/[my-github-username]/cometd-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request