I'm working in Rails3 and I would like to render a partial depending on a specific date/time. For example, on Christmas I want to show the Christmas content, on Halloween the Halloween content, etc. It would be great if the partials were stored in a datastore somewhere and called out depending on some metadata.
I can do this in a one-by-one type of way but I wanted to know if anyone knew of a Gem that may already do something like this. I'm fairly certain that I'm not the first person to want to render code depending on a date/time. However, if there are no ready made solutions, do you have any clues as to how to architect a mechanism to allow "content-owners" to maintain these partials without programmer involvement?