Wednesday, December 13, 2006

A CMS In Ruby on Rails

I am starting to build a rails app for a content management system. I think this will be a little different than the ones I've seen. Meaning this will be used to manage various types of content not just update/manage web pages. Ok so that's old school CMS
I will be thinking out loud on this so we'll see if this holds true to my original thoughts.
I want to be able to create content, as in write an article about something. and that something might have a attachment to it. example, write about a white paper or some code and attach a zip file. Maybe I just want to upload an image/pdf. A message board?
It will have security on it. That is the part I am working on first.