An open API service indexing awesome lists of open source software.

https://github.com/adjust/gorails

A set of go packages to integrate your Go app into existing Rails project.
https://github.com/adjust/gorails

Last synced: about 1 year ago
JSON representation

A set of go packages to integrate your Go app into existing Rails project.

Awesome Lists containing this project

README

          

gorails
=======

[![Build Status](https://travis-ci.org/adjust/gorails.png)](https://travis-ci.org/adjust/gorails)

A set of go packages to integrate your Go app into existing Rails project.

* [gorails/session](https://github.com/goonr/gorails/tree/master/session) - decrypts session cookie set by Rails 4 app
* [gorails/marshal](https://github.com/goonr/gorails/tree/master/marshal) - unmarshalling objects serialized with Ruby Marshal