DAN
2006-Aug-04 07:38 UTC
[Rails] Need to set production env route for images & stylesheets?
When manually editing my files for production deployment do I need to edit .htaccess or routes.rb to include the images and stylesheets directories so they''re still found like in my local development environment? I''m FTP''ing my "appname" directory to my hosting service to deploy. Unfortunately they don''t allow ssh/capistrano access and have no documentation specific to their RoR service :( I can get it working basically but the images and stylesheets aren''t loading. My data shows up and I can use the app but it''s not finding the public/stylesheets or public/images assets for some reason. My appname, public, images, and stylesheets directories have permissions set to 755. -- Posted via http://www.ruby-forum.com/.