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
1111Add 'matestack-ui-core' to your ` package.json ` by running:
1212
1313```
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
1515$ yarn install
1616```
1717
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
6060
6161To install matestack, run ` gem install matestack-ui-core ` or add ` gem 'matestack-ui-core' ` to your Gemfile and run ` bundle install ` .
6262
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 ` .
6464
6565Then, add
6666
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
99Add 'matestack-ui-core' to your ` package.json ` by running:
1010
1111```
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
1313$ yarn install
1414```
1515
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ We will add a screencast for this guide shortly!
1515``` bash
1616rails new twitter_clone --webpacker
1717cd 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
2020```
2121
2222- [x] Use Rails scafflolder in order to setup some files:
You can’t perform that action at this time.
0 commit comments