Here is my issue. I need to produce many sites using the same structure (in RoR) and host them on many domains. The only difference between domains will be model data stored in the database and one stylesheet.. everything else will look and operate the same.
I want to be able to structure it so that I only need to change "core.css" in one place to make it update each separate domain. Is there any way that i can do this using ruby on rails? Or is there a better structure i should use?
Thank you,
Troy