-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Plugins
Javier Julio edited this page Dec 15, 2023
·
55 revisions
See also ActiveAdmin Plugins organization (@Fivell).
- ActiveAdmin Active Resource Integrate Active Resource to use a REST API in place of a local database as data source
- ActiveAdmin AncestryView Vizualize tree of Ancestry model.
- ActiveAdmin Dry::Validation Validate your ActiveAdmin resources through dry-validation.
- ActiveAdmin Duplicatable Integrate Amoeba to allow the copying of ActiveRecord objects and their associated children, configurable with a DSL on the model.
- ActiveAdmin Mongoid Mongoid support, see #2716 and this update from WebVolta.
- ActiveAdmin Paranoia Integrate Paranoia for soft-deletes.
- ActiveAdmin Reform Integrate Trailblazer Reform form objects (@Bolshakov).
- ActiveAdmin Role Role based authorization with CanCanCan.
- ActiveAdmin Settings Cached UI interface for rails-settings-cached.
- ActiveAdmin Simple Form to use Simple Form in place of Formtastic in edit views.
- ActiveAdmin State Machine Integrate state_machine gem, see this article.
- ActiveAdmin CEP Auto Complete Auto complete your addresses fields (for Brazilian CEP only) with postmon-ruby gem integration.
- ActiveAdmin Humanized Enum Easily translate ActiveRecord's enums with active_record-humanized_enum gem integration.
- ActiveAdmin Audit PaperTrail based audit for ActiveAdmin (@holyketzer)
- ActiveAdmin Versioning Viewable versions using PaperTrail by (@yhirano55)
See also Auditing via paper_trail (change history)
- ActiveAdmin Axlsx OOXML (xlsx) downloads for Active Admin resources.
- ActiveAdmin Import Anything Imports any type of file.
- ActiveAdmin Import CSV import with validations, bulk insert and encodings handling (@Fivell).
- ActiveAdmin Custom Layout Use tags to customize application layout as with any non-ActiveAdmin Rails application.
- ActiveAdmin Sidebar Provides ability to manipulate sidebar position (Fivell).
- ActiveAdmin Globalize Translate resource fields. Forked from original by Stefano Verna.
- ActiveAdmin Translate Translate models with Globalize.
- ActiveAdmin Menu Manageable menu with YAML.
- ActiveAdmin Subnav Enhanced sub-navigation for nested resources (@zorab47).
See #2692
- ActiveAdmin Select2 Integrate jQuery Select2 replacement for select boxes.
- ActiveAdmin Selectize Integrate jQuery Selectize.js replacement for select boxes. Supports multi-select for many-to-many associations.
- ActiveAdmin AjaxFilter Filters with AJAX-powered input, uses selectize.js
- ActiveAdmin Select Many improves one-to-many and many-to-many associations selection
- ActiveAdmin SearchableSelect Advanced AJAX-support, uses Select2.
- ActiveAdmin Date Range Preset Preset links for date_range inputs.
- Active Admin Datetime Picker Uses XDSoft DateTimePicker (@Fivell).
- Just Datetime Picker
- ActiveAdmin Froala Editor plugin to use Froala WYSIWYG editor.
- ActiveAdmin Medium Editor plugin to use medium-editor, a compact and clean WYSIWYG editor.
- ActiveAdmin Quill Editor plugin to use Quill Rich Text Editor.
- ActiveAdmin TinyMCE Integrate TinyMCE WYSIWYG editor control.
- ActiveAdmin Trumbowyg plugin to use Trumbowyg Editor.
- ActvieAdmin Ace Editor plugin to use Ace Editor
- ActiveAdmin Async Panel AJAX-powered async panels.
- ActiveAdmin Dynamic Fields Add dynamic behavior to fields (ex. check a checkbox -> hides a text field, etc.), inline field editing in index view, load dynamic content in dialogs
- ActiveAdmin HstoreEditor Integrate jsoneditor.js to edit Postgresql hstore values.
- ActiveAdmin Index as Calendar Adds calendar index view to ActiveAdmin resources.
- ActiveAdmin JFU Upload To use jQuery-File-Upload in form uploads (it supports chunked file uploads for large files)
- ActiveAdmin Sortable Table Drag and drop sort interface for tables (@Bolshakov).
- ActiveAdmin Sortable Tree Adds tree and list views to resource index, sortable via drag'n'drop (@Zorab47).
- ActiveAdmin Reorderable Drag and drop to reorder your ActiveAdmin tables.
- ActiveAdminLatLng Plugin for setting up latitude and longitude on map.
- ActiveAdmin Form Errors Pretty form errors by default.
- ActiveAdmin jQuery Inputmask Easily add jquery inputmask.
- ActiveAdmin Advanced Create Another Create another resource with strength by default in your forms.
- ActiveAdmin Addons Set of addons to improve the UI (@Platanus). Includes range filter, Select2, Paperclip integration, AASM integration, Enum integration, boolean values, number formatting, list, color picker and date time picker.
- ActiveAdmin Ajax Forms Edit related models using modal popup.
- ActiveAdmin Associations Better editing of associations.
- ActiveAdmin Jcrop Enables cropping image fields when editing.
- ActiveAdmin Jobs Play nice with Active Job, providing user feedback .
- ActiveAdmin SidekiqStats View Sidekiq stats in ActiveAdmin dashboard.
- Leolay Generators Scaffold generator for use with ActiveAdmin.
- ActiveAdmin Logins Logs login details after a user signs in, it stores IP address, user agent, country and city (blog post).
- ActiveAdmin Magicfields Bring some of Wordpress' Advanced Custom Fields plugin features to ActiveAdmin (@Platanus).
- ActiveAdmin Polymorphic Bring has_many polymorphic nested forms into your ActiveAdmin.
- Activeadmin Poro Decorator Simple alternative to Draper, see article 'What I dislike about Draper'.
- ActiveAdmin Refinery Authentication An authentication library for Refinery, using ActiveAdmin.
- ActiveAdmin Scoped Collection Actions Provides batch Update and Delete for Filters + Scope (@Fivell).
- Krant Display broadcast messages and app news.
Search GitHub for more ActiveAdmin repositories...
See also Unmaintained ActiveAdmin Plugins
- ActiveAdmin Editor WYSIWYG HTML editor for the Active Admin interface using wysihtml5 (wysihtml?).
- ActiveAdmin Generator
- ActiveAdmin Mongomapper
- ActiveAdmin Pagination merged as #3748
- ActiveAdmin Settings Settings backend, replaced by Settings Cached.
- ActiveAdmin Sortable
- ActiveTrail TrailBlazer integration.