From: Sascha Ebach Date: 2004-12-12T13:21:38+09:00 Subject: Re: [NUBY] Rails css files? steven_todd_harris@yahoo.com wrote: > I was trying to add a css file to my view in rails and I had some > trouble figuring out where I should put the file. Should it be somewhere under > public? Yes. Everything accessible by the web browser should be in the public dir. If you make a public/css dir and put a file called layout.css in it you could do -- Sascha Ebach