activeadmin
Rails ActiveAdmin Layout was lost after overriding Controller action
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[详细]
2023-04-11 14:55 分类:问答Active Admin authentication conflicting with User authentication
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[详细]
2023-04-11 00:08 分类:问答Adding ActiveAdmin Admins
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.[详细]
2023-04-10 18:37 分类:问答How to filter a boolean column on ActiveAdmin?
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[详细]
2023-04-09 20:25 分类:问答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.[详细]
2023-04-08 22:44 分类:问答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.[详细]
2023-04-08 22:37 分类:问答Rails 3 : Mass-assignment with ActiveAdmin and has_one
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[详细]
2023-04-08 04:07 分类:问答Rails 3 Active Admin add preset value to new record
I have tried to do it from the controller and from the active admin override controller and I can\'t make it work.[详细]
2023-04-07 23:09 分类:问答ActiveAdmin, Formtastic, and Paperclip: Not Rendering File Dialog
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[详细]
2023-04-07 18:15 分类:问答Customizing the edit page title in ActiveAdmin
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[详细]
2023-04-07 06:15 分类:问答