You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allow_create { acting_user } # <- create is okay if acting_user is not nil
593
596
594
597
allow_change(on: [:update, :destroy]) { acting_user == user }
595
598
end
599
+
```
596
600
597
601
BTW what if you want to restrict what data is broadcast? In Hyperloop you just update the regulation. In pundit you may have to edit both the index controller method and
** Implemenation At: If `Status` is `missing` the place (file or directory) where the code should probably be impemented. Otherwise the actual implemenation Opal.
Copy file name to clipboardExpand all lines: docs/readme.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,10 @@ Our website serves as a Hyperstack example application. All the doc content is l
33
33
34
34
You can be up and running in **less than 5 minutes**. Just follow the simple setup guide for a new Rails application all correctly configured and ready to go with Hyperstack.
35
35
36
-
+ Setup and Installation: [https://hyperstack.org/edge/docs/installation)
36
+
+ Setup and Installation: https://hyperstack.org/edge/docs/installation
37
+
38
+
Beyond the installation we strongly suggest new developers work trough the [ToDo tutorial](https://github.com/hyperstack-org/hyperstack/blob/edge/docs/tutorial/todo.md).
39
+
As it gives a minial understanding of the Hyperstack framework.
37
40
38
41
## Community and support
39
42
@@ -49,7 +52,12 @@ Please see the [ROADMAP](https://github.com/hyperstack-org/hyperstack/blob/edge/
49
52
50
53
## Contributing
51
54
52
-
If you would like to help, please read the [CONTRIBUTING](https://github.com/hyperstack-org/hyperstack/blob/edge/CONTRIBUTING.md) file for suggestions.
55
+
We have a [Feature Matrix](https://github.com/hyperstack-org/hyperstack/blob/edge/docs/feature_matrix.md) that needs to be filled with missing features.
56
+
The idea is that you can check here what the implementation status is of a Ruby (on Rails) feature.
57
+
And if you have the time and skill you're more then encuraged to implement or fix one or two.
58
+
But if you're not in a position to contribute code, just expanding and maintaining this table would be very excellent.
59
+
60
+
If you would like to help in any other way, please read the [CONTRIBUTING](https://github.com/hyperstack-org/hyperstack/blob/edge/CONTRIBUTING.md) file for suggestions.
0 commit comments