/rails_and_flux

Sample application using Rails 4.2.0 beta and Marty.js as Flux implementation

Primary LanguageJavaScript

Rails and Flux: A real use case

This is a real use case application using:

  • Rails 4.2.0 beta

  • React.js

  • Marty.js for implementing Flux

  • PostgreSQL full-text search

To test it, just fork it and run:

$ gem install foreman
$ bundle install
$ npm install
$ db:setup
$ foreman start -f Procfile.dev

Happy coding!