Project

hyperloop

0.04
Repository is archived
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
This gem provide the full hyperloop stack for rails plus generators for Hyperloop elements
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

= 0.99.6
= 0.99.6
~> 6.7.0
~> 0.2.4
~> 0.2.0
~> 0.9.4
>= 4.0.0
>= 2.4.0, < 2.5.0
 Project Readme

Install instructions for the latest lap (lap is hyperloop designation for release candidate):

gem "opal-jquery", git: "https://github.com/opal/opal-jquery.git", branch: "master"

gem 'hyperloop', '~> 1.0.0.lap0'
gem 'hyper-spec', '~> 1.0.0.lap0'

testing ruby-hyperloop gems

See, section Testing Ruby-Hyperloop 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:
#Gemfile

gem 'hyperloop'
  1. At the command prompt, update your bundle :

     $ bundle update
    
  2. Run the hyperloop install generator:

     $ rails g hyperloop:install
    
  3. Follow the guidelines to start developing your application. You may find the following resources handy:

License

Hyperloop is released under the MIT License.