ActiveAdmin is a good gem that can help us manage data so easy.
But one question is I use Heroku to run my project.After I login the admin page,do something and refresh the admin page,it logout autometic!
What is the reason?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Maybe the controller’s session has affect your project.
You can see this issue:
https://github.com/gregbell/active_admin/pull/1173
RailsAdmin is better than it.
But I suggest that you write all the source yourself.Customize is great.