Displaying 1 result from an estimated 1 matches for "admin_panel".
2006 Jul 17
2
DB Admin Console
Over the past few months, I''ve developed an administrative console for 
databases in the process of solving other problems.
At the moment, the state of development is:
 * Going to /admin_panel/model will bring you to a list of items in the 
model:
   * Supports acts_as_list via drag/drop sorting
   * Supports "activated" via an activated/deactivated button
   * Supports basic CRUD operations
 * /admin_panel/model/edit will create a new instance of the model
 * /admin_panel/mode...