Re: [Rails] Problem with assets and path

2013-07-16 Thread Walter Lee Davis
On Jul 16, 2013, at 11:38 AM, Paul Bergstrom wrote: > Walter Davis wrote in post #1115639: >> I find that I do have to do this after every change at the server. I >> don't need to include the environment, it seems to be a default somehow. >> rake assets:precompile is enough (I do run rvm on the s

Re: [Rails] Problem with assets and path

2013-07-16 Thread Walter Lee Davis
I find that I do have to do this after every change at the server. I don't need to include the environment, it seems to be a default somehow. rake assets:precompile is enough (I do run rvm on the server, so the bundle exec part is inferred as well). Walter On Jul 16, 2013, at 3:57 AM, Paul Ber

[Rails] Problem with assets and path

2013-07-15 Thread Paul Bergstrom
My page doesn't load css and images in production mode. For css I get a path like "/appname/assets/...". What's wrong? Should be without appname. I tried the config.assets.paths but no luck. My app runs on fcgi (if that could mean anything) on the production server. Locally I use passenger and ha