Top "Activeadmin" questions

Active Admin is a Ruby on Rails plugin for generating administration style interfaces.

How to get current user using devise in rails without using authenticate! on the controller

I'm using devise with rails 3 and i'm trying to create a page which can be viewed by everyone (even those …

ruby-on-rails devise activeadmin
ArgumentError: A copy of ApplicationController has been removed from the module tree but is still active

I am using ActiveAdmin (with customized gemset for Rails 4) with Rails 4.0.0.rc2. Application also has custom-built authorization code based on …

ruby-on-rails activeadmin ruby-on-rails-4
ActiveAdmin forms with has_many - belongs_to relationships?

I have the models Home and Photo, which have a has_many - belongs_to relationship (a polymorphic relationship, but …

ruby-on-rails ruby-on-rails-3.1 activeadmin
Active Admin: Customize only new form

I'm using Active Admin to provide an admin to some models. I need to provide a customized new form for …

ruby-on-rails ruby activeadmin
ActiveAdmin with has_many problem; undefined method 'new_record?'

I'm trying to customise a ActiveAdmin form for a Recipe model that has a has_many relationship with Step. class …

ruby-on-rails admin has-many formtastic activeadmin
Activeadmin disabling the "new resource" method

I'm using Activeadmin for the admin interface on an app I'm working on (loving it) and I am curious if …

ruby-on-rails-3 activeadmin
Rails Admin vs. ActiveAdmin

I've been looking into some rails admin plugins and came across these: https://github.com/gregbell/active_admin https://github.…

ruby-on-rails ruby ruby-on-rails-3 activeadmin ruby-on-rails-plugins
Active admin customization

I have an Event model with field status, which is string so it appears as a text_field. But I …

ruby-on-rails activeadmin
rails active admin deployment : couldn't find file 'jquery-ui'

when trying to deploy with capistrano, when capistrano use command bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:…

ruby-on-rails capistrano activeadmin assets
How can I customize the active admin layout?

I need to customize the active admin layout, but how can I do it?

ruby-on-rails layout rubygems activeadmin