Top "Activeadmin" questions

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

Testing ActiveAdmin with rspec

I am trying to get started in testing ActiveAdmin, in particular I need to test a member_action from one …

rspec rspec2 activeadmin rspec-rails
ActiveAdmin - Using scopes with filters

In my ActiveAdmin model I have a custom scope to show deleted records and several filters for searching records by …

ruby-on-rails activeadmin formtastic
Nested has_many resource form with Active Admin doesn't do an update

I can't figure out how to use the nested resources input helpers in Active Admin to allow me to update …

ruby-on-rails activeadmin nested-attributes
ActiveAdmin Comment model not working properly

I created a blog by following the Getting Started with Rails precisely. And then I following the tutorial here to …

ruby-on-rails ruby activeadmin