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)
2
2
3
- Install instructions:
3
+ Install instructions for the latest lap :
4
4
```
5
5
source https://gems.ruby-hyperloop.org
6
6
7
7
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
8
8
gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master"
9
9
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 '
12
12
```
13
- ### bonifications
13
+ ### lap21 advancements
14
14
works 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
18
18
19
19
### testing ruby-hyperloop gems
20
20
See, section ** Testing Ruby-Hyperloop**
You can’t perform that action at this time.
0 commit comments