Tagged Questions
5
votes
5answers
4k views
Active Admin authentication conflicting with User authentication
Active Admin is a gem used for having an admin dashboard in your application. It uses Devise for logging in users and creates a separate admin_user model for the admins. My application already uses ...
11
votes
2answers
7k views
Adding New Admins to Active Admin
I am using devise for my users. I recently installed the rails Active Admin gem, everything is working beautifully.
However I can't figure out how to add a new admin users. I can see that active ...
1
vote
1answer
368 views
ActiveAdmin not sending password confirmation instructions
I recently installed ActiveAdmin and I am working on the User model. After I created the initial AdminUser I tried adding another AdminUser and its supposed to send an email to set up the password but ...
6
votes
3answers
2k views
Skip before filter with Active Admin
I am using devise and recently added active admin, which created a separate table of admin_users to keep admins.
All works fine with Active Admin when I try to log in and browse around. However, my ...
1
vote
2answers
554 views
How to give ActiveAdmin its own application layout? — Rails newbie
It's probably a dead simple question. Right now it uses the default application layout file. How can I create one just for AdminAdmin in order keep it separate from the one used on the main site?
0
votes
1answer
1k views
Devise + Active Admin Redirect
I am having trouble setting up the redirect for my application. Users should go to their profile (users/show) and admins should go to the admin dashboard.. How do i set this up?
Currently getting the ...