Gems
shayonj/pg_easy_replicate: Easily setup logical replication and switchover to new database with minimal downtime
pg_easy_replicate is a CLI orchestrator tool that simplifies the process of setting up logical replication between two PostgreSQL databases. pg_easy_replicate also supports switchover. After the source (primary database) is fully replicated, pg_ea...
gocardless/statesman: A statesmanlike state machine library.
Statesman is an opinionated state machine library designed to provide a robust audit trail and data integrity. It decouples the state machine logic from the underlying model and allows for easy composition with one or more model classes.
As such,...
ankane/torch.rb: Deep learning for Ruby, powered by LibTorch
🔥 Deep learning for Ruby, powered by LibTorch
Also check out:
TorchVision for computer vision tasks
TorchText for text and NLP tasks
TorchAudio for audio tasks
TorchRec for recommendation systems
TorchData for data loading
As well as:
Transform...
jruby/warbler: Warbler chirpily constructs .war files of your Ruby applications.
Warbler is a gem to make a Java jar or war file out of any Ruby, Rails or Rack application. Warbler provides a minimal, flexible, Ruby-like way to bundle up all of your application files for deployment to a Java environment.
Warbler provides a sa...
basecamp/activerecord-tenanted: Enable a Rails application to have separate databases for each tenant.
nable a Rails application to host multiple isolated tenants.
Note
Only the sqlite3 database adapter is fully supported right now. If you have a use case for tenanting one of the other databases supported by Rails, please reach out to the maintai...
saml-idp/saml_idp: Ruby SAML Identity Provider, best used with Rails (though not required)
The ruby SAML Identity Provider library is for implementing the server side of SAML authentication. It allows your application to act as an IdP (Identity Provider) using the SAML v2.0 protocol. It provides a means for managing authentication reque...