rxjs-rails

Adds the excellent Reactive Extensions library to rails.

See the RxJS website for more info.

Installation

Add gem 'rxjs-rails' to your Gemfile

Reference the appropriate rx.js file in your application.js eg:

*= require rx.lite

For available files look in vendor/assets

Version

Version mirrors RxJS release

License

Gem is licensed MIT.

Copyright and license for RxJS content is under it's own terms. See the RxJS website for information. A copy of the RxJS license is distributed as rxjs_license.txt.