Skip to content

Commit 3e3191e

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [main] 29 pages and 8 assets modified
1 parent 51eab67 commit 3e3191e

35 files changed

+99
-123
lines changed
51.1 KB
Loading

docs/.gitbook/assets/concept (5).png

25.3 KB
Loading
277 KB
Loading

docs/.gitbook/assets/logo (1) (1).png

-10.2 KB
Binary file not shown.

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >-
88
# Welcome
99

1010
{% hint style="info" %}
11-
Version 2.0.0 was released on the 12th of April and proudly presented at RailsConf. Click here for more [details](./docs/migrate-from-1.x-to-2.0.md)
11+
Version 2.0.0 was released on the 12th of April and proudly presented at RailsConf. Click here for more [details](https://github.com/matestack/matestack-ui-core/tree/cde5bfddeb4f2b4ef5808e310731351f020dba69/docs/docs/migrate-from-1.x-to-2.0.md)
1212

1313
**Most important changes:**
1414

@@ -18,7 +18,6 @@ Version 2.0.0 was released on the 12th of April and proudly presented at RailsCo
1818
* Improved core code readability/maintainability
1919
{% endhint %}
2020

21-
2221
## **What is Matestack?**
2322

2423
Matestack enables Rails developers to craft maintainable web UIs in pure Ruby, skipping ERB and HTML. UI code becomes a native and fun part of your Rails app. Thanks to reactive core components built on top of Vue.js, reactivity can be optionally added without writing JavaScript, just using a simple Ruby DSL.

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@
9090
* [Core Team \[WIP\]](about/team.md)
9191
* [Sponsoring \[WIP\]](about/sponsoring-wip.md)
9292
* [Legal Details \[WIP\]](about/legal-details-wip.md)
93+

docs/built-in-reactivity/call-server-side-actions/action-component-api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ success: {
100100
}
101101
```
102102

103-
A controller action that respond with the url the page should transition to, could look like this:
103+
A controller action that respond with the url the page should transition to, could look like this:
104104

105105
```ruby
106106
class SomeController < ApplicationController
@@ -111,7 +111,7 @@ class SomeController < ApplicationController
111111
transition_to: some_path(id: 42)
112112
}, status: :ok
113113
end
114-
114+
115115
end
116116
```
117117

@@ -141,7 +141,7 @@ success: {
141141
}
142142
```
143143

144-
A controller action that respond with the url the page should transition to, could look like this:
144+
A controller action that respond with the url the page should transition to, could look like this:
145145

146146
```ruby
147147
class SomeController < ApplicationController
@@ -152,7 +152,7 @@ class SomeController < ApplicationController
152152
transition_to: some_path(id: 42)
153153
}, status: :ok
154154
end
155-
155+
156156
end
157157
```
158158

docs/built-in-reactivity/call-server-side-actions/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,3 @@ You can also combine `:emit` and one of `:transition`, `:redirect` if wanted.
4848

4949
{% page-ref page="action-component-api.md" %}
5050

51-
52-

0 commit comments

Comments
 (0)