Active Admin is a Ruby on Rails plugin for generating administration style interfaces.
I have a Feature page that belongs to the Car page. That is working exactly how I want to, except …
ruby-on-rails activeadminin rails gem active admin I want to remove the delete option form the default_actions while I still need …
ruby-on-rails rubygems activeadminI 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 activeadminI have a edit form in Active Admin. I need some field as read only. My current edit page is …
ruby-on-rails-3 activeadmin formtasticCan 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 activeadminI 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 activeadminI'm developing an ActiveAdmin app, and I want to sort a column of businesses by their "type". Unfortunately my code …
ruby-on-rails associations activeadminis 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 activeadminSo I have a batch action which works wonderfully. But now I want the same action to be able to …
ruby-on-rails-3 activeadminI 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