For the past couple of years I’ve had a general way that I wrote admin interfaces in a lot of the web apps that I’ve written, and I finally took the time to release that as a project. So, this past Friday I released Control Center 1.0. It’s a base layout and stylesheet for Rails that helps you write admin interfaces amazingly quickly (install the gem, run script/generate control_center, and customize some links). It’s hopefully interesting to some folks, and if not, well, it being a gem makes it tons easier for me to use.
So go check out Control Center on Github.