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.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)

The Complete Isomorphic Ruby Framework


## Hyperloop GEM Build interactive Web applications quickly. Hyperloop encourages rapid development with clean, pragmatic design. With developer productivity as our highest goal, Hyperloop takes care of much of the hassle of Web development, so you can focus on innovation and delivering end-user value. One language. One model. One set of tests. The same business logic and domain models running on the clients and the server. Hyperloop is fully integrated with Rails and also gives you unfettered access to the complete universe of JavaScript libraries (including React) from within your Ruby code. Hyperloop lets you build beautiful interactive user interfaces in Ruby. Everything has a place in our architecture. Components deliver interactive user experiences, Operations encapsulate business logic, Models magically synchronize data between clients and servers, Policies govern authorization and Stores hold local state. ## Getting Started 1. Update your Gemfile: ```ruby #Gemfile gem 'hyperloop' ``` 2. At the command prompt, update your bundle : $ bundle update 3. Run the hyperloop install generator: $ rails g hyperloop:install 4. Follow the guidelines to start developing your application. You may find the following resources handy: * [Getting Started with Hyperloop](http://ruby-hyperloop.io/start) * [Hyperloop Guides](http://ruby-hyperloop.io/docs/architecture) * [Hyperloop Tutorial](http://ruby-hyperloop.io/tutorials) ## License Hyperloop is released under the [MIT License](http://www.opensource.org/licenses/MIT).