-
Notifications
You must be signed in to change notification settings - Fork 72
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
Rails 6.0.1 undefined method `skip_before_filter' for Milia::RegistrationsController:Class #88
Comments
Would also like to know if this has been solved. |
I'm getting the following output when trying to instal milia with Rails 6:
Unfortunately, many of the gems I have for this project will not work with Rails 5. I too am looking for a resolution to this issue. |
Milia became potato :-) I'm using this, activerecord-multi-tenant |
I believe Milia is not compatible with with Rails 6 at this time. When you try to add it in Rails 6 it adds version
|
Anyone found a solution to get Emilia working with rails 6.0.2? I am running the following command: and getting the following error; |
Typo in the last comment. **Emilia => Milia :) |
Same you guys I stuck with Milia, I start now believing that this is the reason why Rails is now falling down & until the next year only few programmer will be left who represent to Rails |
This works: Gemfile: gem milia POST MORTEMSo, the gem has not been maintained by the "owner" for 3 years now. Pull requests are even reviewed. Face it, Milia was never a good multi-tenanting gem. On the top of my head - too much magic in the installation, and anyways sessions is not the best way to track current_tenant. It can get "stuck" when logging in/out and switching tenants. Unfortunately I fell for it some years ago and wasted dozens of hours as a consequence. I should have gone with something else. Why milia? 95% of the popularity of this gem came from this amateur-level course on udemy what now?
In case of multitenancy, we have 2 good options: summary: don't rely on low-maintained third-party code, like
|
I'm trying to get milia up and running on a Rails 6.0.1 app. I am getting the following error:
/.rvm/gems/ruby-2.6.5/gems/milia-0.3.30/app/controllers/registrations_controller.rb:5:in
class:RegistrationsController': undefined methodskip_before_filter' for Milia::RegistrationsController:Class
I know why the error is occuring, but how can I install milia in a Rails 6.0.1 app?
The text was updated successfully, but these errors were encountered: