I was wondering how you change where rails looks for files. i.e. how would I have it get stylesheets from a folder named "css"? I know I could use a standard <link rel="stylesheet" type="text/css" href="/css/css.css" />, but that''s not as cool as using the rails tag. Similarly I''d like to know how to do this for JavaScript as well. Thanks. -- Posted via http://www.ruby-forum.com/.