Skip to content

A suite of useful functions needed when porting/mixing Go/Rails code.

License

Notifications You must be signed in to change notification settings

killbill/goRailsYourself

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goRailsYourself

GoDoc

A suite of packages useful when you have to deal with Go and Rails apps or when migrating from Ruby to Go.

The crypto package allows for shared authentication cookie support with Rails, included version 5.2+.

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

About

A suite of useful functions needed when porting/mixing Go/Rails code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%