Skip to content
neerajdotname edited this page Sep 21, 2010 · 13 revisions

Non Intrusive

  • 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 and Search

  • 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.