-
Notifications
You must be signed in to change notification settings - Fork 55
Features
neerajdotname edited this page Sep 21, 2010
·
13 revisions
- All the features provided by admin_data are totally non intrusive.
- No change is required anywhere in your application.
- No named_scope is created and hence no lingering named_scope in your application.
- Nothing is stored in session or in cookies.
- You don't need to store any file in public folder or anywhere else.
- No table is created.
- No migration to run.
- Browse all records with pagination.
- Quick search across all records in a table. Quick searche goes through all columns that are of type either string or text.