Top "Activeadmin" questions

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

Active Admin: How to set page title?

This seems like it should be relatively simple, but I've had some trouble tracking down the answer: How do you …

ruby-on-rails ruby-on-rails-3 activeadmin
Active Admin authentication conflicting with User authentication

Active Admin is a gem used for having an admin dashboard in your application. It uses Devise for logging in …

ruby-on-rails devise ruby-on-rails-3.1 activeadmin warden
How to customize the default login page in ActiveAdmin?

The Problem I'm trying to customize the default login page in ActiveAdmin, but I'm having trouble getting the customizations to …

ruby-on-rails ruby-on-rails-3 forms authentication activeadmin
ActiveAdmin - generate link to index, with filter preset?

In an ActiveAdmin page, I would like to include a link to a list of related resources. For example, given …

ruby-on-rails activeadmin
How to change how ActiveAdmin displays time (every time)

Since the default time in the database is in utc, I wanted to be able to still display it in …

ruby-on-rails datetime activeadmin
status tag colors with ActiveAdmin

I have a status tag in my AA app that only some colors are showing up. Are there certain colors …

ruby-on-rails ruby-on-rails-3 activeadmin
Eager loading associated models in ActiveAdmin sql query

I've got an ActiveAdmin index page ActiveAdmin.register Bill And I am trying to display links to associated models index …

ruby-on-rails activerecord activeadmin
Formtastic / ActiveAdmin multi-select many to many checkbox association issue

I am using activeadmin and it has formtastic built in as many of you who use it know. I have …

ruby-on-rails-3 activeadmin formtastic
ActiveAdmin: sort by child association's property

I am having these objects: class District < ActiveRecord::Base belongs_to :city end class City < ActiveRecord::Base has_…

ruby-on-rails-3 activeadmin
Formtastic/ActiveAdmin set a default value for a select input

I am working on a custom form in ActiveAdmin which I decided to use it for adding/editing to follow …

ruby-on-rails activeadmin formtastic