File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
reactive_components/100-rails_integration
start/150-getting_started Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Matestack's JavaScript needs to be integrated into your Rails application in ord
11
11
Add 'matestack-ui-core' to your ` package.json ` by running:
12
12
13
13
```
14
- $ yarn add https://github.com/matestack/matestack-ui-core#v1.2 .0
14
+ $ yarn add https://github.com/matestack/matestack-ui-core#v1.3 .0
15
15
$ yarn install
16
16
```
17
17
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ to start the application. Now visit [localhost:3000](http://localhost:3000/) and
60
60
61
61
To install matestack, run ` gem install matestack-ui-core ` or add ` gem 'matestack-ui-core' ` to your Gemfile and run ` bundle install ` .
62
62
63
- For a complete setup with Webpacker, you also need to run ` yarn add https://github.com/matestack/matestack-ui-core#v1.2 .0 ` followed by ` yarn install ` .
63
+ For a complete setup with Webpacker, you also need to run ` yarn add https://github.com/matestack/matestack-ui-core#v1.3 .0 ` followed by ` yarn install ` .
64
64
65
65
Then, add
66
66
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Matestack's JavaScript needs to be integrated into your Rails application in ord
9
9
Add 'matestack-ui-core' to your ` package.json ` by running:
10
10
11
11
```
12
- $ yarn add https://github.com/matestack/matestack-ui-core#v1.2 .0
12
+ $ yarn add https://github.com/matestack/matestack-ui-core#v1.3 .0
13
13
$ yarn install
14
14
```
15
15
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ We will add a screencast for this guide shortly!
15
15
``` bash
16
16
rails new twitter_clone --webpacker
17
17
cd twitter_clone
18
- bundle add matestack-ui-core --version " ~> 1.2 .0"
19
- yarn add https://github.com/matestack/matestack-ui-core#v1.2 .0
18
+ bundle add matestack-ui-core --version " ~> 1.3 .0"
19
+ yarn add https://github.com/matestack/matestack-ui-core#v1.3 .0
20
20
```
21
21
22
22
- [x] Use Rails scafflolder in order to setup some files:
You can’t perform that action at this time.
0 commit comments