You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rodauth looks awesome, and thank you for making it possible to integrate with Rails!
However there are a couple of questions that stand out to anyone using Rails:
do I have to use Sequel with Rodauth?
if so, will it conflict with using Active Record in the rest of my app?
The reasons I ask are:
the README doesn't mention Active Record anywhere, although it does have a statement that could be interpreted as meaning you must use Sequel (and possibly also that Sequel is your main or your only ORM)
To be brief, Rodauth is build on top of Roda and Sequel. While Rodauth uses Sequel for database access, you don't other have to use Sequel in your application, even if your application uses ActiveRecord. Sequel should not conflict with ActiveRecord. By default, the two are independent, though rodauth-rails and related libraries allow for some integration.
Rodauth looks awesome, and thank you for making it possible to integrate with Rails!
However there are a couple of questions that stand out to anyone using Rails:
The reasons I ask are:
The text was updated successfully, but these errors were encountered: