Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 344 Bytes

README.rdoc

File metadata and controls

18 lines (13 loc) · 344 Bytes

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!