I have a couple instances of the same Rails app and I want to allow a few custom theme options on each. For example, a different header color or column width.
I still want to keep the same code base, so I can't just change the CSS for each one and it doesn't seem like using environment variables would be a good idea. I also want to keep the optimization benefits of the assets pipeline.
What can I use that will allow for easy theme customization in each instance of the app?