Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit c637568

Browse files
committed
lap21 instructions
1 parent 598be92 commit c637568

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
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
```
55
source https://gems.ruby-hyperloop.org
66
77
gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"
88
gem "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
1414
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
1818

1919
### testing ruby-hyperloop gems
2020
See, section **Testing Ruby-Hyperloop**

0 commit comments

Comments
 (0)