fredericgrati / rails_and_flux

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

Home Page:https://rails-and-flux.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

https://rails-and-flux.herokuapp.com/


Languages

Language:JavaScript 94.5%Language:Ruby 2.8%Language:CSS 1.2%Language:CoffeeScript 1.0%Language:HTML 0.5%