Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation Request regarding Active Record #282

Closed
brandondrew opened this issue Nov 17, 2022 · 1 comment
Closed

Documentation Request regarding Active Record #282

brandondrew opened this issue Nov 17, 2022 · 1 comment

Comments

@brandondrew
Copy link

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:

@jeremyevans
Copy link
Owner

You probably want to ask this question on the rodauth-rails discussion forum: https://github.com/janko/rodauth-rails/discussions/new

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants