# react-flux-Rails react-flux-rails is a simple flux pattern javascript Gem for using in Rails framework. ## Installation Add this line to your application's Gemfile: ```ruby gem 'react-flux-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install react-flux-rails To use react-flux-rails add this require statement to your application.js file: ```ruby //= require react-flux ``` ## More Documentation. See the [flux-react documentation](https://github.com/christianalfoni/flux-react). ## License [MIT License](http://www.opensource.org/licenses/mit-license.php) Copyright (c) 2015, [Christian Alfoni](https://github.com/christianalfoni), [Bunlong VAN (react-flux-rails Developer)](https://github.com/Bunlong)