I want to change my style using bootswatch-rails.
First, I would install bootswatch-rails gem and change the files' extension to scss.erb. So then, i would wite in the file scss.erb:
<% theme = Themes.find(1) %>
Until here everything works fine but when i am navigating the style would suddenly change by itself. I think this could happen because the assets are stored in the momory or cache. So, i dont know how to do it or even if it is possible to get it done.