Overriding a new controller without \'new!\' does not display ActiveAdmin layout.But then when I added \'new!\' nested \'synchronization\' form is not appearing although I did \'@resource.build_synchr
Active Admin is a gem used for having an admin dashboard in your application. I开发者_如何转开发t uses Devise for logging in users and creates a separate admin_user model for the admins. My applicatio
Rileshttps://gist.github.com/1265585 I\'m getting an error (NoMethodError (undefined method `error\' for true:TrueClass)) while trying to create a new user in Active Admin.
This question is related to the ActiveAdmin gem. I\'m trying to filter a column that has a boolean type but with no success: filter :column_name开发者_JAVA技巧 and filter :column_name, :as => :bool
I am using devise and recently added active admin, which created a separate table of admin_users to keep admins.
I am using devise for my users. I recently installed the rails Active Admin gem, everything is working beautifully.
I am developing a rails application in which I have two models User and Client. User is backed by devise and is responsible for authentication and has_one Client which holds the client details for a g
I have tried to do it from the controller and from the active admin override controller and I can\'t make it work.
I\'m implementing a generic media gallery using Ruby on Rails. I\'ve chosen ActiveAdmin to handle the administration portion of my task and it\'s worked well so far, except for one thing: It\'s not di
I am trying to change the page title to be the name of the item you are actually editing when you are on the edit page. I read in the active admin docs that you should use @page_title. The problem is