ErwinM / acts_as_tenant

Easy multi-tenancy for Rails in a shared database setup.
MIT License
1.53k stars 262 forks source link

Support DelayedJob #311

Closed nunommc closed 1 year ago

nunommc commented 1 year ago

Adds support for DelayedJob.

This was branched off v0.4.4 but I plan to port it to master once I have dealt with some issues to do with Appraisal.

@excid3 please confirm if the PR needs to be against master, or if you need to create a branch off v0.4.4 so that I then change the base to it.

excid3 commented 1 year ago

@nunommc yeah, please rebase to master or create a new branch off it and pull in your changes. 👍

nunommc commented 1 year ago

This code was moved into a gem so that it can be used on top of any acts_as_tenant version

https://github.com/nunommc/acts_as_tenant-delayed_job