I am currently in the process of developing a web application using Ruby on Rails that allows users to customize their personal blog pages. I am seeking advice on the most effective ways to achieve this.
While I believe Liquid for templating is a good option, I am unsure about how to handle styling. My initial idea is to have a database field assigned to each blog post called "style" where users can store a custom stylesheet. Do you think this is the best approach?
So far, I have attempted to use the "sanitize_css" helper method, but it seems to remove the "#stylebox" tags, resulting in nothing being displayed. Do you have any suggestions on how to proceed?
Any input would be greatly appreciated.