Skip to content

Makes RxJS available to the rails asset pipeline

License

Notifications You must be signed in to change notification settings

justinwoo/rxjs-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Available js files:

rx.aggregates.js
rx.aggregates.min.js
rx.async.compat.js
rx.async.compat.min.js
rx.async.js
rx.async.min.js
rx.binding.js
rx.binding.min.js
rx.coincidence.js
rx.coincidence.min.js
rx.compat.js
rx.compat.min.js
rx.experimental.js
rx.experimental.min.js
rx.joinpatterns.js
rx.joinpatterns.min.js
rx.lite.compat.js
rx.lite.compat.min.js
rx.lite.js
rx.lite.min.js
rx.min.js
rx.node.js
rx.testing.js
rx.testing.min.js
rx.time.js
rx.time.min.js
rx.virtualtime.js
rx.virtualtime.min.js

About

Makes RxJS available to the rails asset pipeline

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages