Sha256: 9dcee71c9002bc302f3cc2b187c09a2c969b0c6923603bb0280b599340c9a0ff

Contents?: true

Size: 550 Bytes

Versions: 2

Compression:

Stored size: 550 Bytes

Contents

## Hyperloop - The Complete Isomorphic Ruby Framework

Hyperloop works great with new or existing rails apps, so it's pain free to introduce it to your application.

Hyperloop has been tested with the most recent Ruby On Rails verions:<br> Rails (4.2), Rails (5.0) and the last Rails (5.1.0.rc1).


### Setup

In your `Gemfile`

```ruby
gem 'hyperloop'
```

then

```ruby
bundle install
```

Once the Hyperloop Gem and all its dependencies have been installed, it's time to run the hyperloop install generator.

```ruby
rails g hyperloop:install
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hyperloop-0.5.5 README.md
hyperloop-0.5.4 README.md