My Ramblings On

Active Admin, the rails way to do a 'CMS.'

Active Admin

For a long time, I struggled with how to do an Administration section of my blog. I always tried to mingle the front end with the back end, having an 'Edit' button on the index page if you were logged in. After finding Active Admin, my attitude has changed drastically about it. Active Admin gives me a beautiful interface with an intuitive dsl to set up administration of your rails resources.

You can find it at http://activeadmin.info/, or view their source on github.

I strongly recommend it.