Rails_admin_nestable

screenshot of Rails_admin_nestable

RailsAdmin drag & drop custom action sorting list and tree (using the Ancestry gem) :gem:

Overview:

Rails Admin Nestable is a plugin that allows for a drag and drop tree view for models using Ancestry or Mongoid Ancestry. It provides a way to organize nested data in a visual manner within the Rails Admin interface.

Features:

  • Nestable Tree Configuration: Organize tree models with Ancestry or Mongoid Ancestry.
  • Nestable List Configuration: Utilize a position field to configure the list view.
  • Authorization with CanCan: Integration with CanCan for authorization control.
  • Contributing Guidelines: Clear steps for submitting pull requests.
  • License: MIT License for usage permissions.

Summary:

Rails Admin Nestable is a useful plugin for adding a drag and drop tree view feature to Rails Admin interface for managing nested data structures. By following simple installation steps and configuring the initializer based on the chosen model organization, users can easily benefit from the visual representation and ease of managing hierarchical data.