No commit activity in last 3 years
No release in over 3 years
re-frame-on-rails is a Rails engine plugin for connecting a re-frame based ClojureScript SPA to a Ruby on Rails REST API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0, ~> 1.0
>= 0

Runtime

>= 4
 Project Readme

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

License

MIT licensed.

Copyright

Copyright (c) 2016 Jo Hund. See (MIT) LICENSE for details.