.. _appendix: Appendix ======== This section provides additional resources and acknowledgments related to ``activerecord-multi-tenant``. Glossary of Terms and Abbreviations ----------------------------------- - **Multi-tenancy:** A software architecture in which a single instance of software serves multiple tenants. - **Tenant:** A group of users who share a common access with specific privileges to the software instance. - **Tenant ID:** A unique identifier for a tenant. References to External Resources -------------------------------- - `Official Rails Guide `_: A comprehensive guide to Ruby on Rails. - `ActiveRecord Documentation `_: Detailed documentation for ActiveRecord, the database toolkit used by ``activerecord-multi-tenant``. Acknowledgments and Credits --------------------------- We would like to thank the Ruby on Rails community for their contributions to open source, which have made projects like ``activerecord-multi-tenant`` possible. This gem was initially based on `acts_as_tenant `, and still shares some code. We thank the authors for their efforts.