Sha256: afc295f81a9a6fcc91ec770d1118f081c5c261d5e736715c5395cb63216e0c35
Contents?: true
Size: 755 Bytes
Versions: 1
Compression:
Stored size: 755 Bytes
Contents
# 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)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
react-flux-rails-2.6.4 | README.md |