Top "Activeadmin" questions

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

How to filter IS NULL in ActiveAdmin?

I've a table with an integer column called "map_id", I want to add an activeadmin filter to filter if …

ruby-on-rails-3 activeadmin formtastic meta-search
Rails: activeadmin, undefined method `per' for #<ActiveRecord::Relation:0x4d15ee0>

I installed ActiveAdmin successfully: My gemfile code: source 'https://rubygems.org' gem 'rails', '3.2.10' # Bundle edge Rails instead: # gem …

activeadmin
Active admin multiple file/image upload with paperclip

I use Active admin and I need upload Galleries with a lot of images. How can I do it? My …

ruby-on-rails paperclip activeadmin formtastic
Activeadmin formtastic dynamic select

I would like to make a dynamic select option via Activeadmin's formtastic like so: form do |f| f.inputs "Exam …

ruby-on-rails activeadmin has-many-through formtastic
Insert a non-input row into a Formtasic form

I am using Formtastic 2.1.1 in Rails 3.2 (with Active Admin) and I want to insert a row into my form that …

ruby-on-rails-3 activeadmin formtastic
Activeadmin custom filter and scope for custom index records Rails 4

Active Admin provides custom filters and scopes that are displayed on the index page like so: my admin app/admin/…

activeadmin ruby-on-rails-4.1
How can I change the default URL of ActiveAdmin?

By default, ActiveAdmin is running under /admin. Is there any way change that?

ruby-on-rails activeadmin
ActiveAdmin display default view content

I am working with ActiveAdmin and need to make customizations to some views and have come across a couple of …

ruby-on-rails ruby-on-rails-3 activeadmin
Active Admin Ruby on rails Dashboard Controller Error

All of a sudden my app seems to have developed a routing error uninitialized constant DashboardController I am running Rails 3.2.0 …

ruby-on-rails ruby-on-rails-3 routing activeadmin
How to perform bulk actions with Active Admin

In Active Admin, is it possible to add a checkbox to each item in an index page (this isn't hard), …

ruby-on-rails activeadmin bulk