Is there a Rails plugin or Ruby gem that offers similar functionality to Django's built-in Admin Pag
        Posted  
        
            by stephen murdoch
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by stephen murdoch
        
        
        
        Published on 2010-04-14T01:58:31Z
        Indexed on 
            2010/04/14
            2:03 UTC
        
        
        Read the original article
        Hit count: 342
        
ruby-on-rails
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?
© Stack Overflow or respective owner