Active Admin is a Ruby on Rails plugin for generating administration style interfaces.
I am trying to get started in testing ActiveAdmin, in particular I need to test a member_action from one …
rspec rspec2 activeadmin rspec-railsIn my ActiveAdmin model I have a custom scope to show deleted records and several filters for searching records by …
ruby-on-rails activeadmin formtasticI 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-attributesI created a blog by following the Getting Started with Rails precisely. And then I following the tutorial here to …
ruby-on-rails ruby activeadmin