Top "Activeadmin" questions

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

Rails ActiveAdmin - change the after update redirect_to

I have a Feature page that belongs to the Car page. That is working exactly how I want to, except …

ruby-on-rails activeadmin
How to remove the delete option form activeAdmin?

in rails gem active admin I want to remove the delete option form the default_actions while I still need …

ruby-on-rails rubygems activeadmin
rails ActiveAdmin nested form has_one accepts_attributes_for formtastic issue

I am using ActiveAdmin and Rails 3.1 -- having problem understanding whether the following is a bug, or if there is …

ruby-on-rails ruby-on-rails-3 formtastic nested-attributes activeadmin
How to display only the value in edit page in Active Admin

I have a edit form in Active Admin. I need some field as read only. My current edit page is …

ruby-on-rails-3 activeadmin formtastic
Rails 3 - Can Active_admin use an existing user model?

Can Active Admin use my current Devise user model? It already has a column named admin, and if it's true, …

ruby-on-rails-3 devise activeadmin
Activeadmin form select dropdown update

I have a Category Model and a SubCategory Model and id like the SubCategory select input to refresh depending on …

ruby-on-rails ruby-on-rails-4 activeadmin
ActiveAdmin how to sort column with associations

I'm developing an ActiveAdmin app, and I want to sort a column of businesses by their "type". Unfortunately my code …

ruby-on-rails associations activeadmin
ActiveAdmin actions

is there a way to specify in ActiveAdmin's index page of a model what actions are allowed, things like: index …

ruby-on-rails ruby-on-rails-4 rubygems activeadmin
Active admin action item/member action

So I have a batch action which works wonderfully. But now I want the same action to be able to …

ruby-on-rails-3 activeadmin
Ruby/Rails - Remove ActiveAdmin from my application

I had a good time playing with Active Admin the administrative framework within my application. http://activeadmin.info/ When I …

ruby-on-rails ruby-on-rails-3 rubygems activeadmin