I just deployed a Rails 3 app with Ruby 1.9.2. I have been getting several errors.
application.css
wasn't compiled. so I set pre compilation inproduction.rb
to false;- Then I got:
cannot generate tempfile
, so I didrake tmp:clear
; - And now I get
ActionView::Template::Error (Permission denied - /srv/www/appname/tmp/cache/assets):
and I haven't been able to fix this one.
Please help.