Organizing style sheets in rails application

Published on Mar 20, 2011

For my first few days in rails i thought (prolly sooraj too ) thought that this was the default way stylesheets were arranged in rails :

[[posterous-content:oHJekcDFylcqmCqAqEcD]]

It was a small eureka moment on the day i came across this method. This along with :

<%= stylesheet_link_tag(*get_stylesheets) %>

was giving us such a neat layout.

Here is the version i now use ( i get less 404's in the log due to missing style sheets )