Plugins - RailsMyAdmin
Add to favoritesRailsMyAdmin is a Ruby on Rails plugin that allows you to bolt a phpMyAdmin-esque interface onto an existing Rails app.
A few bonuses in RailsMyAdmin:
- AJAX inline editing of individual fields while browsing
- Quick lookup based on field/value pairs
- A DiggSpy-like feature - useful (or just fun) for seeing new rows as they get added in real-time
It manages models at the Object level, so, deleting an object will call the "destroy" method, saving it will call "save", etc.
It does not have tools (yet) to create tables, etc.
It includes a generator which copies necessary files over to a single new folder in each of your app's controllers/views/public directories. There's also a command to remove those copied files/folders, if you want to back out of using the plugin.
If you enjoyed this plugin, you can find me on Working with Rails at:
http://code.google.com/p/railsmyadmin/
http://railsmyadmin.googlecode.com/svn/trunk/my_admin/
Rails' (MIT)
Model
