react_on_rails 6.0.0.rc.4 → 6.0.0.rc.5
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/KUDOS.md +6 -0
- data/PROJECTS.md +4 -5
- data/README.md +1 -1
- data/docs/api/javascript-api.md +1 -1
- data/lib/react_on_rails/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4b072c2eb69ec546042503d26ae2f7848fd07f7
|
|
4
|
+
data.tar.gz: 5f18e1ab285ceb1209244eff6f2e81bfecc4cd52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed76f9048de124d41b0cef1c5dced38ea9fa4e60606aceceedf9fe3dc805d9e3837e2af0bb8b2e3c7d086df8e120161fdc93321cad5a13525cedae221dd6727f
|
|
7
|
+
data.tar.gz: c149ed1f82a1e94617dd003289941a443e7fcc171b7669b8f3693c1def851d7711abbee6fae7b59b8734a1b9dee2f6e32a5c79c118975e41202aef167a29e649
|
data/KUDOS.md
CHANGED
|
@@ -12,3 +12,9 @@ See comments [here](https://lorefnon.me/2015/11/15/a-minimal-setup-for-using-es6
|
|
|
12
12
|
https://twitter.com/ollieglass/status/713372606804729856
|
|
13
13
|
|
|
14
14
|

|
|
15
|
+
|
|
16
|
+

|
|
17
|
+
|
|
18
|
+

|
|
19
|
+
|
|
20
|
+

|
data/PROJECTS.md
CHANGED
|
@@ -5,12 +5,11 @@
|
|
|
5
5
|
## Commercial Products Live
|
|
6
6
|
* **[Blink Inc](https://www.blinkinc.com)**: Website and more built by [ShakaCode](http://www.shakacode.com).
|
|
7
7
|
* **[Madrone Analytics](http://madroneco.com/)**: The original client of [ShakaCode](http://www.shakacode.com) that led to the development of React on Rails, as described in [Fast Rich Client Rails Development With Webpack and the ES6 Transpiler](http://www.railsonmaui.com/blog/2014/10/03/integrating-webpack-and-the-es6-transpiler-into-an-existing-rails-project/).
|
|
8
|
-
* **[Deliveroo](https://deliveroo.co.uk/)**: The leading food delivery site in Europe has gone live with React on Rails, with multi-lingual JavaScript support
|
|
8
|
+
* **[Deliveroo](https://deliveroo.co.uk/)**: The leading food delivery site in Europe has gone live with React on Rails, with multi-lingual JavaScript support!
|
|
9
9
|

|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
* **[Go Cubes](https://gocub.es)**: Chewable Coffee online store.
|
|
11
|
+

|
|
12
|
+

|
|
14
13
|
|
|
15
14
|
## Commercial Products in Development
|
|
16
15
|
* **[GuavaPass](https://guavapass.com/)**: Coaching client of [ShakaCode](http://www.shakacode.com) and React on Rails fan!
|
data/README.md
CHANGED
|
@@ -566,7 +566,7 @@ config.server_render_method = "NodeJS"
|
|
|
566
566
|
## Dependencies
|
|
567
567
|
+ Ruby 2.1 or greater
|
|
568
568
|
+ Rails 3.2 or greater
|
|
569
|
-
+ Node 5.5 or
|
|
569
|
+
+ Node 5.5 or greater
|
|
570
570
|
|
|
571
571
|
## Contributing
|
|
572
572
|
Bug reports and pull requests are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to our version of the [Contributor Covenant Code of Conduct](docs/code_of_conduct.md)).
|
data/docs/api/javascript-api.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# ReactOnRails JavaScript API
|
|
2
|
-
The best source of docs is the main [ReactOnRails.js](node_package/src/ReactOnRails.js) file. Here's a quick summary. No guarantees that this won't be outdated!
|
|
2
|
+
The best source of docs is the main [ReactOnRails.js](../../node_package/src/ReactOnRails.js) file. Here's a quick summary. No guarantees that this won't be outdated!
|
|
3
3
|
|
|
4
4
|
```js
|
|
5
5
|
/**
|
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: 6.0.0.rc.
|
|
4
|
+
version: 6.0.0.rc.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Gordon
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|
|
@@ -455,7 +455,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
455
455
|
version: 1.3.1
|
|
456
456
|
requirements: []
|
|
457
457
|
rubyforge_project:
|
|
458
|
-
rubygems_version: 2.
|
|
458
|
+
rubygems_version: 2.6.1
|
|
459
459
|
signing_key:
|
|
460
460
|
specification_version: 4
|
|
461
461
|
summary: Rails with react server rendering with webpack.
|