README.md in hyperloop-0.99.6 vs README.md in hyperloop-1.0.0.lap22

- old
+ new

@@ -1,11 +1,21 @@ -Install instructions for the latest lap (lap is hyperloop designation for release candidate): +Lap 21 (Lap is hyperloop designation for release candidate) + +Install instructions for the latest lap: ``` +source https://gems.ruby-hyperloop.org + gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master" +gem "opal-rails", git: "https://github.com/opal/opal-rails.git", branch: "master" -gem 'hyperloop', '~> 1.0.0.lap0' -gem 'hyper-spec', '~> 1.0.0.lap0' +gem 'hyperloop', '~> 1.0.0.lap' +gem 'hyper-spec', '~> 1.0.0.lap' ``` +### lap21 advancements +works with standard opal 0.11 as above +fixes for hyper-operation, dispatch_to only dispatches once to a channel for a ServerOp.run +client side debugging messages for ActionCable websockets and :simple_poller in development environment +correct server side logging/non-logging for :simple_poller ### testing ruby-hyperloop gems See, section **Testing Ruby-Hyperloop** [https://github.com/janbiedermann/dciy](https://github.com/janbiedermann/dciy)