-
Notifications
You must be signed in to change notification settings - Fork 55
Introduction
admin_data is a Rails plugin (gem in Rails 3) which allows one to easily browse, search and manage data using browser.
It gives you the /admin_data access point. By default it is enabled in development mode, and disabled in production mode (you can setup the security settings). You can also customize the output.
Live demo of the application is available here . While viewing the demo you are not logged in as admin and hence you will not be able to edit, delete, destroy or create any new record.
http://github.com/neerajdotname/admin_data/wiki
Please report all bugs at http://github.com/neerajdotname/admin_data/issues .
If you are using Rails 2.3.x then use admin_data as a plugin.
If you are using Rails 3 then use the gem.
admin_data is tested with MySQL, PostgreSQL and Oracle.
cd test/rails_root
bundle exec cucumber
This plugin is written by Neeraj Singh . I am on twitter as neerajdotname. Contributors list is here .