I'm getting missing partial error using HAML on production. It works fine in development (even on production/staging environment on my computer) but I'm getting "Missing partial" on my production server.
Log file - http://pastie.org/2324017 Gemfile - http://pastie.org/2324028
There's another partial 2 lines before _login_form and it's rendered fine开发者_运维问答 (i think so, there's no error).
Any ideas why I'm getting this and how to fix it?
精彩评论