|
1 | | -Lap 18 (Lap is hyperloop designation for release candidate) |
| 1 | +Lap 20 (Lap is hyperloop designation for release candidate) |
2 | 2 |
|
3 | 3 | Install instructions: |
4 | | - |
5 | | -source https://gems.ruby-hyperloop.org |
6 | 4 | ``` |
7 | | -gem "opal", git: "https://github.com/janbiedermann/opal.git", branch: "master" |
8 | | -gem "opal-activesupport", git: "https://github.com/janbiedermann/opal-activesupport.git", branch: "master" |
| 5 | +source https://gems.ruby-hyperloop.org |
| 6 | +
|
9 | 7 | gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master" |
10 | 8 | gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master" |
11 | 9 |
|
12 | | -gem 'hyperloop', '1.0.0-lap18' |
13 | | -gem 'hyper-spec', '1.0.0-lap18' |
| 10 | +gem 'hyperloop', '1.0.0-lap20' |
| 11 | +gem 'hyper-spec', '1.0.0-lap20' |
14 | 12 | ``` |
15 | | -### meliorations |
16 | | -works with opal 0.11 as above |
17 | | -hyper-react fully functional, except for issues with react ref=, which are react issues |
18 | | -hyper-react tests all relevant passing for opal 0.11 and react-rails 2.4 |
19 | | -various fixes everywhere around, for and due to opal 0.11 |
20 | | - |
21 | | -### findings |
22 | | -its not worth it not switching to opal 0.11 immediately, 0.11 is just so much better |
23 | | -i think there is a security issue in hyper-operation (in addition to those in hyper-mesh) but i did not bother investigating further because: reasons |
24 | | -my brain is too small for fixing while_loading with opal 0.11, while_loading works partially, 3 of 6 tests pass. The others passed with opal 0.10 by accident i guess. I really don't understand how this ever worked. |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
| 13 | +### bonifications |
| 14 | +works with standard opal 0.11 as above |
| 15 | +hyper-react fully functional, fantastic performance boost becasue of proper state handling |
| 16 | +various fixes here and there |
| 17 | + |
| 18 | +### testing ruby-hyperloop gems |
| 19 | +See, section **Testing Ruby-Hyperloop** |
| 20 | +[https://github.com/janbiedermann/dciy](https://github.com/janbiedermann/dciy) |
31 | 21 |
|
32 | 22 |
|
33 | 23 | <div class="githubhyperloopheader"> |
|
0 commit comments