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?