Yaro Shm
Yaro Shm
@nathanvda 11 months have passed since this thread was opened. It would be really great to finally have an official release for Rails 6
also wondering
If you look into the [used by](https://github.com/jekuno/milia/network/dependents?package_id=UGFja2FnZS0xOTcyNA%3D%3D), you will see that in 99% of cases the gem is used for educational purposes, specifically for a very popular course on udemy....
Not many answers... Anyway, no matter what, **milia** is still the most advanced, **feature-rich** single-database multitenancy gem and it should be minimally maintained! It's so depressing to see that the...
@Souravgoswami not the right place for your question.
This works: **Gemfile:** `gem 'milia', '~>1.3', :git => 'https://github.com/yshmarov/milia.git' ` # gem milia POST MORTEM So, the gem has not been maintained by the "owner" for 3 years now. Pull...
This works: **Gemfile:** `gem 'milia', '~>1.3', :git => 'https://github.com/yshmarov/milia.git' ` # gem milia POST MORTEM So, the gem has not been maintained by the "owner" for 3 years now. Pull...
Member.rb must have both lines: ``` acts_as_tenant belongs_to :user ``` the readme means that in every tenant-specific model, instead of having ` belongs_to :tenant `you must have the line `...
@timmyd87 the gem leaves that for you to configure, depending on your needs. basically you will need to do the following: 1. human can create a user with a unique...
@senorlocksmith I've renamed it, you can access it here https://github.com/yshmarov/actsastenant-demo I didn't think anybody would be looking at it:)