(Ruby on rails) Adding an admin area to your web application
Posted in Uncategorized on July 18th, 2009 by ph-lee – Be the first to commentMost web applications have an admin area and a user area. Blogs, webstores, social sites pretty much any dynamic site. You’ll want an admin area to do all the backend stuff to manage all your content and users. [icebergist] gives one way of adding an admin area to your web app.
I’ve tried this method and so far it seems nice. It completely separates the two area giving you full control over each.