How to Render CSS Dynamically in Rails
Briefly

One technique is using a controller action to generate CSS with dynamic content, then render this file as CSS content through a view in Ruby on Rails.
Another method entails dynamically rendering CSS views based on database content using ERB, offering flexibility in generating styles based on stored data.
Read at Rubyflow
[
|
]