Admin interface for Ruby on Rails no comments
When choosing to develop with RoR instead of django, only one thing was missing : an admin interface. In django when you generate a project you have a small interface to manage your data. In Ruby on Rails you can use the magic scaffold but it’s not very convenient.
The first initiative I have discovered was ajax scaffold generator, an advanced scaffold with some ajax stuff and a real way to integrate an admin interface, but you still have to do it.
Then I found two other projects:
- auto-admin generating a django like interface
- streamlined a more completed generator
I let you play with these three different projects, for different using.
Trackbacks
Use the following link to trackback from your own site:
http://www.rubynaut.net/articles/trackback/3




