Sha256: ffc0c6035ea6f2edfffebe2a500d86f5c55313a24094504c92a8a41e4799efd0
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# re-frame-on-rails re-frame-on-rails is a Rails engine plugin for connecting a re-frame based ClojureScript SPA to a Ruby on Rails REST API. **NOTE:** This is just a placeholder repo for the gem. I am in the process of developing it. ## Features * Adds all ClojureScript dependencies to Asset Pipeline. * Ajax/REST helpers to seamlessly transmit data between re-frame and Rails. * REST handlers on the re-frame side. * Rake tasks to set up the re-frame project. * Example code to show how to use this pattern. ## Installation `gem install re-frame-on-rails` or with bundler in your Gemfile: `gem 're-frame-on-rails'` You also need to have leiningen installed. ## Usage TBD ## Dependencies * Ruby on Rails >= 4 * Leiningen ## Resources * [Source code (github)](https://github.com/jhund/re-frame-on-rails) * [Issues](https://github.com/jhund/re-frame-on-rails/issues) * [Rubygems.org](http://rubygems.org/gems/re-frame-on-rails) ## License [MIT licensed](https://github.com/jhund/re-frame-on-rails/blob/master/MIT-LICENSE). ## Copyright Copyright (c) 2016 Jo Hund. See [(MIT) LICENSE](https://github.com/jhund/re-frame-on-rails/blob/master/MIT-LICENSE) for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
re-frame-on-rails-0.0.1 | README.md |