views:

24

answers:

1

Reading about Django, I saw this: http://docs.djangoproject.com/en/1.1/ref/contrib/admin/#ref-contrib-admin - the fancy simple to use admin page that django can magically create for you.

Is there a plugin or gem offering similar functionality in Rails.

Are there any plans to make Rails do this for you in the future?

+1  A: 

Check out ActiveScaffold, it has some really nice functionality for auto-creating a quick admin GUI

Rob Di Marco
thanks. this is what I was looking for, nice to see there are some alternatives to play about with too.
stephenmurdoch