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.
- Host: GitHub
- URL: https://github.com/adjust/gorails
- Owner: adjust
- License: mit
- Archived: true
- Created: 2013-12-01T13:42:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T04:46:07.000Z (over 6 years ago)
- Last Synced: 2025-03-22T07:51:27.471Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 31.3 KB
- Stars: 61
- Watchers: 68
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gorails
=======
[](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