Ruby Everywhere! Scott Baron has a cool idea that puts Ruby
in yet other piece of the web framework.
CSS Builder
Scott was thinking about the problem of redundancy in a CSS style
sheet (e.g. repeating the colors of a color scheme a zillion times
throughout the file).
His solution? A builder-like CSS constructor. Yes! Ruby everywhere!
Go read his
blog
for the details.