janko / rodauth-rails

Rails integration for Rodauth authentication framework
https://github.com/jeremyevans/rodauth
MIT License
571 stars 40 forks source link

Sequel integration #75

Closed janko closed 2 years ago

janko commented 2 years ago

This pull request tracks work for adding Sequel integration, for Rails apps that use Sequel instead of Active Record. This should involve:

janko commented 2 years ago

I still find Sequel model integration really important, as I want Sequel users to have the same level convenience as Active Record users, but it might still take a while before that happens. One of the main blockers are Sequel migrations, e.g. how to know whether to use timestamp or integer filename prefixes.

As I'm not actively working on this at this time, I will close this for now, and re-open when it's finished.