Published onFebruary 15, 2015Implement Dependent select in Active AdminRuby On RailsActiveAdminLearn how to implement dependent select boxes in ActiveAdmin to populate options based on previous selections.
Published onJanuary 19, 2015ActiveSkin - Flat skin for active adminRuby On RailsActiveAdminActive Admin is a Ruby on Rails plugin for generating administration style interfaces. ActiveSkin is a beautiful flat skin for it.
Published onApril 30, 2014In Page Editing In 'Active Admin' - Using Gem 'Best In Place'Ruby On RailsActiveAdminAdd in-place editing to ActiveAdmin pages using the Best In Place gem for a seamless user experience.
Published onMarch 16, 2014Nested forms for belongs_to relationship - ActiveAdminRuby On RailsActiveAdminImplement nested forms for belongs_to relationships in ActiveAdmin using accepts_nested_attributes_for.
Published onMarch 5, 2014FullCalendar - Integration with Ruby On RailsRuby On RailsActiveAdminFullCalendar is a jQuery plugin that provides a full-sized drag-and-drop calendar. Learn how to integrate it with a Rails application.
Published onFebruary 4, 2014ActiveAdmin- adding a filter on has_one through associationRuby On RailsActiveAdminSetup a has_one :through relationship filter in ActiveAdmin with Project, Task, and Activity models.
Published onJanuary 1, 2014Autocomplete using Chosen in Rails Active_adminRuby On RailsActiveAdminImplement autocomplete in the active_admin interface to select one or more users from the user list using the Chosen library.