react-on-rails
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -7,2 +7,6 @@ # Change Log | ||
## [3.0.2] - 2016-02-15 | ||
##### Fixed | ||
- Fixed missing information in the helpful message after running the base install generator regarding how to run the node server with hot reloading support. | ||
## [3.0.1] - 2016-02-15 | ||
@@ -173,3 +177,4 @@ ##### Fixed | ||
- Fix several generator related issues. | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/3.0.1...master | ||
[Unreleased]: https://github.com/shakacode/react_on_rails/compare/3.0.2...master | ||
[3.0.2]: https://github.com/shakacode/react_on_rails/compare/3.0.1...3.0.2 | ||
[3.0.1]: https://github.com/shakacode/react_on_rails/compare/3.0.0...3.0.1 | ||
@@ -176,0 +181,0 @@ [3.0.0]: https://github.com/shakacode/react_on_rails/compare/2.3.0...3.0.0 |
{ | ||
"name": "react-on-rails", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -5,0 +5,0 @@ "main": "node_package/lib/ReactOnRails.js", |
@@ -18,3 +18,3 @@ [![Build Status](https://travis-ci.org/shakacode/react_on_rails.svg?branch=master)](https://travis-ci.org/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) [![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) | ||
* [ShakaCode](http://www.shakacode.com) is doing Skype plus Slack/Github based coaching for "React on Rails". [Click here](http://www.shakacode.com/work/index.html) for more information. | ||
* Be sure to read our new article [The React on Rails Doctrine](http://www.shakacode.com/2016/01/26/the-react-on-rails-doctrine.html). | ||
* Be sure to read our new article [The React on Rails Doctrine](https://medium.com/@railsonmaui/the-react-on-rails-doctrine-3c59a778c724). | ||
@@ -29,3 +29,3 @@ # React on Rails | ||
* [The React on Rails Doctrine](http://www.shakacode.com/2016/01/26/the-react-on-rails-doctrine.html) | ||
* [The React on Rails Doctrine](https://medium.com/@railsonmaui/the-react-on-rails-doctrine-3c59a778c724) | ||
* [React Webpack Rails Tutorial Code](https://github.com/shakacode/react-webpack-rails-tutorial) along with the live example at [www.reactrails.com](http://www.reactrails.com). | ||
@@ -428,3 +428,3 @@ | ||
### Adding Additional Routes for the Dev Server | ||
As you add more routes to your front-end application, you will need to make the corresponding API for the dev server in `client/server.js`. See our example `server.js` from our [tutorial](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client/server.js). | ||
As you add more routes to your front-end application, you will need to make the corresponding API for the dev server in `client/server.js`. See our example `server.js` from our [tutorial](https://github.com/shakacode/react-webpack-rails-tutorial/blob/master/client%2Fserver-express.js). | ||
@@ -449,5 +449,4 @@ ## Migrate From react-rails | ||
## Additional Reading | ||
+ [The React on Rails Doctrine](http://www.shakacode.com/2016/01/27/the-react-on-rails-doctrine.html) | ||
+ [The React on Rails Doctrine](https://medium.com/@railsonmaui/the-react-on-rails-doctrine-3c59a778c724) | ||
+ [Babel](docs/additional_reading/babel.md) | ||
+ [Generated Client Code](docs/additional_reading/generated_client_code.md) | ||
+ [Heroku Deployment](docs/additional_reading/heroku_deployment.md) | ||
@@ -478,3 +477,3 @@ + [Manual Installation](docs/additional_reading/manual_installation.md) | ||
## Contributing | ||
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](contributor-covenant.org) code of conduct (see [CODE OF CONDUCT](docs/code_of_conduct.md)). | ||
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)). | ||
@@ -481,0 +480,0 @@ See [Contributing](docs/contributing.md) to get started. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77251
494