I'm starting a new rails project which requires users being able to select/edit a theme for the site. There appears to be several plugins and libraries available for this.
From any of you that have experience using/contributing to the
different theme engines, which do you prefer?
At the moment we are considering: Matt McCray's Theme Support Plugin (Matthew McCray - Blog 2006/04/09/Rails_Theme_Support_Plugin_v_1) MasterView (http://www.masterview.org/) Liquid (http://www.liquidmarkup.org/)
It appears that MasterView and Liquid are just templating engines, and that's where the Theme Support Plugin comes into play (which allows you to do multiple themes with either ERB or Liquid). Is this correct?
If there is any other theme support plugins available, I'd be interested in taking a look.
Thank you,
Jimmy