Top "Activeadmin" questions

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

Nested form in activeadmin not saving updates

I have a nested form in ActiveAdmin for these models (a :class_section has_many :class_dates): class ClassDate < …

ruby-on-rails forms ruby-on-rails-4 activeadmin formtastic
Add custom items at header menu in ActiveAdmin

I want to add a link like link_to ("Edit yout profile", edit_user (current_user)) at header in ActiveAdmin. …

ruby-on-rails activeadmin
Active Admin - flash messages not appearing on page

I am trying to display a notice after redirecting to a page but it doesnt appear. Here is the redirect …

ruby-on-rails ruby-on-rails-3.1 activeadmin
how do add a link to an ActiveAdmin view

I have: ActiveAdmin.register User do show :title => :name do attributes_table do row :username row :email row :last_…

ruby-on-rails activeadmin
How to add time picker in Active Admin + Rails 3

I need to display time selector in my active admin form. I have a field start_time which is of …

ruby-on-rails-3.2 activeadmin
activeadmin: adding delete for a nested resource

I have a infrastructure object composed for many datacenters. In the apps/admin/infrastructures.rb I have the following code: …

ruby-on-rails ruby activeadmin
Import CSV Data in a Rails App with ActiveAdmin

i want to upload CSV files through the activeadmin panel. on the index page from the resource "product" i want …

csv ruby-on-rails-3.1 activeadmin
ActiveAdmin - uninitialized constant AdminUser

I'm getting an error while trying to run my app, having recently installed ActiveAdmin. It was working fine, but, after …

ruby-on-rails activeadmin nameerror
Setting root page to activeAdmin default login page

Im having dificulty in setting the root page in may Rails app to the default login page of the Active …

ruby-on-rails activeadmin