-
Notifications
You must be signed in to change notification settings - Fork 459
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
Is it possible to use the Apartment gem WITHOUT rails? #602
Comments
Difficult in current architecture as apartment relays on ActiveRecord |
it requires activerecord |
Active record is fine, but in the file https://github.com/influitive/apartment/blob/a4332c3222210b11f5e8c27fa4c1a18b492e9629/lib/apartment/adapters/abstract_adapter.rb, in the |
gotcha, thanks |
@gmhawash Did you work out a solution to get the gem to work within a ruby project? |
@arinhouck I did not, but I avoid using
|
Hello,
I have a multi-tenant PG application that uses standalone ruby workers to access the database. I'd like to be able to use the Apartment gem to create schemas and switch to schemas from these standalone workers. How is this possible?
Thanks
The text was updated successfully, but these errors were encountered: