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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 478f006c74e03d3961bfb089ede629f576ce1f8a
4
- data.tar.gz: d343c8674f77a5ba6716844e87772b205e9cb147
3
+ metadata.gz: 18f4e023c45073712f8efae77877dd57bf843ff7
4
+ data.tar.gz: 5c5accb68c77ec94cb11ac51544cb44d25934b02
5
5
  SHA512:
6
- metadata.gz: 46cea9d995a34d4aa1f6da06eb854809a8a3229a0c2b8c9bae63b285b71a7eee0fb6876d2b40283447ec0313c1e824e6fd527ba6aff1ac58bbf432d718a331de
7
- data.tar.gz: 3b6227a637dd6faf41c282a395141e6b98dd007817590a09743df7cec4cee62b802c7305c9f3de3b5858662730c39494435dd4786598a8e3a20068b17f8619ed
6
+ metadata.gz: fe80f430794068964be7d9ffd63038358746a509306395ad2c8033237a682099f33ec3717b603f3f23a56cdf813db0fc7d8ea35a21c2a405e67cdd3f509c6158
7
+ data.tar.gz: e7e128a3fc33a0f3c3f190fb4c67763d8ec60de45741f3c14f4d6cef5daa3d4ee9c2b85b96b2a35b0f38e7a3ee7744b049e21272494e4ef4334e57b1e4ae6ad5
@@ -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/7.0.4...master
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
  [![Build Status](https://travis-ci.org/shakacode/react_on_rails.svg?branch=master)](https://travis-ci.org/shakacode/react_on_rails) [![Codeship Status for shakacode/react_on_rails](https://app.codeship.com/projects/cec6c040-971f-0134-488f-0a5146246bd8/status?branch=master)](https://app.codeship.com/projects/187011) [![Dependency Status](https://gemnasium.com/shakacode/react_on_rails.svg)](https://gemnasium.com/shakacode/react_on_rails) [![Gem Version](https://badge.fury.io/rb/react_on_rails.svg)](https://badge.fury.io/rb/react_on_rails) [![npm version](https://badge.fury.io/js/react-on-rails.svg)](https://badge.fury.io/js/react-on-rails) [![Code Climate](https://codeclimate.com/github/shakacode/react_on_rails/badges/gpa.svg)](https://codeclimate.com/github/shakacode/react_on_rails) [![Coverage Status](https://coveralls.io/repos/shakacode/react_on_rails/badge.svg?branch=master&service=github)](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.
@@ -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', '~>6' # use latest gem version > 6
54
+ gem 'react_on_rails', '~>7' # use latest gem version > 7
55
55
  ```
56
56
 
57
57
  ![02](https://cloud.githubusercontent.com/assets/20628911/17464919/3c2d74c2-5cf2-11e6-8704-a84958832fbb.png)
@@ -83,7 +83,8 @@ foreman start -f Procfile.dev
83
83
 
84
84
  ![04](https://cloud.githubusercontent.com/assets/20628911/17464921/3c2fdb40-5cf2-11e6-9343-6afa53593a70.png)
85
85
 
86
- Visit http://localhost:3000/hello_world and see your **React On Rails** app running!
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
  ![05](https://cloud.githubusercontent.com/assets/20628911/17464920/3c2e8ae2-5cf2-11e6-9e30-5ec5f9e2cbc6.png)
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
@@ -1,3 +1,3 @@
1
1
  module ReactOnRails
2
- VERSION = "8.0.0.beta.1".freeze
2
+ VERSION = "8.0.0.beta.2".freeze
3
3
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-on-rails",
3
- "version": "8.0.0-beta.1",
3
+ "version": "8.0.0-beta.2",
4
4
  "description": "react-on-rails JavaScript for react_on_rails Ruby gem",
5
5
  "main": "node_package/lib/ReactOnRails.js",
6
6
  "directories": {
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.1
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-03 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool