-
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.
- Advance search for each column of each of the table. Different options appear for different data types.
- For both quick search and advance search, result can be sorted in ascending or in descending order of any column.
- Browse migration records from schema_migrations table even though there is no corresponding model for this table.