Dynamically Compile Stylesheets with Rails and Sass

One of the latest challenges that I had, was to create “Custom style sheets for each user” that user can generate to style his page. This blog post will be right about how I managed it and what “underground rocks” I faced. Basic Setup First of all, we need some basic test app before we … Continue reading