hyper-operation 0.99.6 → 1.0.alpha1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2017 Mitch VanDuyn
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
data/README.md DELETED
@@ -1,77 +0,0 @@
1
- <div class="githubhyperloopheader">
2
-
3
- <p align="center">
4
-
5
- <a href="http://ruby-hyperloop.org/" alt="Hyperloop" title="Hyperloop">
6
- <img width="350px" src="http://ruby-hyperloop.org/images/hyperloop-github-logo.png">
7
- </a>
8
-
9
- </p>
10
-
11
- <h2 align="center">The Complete Isomorphic Ruby Framework</h2>
12
-
13
- <br>
14
-
15
- <a href="http://ruby-hyperloop.org/" alt="Hyperloop" title="Hyperloop">
16
- <img src="http://ruby-hyperloop.org/images/githubhyperloopbadge.png">
17
- </a>
18
-
19
- <a href="https://gitter.im/ruby-hyperloop/chat" alt="Gitter chat" title="Gitter chat">
20
- <img src="http://ruby-hyperloop.org/images/githubgitterbadge.png">
21
- </a>
22
-
23
- [![Build Status](https://travis-ci.org/ruby-hyperloop/hyper-operation.svg?branch=master)](https://travis-ci.org/ruby-hyperloop/hyper-operation)
24
- [![Gem Version](https://badge.fury.io/rb/hyper-operation.svg)](https://badge.fury.io/rb/hyper-operation)
25
-
26
- <p align="center">
27
- <img src="http://ruby-hyperloop.org/images/HyperOperations.png" width="100" alt="Hyper-operation">
28
- </p>
29
-
30
- </div>
31
-
32
- ## Hyper-Operation GEM is part of Hyperloop GEMS family
33
-
34
- 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.
35
-
36
- 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.
37
-
38
- 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.
39
-
40
- **Hyper-Operation** brings Operations which encapsulate business logic. In a traditional MVC architecture, Operations end up either in Controllers, Models or some other secondary construct such as service objects, helpers, or concerns. Here they are first class objects. Their job is to mutate state in the Stores and Models.
41
-
42
- ## Getting Started
43
-
44
- 1. Update your Gemfile:
45
-
46
- ```ruby
47
- #Gemfile
48
-
49
- gem 'hyperloop'
50
- ```
51
-
52
- 2. At the command prompt, update your bundle :
53
-
54
- $ bundle update
55
-
56
- 3. Run the hyperloop install generator:
57
-
58
- $ rails g hyperloop:install
59
-
60
- 4. Follow the guidelines to start developing your application. You may find
61
- the following resources handy:
62
- * [Getting Started with Hyperloop](http://ruby-hyperloop.org/start/components/)
63
- * [Hyperloop Guides](http://ruby-hyperloop.org/docs/architecture)
64
- * [Hyperloop Tutorial](http://ruby-hyperloop.org/tutorials)
65
-
66
- ## Community
67
-
68
- #### Getting Help
69
- Please **do not post** usage questions to GitHub Issues. For these types of questions use our [Gitter chatroom](https://gitter.im/ruby-hyperloop/chat) or [StackOverflow](http://stackoverflow.com/questions/tagged/hyperloop).
70
-
71
- #### Submitting Bugs and Enhancements
72
- [GitHub Issues](https://github.com/ruby-hyperloop/hyperloop/issues) is for suggesting enhancements and reporting bugs. Before submiting a bug make sure you do the following:
73
- * Check out our [contributing guide](https://github.com/ruby-hyperloop/hyperloop/blob/master/CONTRIBUTING.md) for info on our release cycle.
74
-
75
- ## License
76
-
77
- Hyperloop is released under the [MIT License](http://www.opensource.org/licenses/MIT).