Skip to content

Commit fece878

Browse files
committed
Merge branch 'main' of github.com:matestack/matestack-ui-core into main
2 parents 93b1c12 + 0c92f1a commit fece878

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# matestack-ui-core | UI in pure Ruby
1010

1111
----
12-
Version 2.0.0 was released on the 12th of April and proudly presented at RailsConf. Click here for more details
12+
Version 2.0.0 was released on the 12th of April and proudly presented at RailsConf.
1313

1414
Most important changes:
1515

@@ -19,15 +19,15 @@ Most important changes:
1919
- Improved core code readability/maintainability
2020
----
2121

22+
[<img src="https://img.youtube.com/vi/bwsVgCb97v0/0.jpg" width="350">](https://www.youtube.com/watch?v=bwsVgCb97v0)
23+
2224
Boost your productivity & easily create component based web UIs in pure Ruby.
2325
Reactivity included if desired.
2426

2527
`matestack-ui-core` enables you 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, reactivity can be optionally added on top without writing JavaScript, just using a simple Ruby DSL.
2628

2729
You end up writing 50% less code while increasing productivity, maintainability and developer happiness. Work with pure Ruby. If necessary, extend with pure JavaScript. No Opal involved.
2830

29-
[<img src="https://img.youtube.com/vi/Mue5gs6Wtq4/0.jpg" width="350">](https://www.youtube.com/watch?v=Mue5gs6Wtq4)
30-
3131
The main goals are:
3232

3333
- More maintainable UI code, using a component-based structure written in Ruby
@@ -66,7 +66,7 @@ Documentation can be found [here](https://docs.matestack.io)
6666

6767
## Getting started
6868

69-
A getting started guide can be found [here](https://docs.matestack.io/getting-started/tutorial)
69+
A getting started guide can be found [here](https://docs.matestack.io/getting-started/quick-start)
7070

7171
## Changelog
7272

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* [Components](ui-in-pure-ruby/components/README.md)
1919
* [Component API](ui-in-pure-ruby/components/component-api.md)
2020
* [Component Registry](ui-in-pure-ruby/components/component-registry.md)
21-
* [Components on Rails views](ui-in-pure-ruby/components/components-on-rails-views-wip.md)
21+
* [Components on Rails views](ui-in-pure-ruby/components/components-on-rails-views.md)
2222
* [Pages](ui-in-pure-ruby/pages/README.md)
2323
* [Page API](ui-in-pure-ruby/pages/page-api-1.md)
2424
* [Rails Controller Integration](ui-in-pure-ruby/pages/rails-controller-integration.md)

docs/getting-started/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ I've added a small demo showing you what you will be creating in this tutorial:
88

99
[![](https://img.youtube.com/vi/Mue5gs6Wtq4/0.jpg)](https://www.youtube.com/watch?v=Mue5gs6Wtq4)
1010

11-
_This guide utilizes the full power of Matestack and uses `matestack-ui-core` as a complete substitute for Rails views. If you only want to create UI components in pure Ruby on existing Rails views, please check out_ [_this guide_](../ui-in-pure-ruby/components/components-on-rails-views-wip.md)
11+
_This guide utilizes the full power of Matestack and uses `matestack-ui-core` as a complete substitute for Rails views. If you only want to create UI components in pure Ruby on existing Rails views, please check out_ [_this guide_](../ui-in-pure-ruby/components/components-on-rails-views.md)
1212

1313
### Setup
1414

File renamed without changes.

0 commit comments

Comments
 (0)