Broken images and stylesheet on rails app.
Posted by: phirefly
Posted on: 2007-09-28 10:31:00
Hello,
I'm deploying my first rails app. After following the
directions (http://wiki.dreamhost.com/Rails), the site is running, but the images and stylesheets aren't being called out properly. Any ideas why?
The images are still in the Rails directories 'public/images' and 'public/
stylesheets'.
The web directory is set up to point to the 'public directory'. After doing a view source, the html points to '/images/' and the style to '/stylesheets/', which should work.
If anyone has any insight it would be great.
Raph