Skip to content

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

Notifications You must be signed in to change notification settings

basschoen/rails_and_flux

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.5%
  • Ruby 2.8%
  • CSS 1.2%
  • Other 1.5%