This repository was archived by the owner on Oct 19, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- Lap 20 (Lap is hyperloop designation for release candidate)
1+ Lap 21 (Lap is hyperloop designation for release candidate)
22
3- Install instructions:
3+ Install instructions for the latest lap :
44```
55source https://gems.ruby-hyperloop.org
66
77gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
88gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master"
99
10- gem 'hyperloop', '1.0.0-lap20 '
11- gem 'hyper-spec', '1.0.0-lap20 '
10+ gem 'hyperloop', '~> 1.0.0.lap '
11+ gem 'hyper-spec', '~> 1.0.0.lap '
1212```
13- ### bonifications
13+ ### lap21 advancements
1414works with standard opal 0.11 as above
15- hyper-react fully functional, fantastic performance boost because of proper state handling
16- after_error callback
17- various fixes here and there
15+ fixes for hyper-operation, dispatch_to only dispatches once to a channel for a ServerOp.run
16+ client side debugging messages for ActionCable websockets and : simple_poller in development environment
17+ correct server side logging/non-logging for : simple_poller
1818
1919### testing ruby-hyperloop gems
2020See, section ** Testing Ruby-Hyperloop**
You can’t perform that action at this time.
0 commit comments