Rails Giving Each User Their Own Customizable Stylesheet
问题 This is a fairly straightforward question. I have Users in my Rails3 Application. I want to give each user the ability to customize their stylesheet through a form so they can essentially have their own themes. I was wondering how I can go about getting this to happen and what is the best way that you have seen it done? Would I need to use LessCss and if so, can I pass variables from a controller to the lesscss sylesheet? 回答1: Despite that sounding like a terrible idea I guess an easy way to