Categorygithub.com/divoxx/gorailsyourself
module
0.0.0-20150818201947-3fe8d02f099f
Repository: https://github.com/divoxx/gorailsyourself.git
Documentation: pkg.go.dev

# README

goRailsYourself

GoDoc

Build
Status

A suite of packages useful when you have to deal with Go and Rails apps or when migrating from Ruby to Go. Use at your own risk, don't expect much and feel free to send lots of awesome pull requests.

See the documentation and/or the test suite for more examples.

Dependencies:

The inflector package relies on: unidecode to handle the transliteration.

The crypto package relies on: pbkdf2 to handle the generation of derived keys.

The test suite uses Goblin

# Packages

This crypto package ports some of Ruby on Rails' crypto (version 4+) logic so encrypted/signed messages can be shared between a Ruby app and a Go app.
The inflector package ports some of Rails' ActiveSupport functions that can be useful outside of Rails.