react_on_rails 8.0.0.beta.1 → 8.0.0.beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -2
- data/README.md +3 -0
- data/docs/tutorial.md +3 -2
- data/lib/generators/react_on_rails/templates/base/base/config/webpack/paths.yml +2 -3
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 18f4e023c45073712f8efae77877dd57bf843ff7
|
|
4
|
+
data.tar.gz: 5c5accb68c77ec94cb11ac51544cb44d25934b02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe80f430794068964be7d9ffd63038358746a509306395ad2c8033237a682099f33ec3717b603f3f23a56cdf813db0fc7d8ea35a21c2a405e67cdd3f509c6158
|
|
7
|
+
data.tar.gz: e7e128a3fc33a0f3c3f190fb4c67763d8ec60de45741f3c14f4d6cef5daa3d4ee9c2b85b96b2a35b0f38e7a3ee7744b049e21272494e4ef4334e57b1e4ae6ad5
|
data/CHANGELOG.md
CHANGED
|
@@ -6,7 +6,7 @@ Contributors: please follow the recommendations outlined at [keepachangelog.com]
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
*Please add entries here for your pull requests.*
|
|
8
8
|
|
|
9
|
-
## [8.0.0] - 2017-05-03
|
|
9
|
+
## [8.0.0-beta.1] - 2017-05-03
|
|
10
10
|
|
|
11
11
|
### Added
|
|
12
12
|
Support for WebpackerLite in the generators. [#822](https://github.com/shakacode/react_on_rails/pull/822) by [kaizencodes](https://github.com/kaizencodes) and [justin808](https://github.com/justin808).
|
|
@@ -575,7 +575,8 @@ Best done with Object destructing:
|
|
|
575
575
|
##### Fixed
|
|
576
576
|
- Fix several generator related issues.
|
|
577
577
|
|
|
578
|
-
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/
|
|
578
|
+
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/8.0.0-beta.1...master
|
|
579
|
+
[8.0.0-beta.1]: https://github.com/shakacode/react_on_rails/compare/7.0.4...8.0.0-beta.1
|
|
579
580
|
[7.0.4]: https://github.com/shakacode/react_on_rails/compare/7.0.3...7.0.4
|
|
580
581
|
[7.0.3]: https://github.com/shakacode/react_on_rails/compare/7.0.1...7.0.3
|
|
581
582
|
[7.0.1]: https://github.com/shakacode/react_on_rails/compare/7.0.0...7.0.1
|
data/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
[](https://travis-ci.org/shakacode/react_on_rails) [](https://app.codeship.com/projects/187011) [](https://gemnasium.com/shakacode/react_on_rails) [](https://badge.fury.io/rb/react_on_rails) [](https://badge.fury.io/js/react-on-rails) [](https://codeclimate.com/github/shakacode/react_on_rails) [](https://coveralls.io/github/shakacode/react_on_rails?branch=master)
|
|
2
2
|
|
|
3
|
+
#### The Docs here on `master` refer to 8.0.0-beta.1 including support for Webpacker! 7.0.4 docs are [here](https://github.com/shakacode/react_on_rails/tree/7.0.4).
|
|
4
|
+
**[VERSION 8.0.0-beta.1](https://rubygems.org/gems/react_on_rails/versions/8.0.0.beta.1)** has shipped with [webpacker_lite](https://github.com/shakacode/webpacker_lite) support! Please try [the 8.0.0-beta.1 beta](https://rubygems.org/gems/react_on_rails/versions/8.0.0.beta.1) and please report issues!
|
|
5
|
+
|
|
3
6
|
**For a complete example of this gem, see our live demo at [www.reactrails.com](http://www.reactrails.com). ([Source Code](https://github.com/shakacode/react-webpack-rails-tutorial))**
|
|
4
7
|
|
|
5
8
|
**Speaking!**: Justin is speaking [GORUCO](http://goruco.com/#speakers) on Saturday, June 24, 2017 in NYC: "Front-End Sadness to Happiness: The React on Rails Story". [Email Justin](mailto:justin@shakacode.com) to give this talk at your local meetup or company. [Subscribe](https://app.mailerlite.com/webforms/landing/l1d9x5) to be notified of local and *online* presentations of this talk.
|
data/docs/tutorial.md
CHANGED
|
@@ -51,7 +51,7 @@ cd test-react-on-rails
|
|
|
51
51
|
Add **React On Rails** gem to your Gemfile (`vim Gemfile` or `nano Gemfile` or in IDE):
|
|
52
52
|
|
|
53
53
|
```
|
|
54
|
-
gem 'react_on_rails', '~>
|
|
54
|
+
gem 'react_on_rails', '~>7' # use latest gem version > 7
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|

|
|
@@ -83,7 +83,8 @@ foreman start -f Procfile.dev
|
|
|
83
83
|
|
|
84
84
|

|
|
85
85
|
|
|
86
|
-
Visit http://localhost:
|
|
86
|
+
Visit http://localhost:5000/hello_world and see your **React On Rails** app running!
|
|
87
|
+
Note, foreman defaults to PORT 5000 unless you set the value of PORT in your environment.
|
|
87
88
|
|
|
88
89
|

|
|
89
90
|
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
+
# Used by webpacker_lite to configure the helpers and by webpack from the
|
|
2
|
+
# client/webpack.config.js file, in variable `paths`.
|
|
1
3
|
default: &default
|
|
2
4
|
output: public
|
|
3
|
-
assets: webpack
|
|
4
5
|
manifest: manifest.json
|
|
5
|
-
node_modules: client/node_modules
|
|
6
|
-
source: client/app
|
|
7
6
|
|
|
8
7
|
development:
|
|
9
8
|
<<: *default
|
data/package.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: react_on_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 8.0.0.beta.
|
|
4
|
+
version: 8.0.0.beta.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Gordon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-05-
|
|
11
|
+
date: 2017-05-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|