Ruby gem for authentication : rodauth

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • orm_adapter

    Provides a single point of entry for using basic features of ruby ORMs

  • In order for Rodauth to support Active Record natively, its database interaction logic would have to be re-implemented using Active Record. The problem is, while Devise uses fairly simple queries and can get away with using a gem like orm_adapter, database queries that Rodauth builds using Sequel are fairly advanced. With Active Record you'd have to write a lot of raw SQL strings that most likely wouldn't be database-agnostic.

  • sequel-activerecord_connection

    Allows Sequel to reuse Active Record's database connection

  • The way I look at it, a pure Active Record implementation could never be fully complete. That's why I instead chose the path of making Sequel integrate seamlessly with Active Record, by sharing a database connection as /u/honeyryderchuck said, hooking into Active Record's query instrumentation, and also by making Sequel transactions interoperable with Active Record's. It's also worth noting that core Sequel is significantly lighter than Active Record.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why Sequel ORM faster than ActiveRecord

    2 projects | /r/ruby | 20 Feb 2022
  • How does Ruby's OOP translate to Rails?

    2 projects | /r/ruby | 4 Sep 2021
  • Sqlcomposer Early Preview Answering Questions

    1 project | /r/ruby | 2 Jan 2021
  • Careful with That Lock, Eugene

    1 project | news.ycombinator.com | 13 Apr 2024
  • Mastering Kredis in Ruby: Your Essential Guide

    1 project | dev.to | 9 Apr 2024