forked from railsadminteam/rails_admin
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
drewda edited this page Mar 22, 2013
·
120 revisions
- Root actions
- Collection actions
- Member actions
- FileUpload
- Enumeration
- Boolean
- Decimal
- Integer
- Float
- Hidden
- String
- Text
- Timestamp - Date - Datetime - Time
- Authentication
- Authorization setup
- Mass-assignments protection
- Auditing (change history)
- History (internal)
- PaperTrail (recommended)
- mongoid_audit
- None. (Default)
- Coordinates with Google Maps
- ActsAsTaggableOn tag_list field
- Rich: an opinionated CKEditor implementation with file uploads
- Image cropping with rails_admin_jcrop
- Drag and drop tree view for Ancestry gem
- Drag and drop tree view for Awesome Nested Set / mongoid nested set
- Histeroid: Mongoid 3.1 history audit support
- Import: Import data from a csv file
- Import++ Extends import plugin. Allows the user to set a key field to lookup records, updating if the record exists and creating a new records otherwise. Also allows user to immigrate records from an rss feed. Experimental.
- Toggle boolean fields in index view
- Enumerize: Enumerated attributes with I18n and ActiveRecord/Mongoid support