I am using rails_admin and I liked it very much. The only problem is that it is coupled with devise for authentication, but my whole app is implementing authlogic.
Ain’t there any way to remove devise so that I can switch to my existing authlogic authentication. I googled it but couldn’t find 🙁
Regards;
Kshitiz
I am using rails_admin and I liked it very much. The only problem is
Share
I don’t know about removing devise, it seems to be a requirement for installing rails_admin. So you need to install it even if you don’t use it.
But you can make rails_admin use authlogic for authentication and authorization like so.
logged_in?etc. You might need to use the equivalent methods in your setup):Code: