문제

So its quite simple my question, all I want to know is that. I want to try to see if using haml generated views adds overhead on each of my request and eventually dig deeper. Or maybe not because they are precompiled before deployment.

Thanks

도움이 되었습니까?

해결책

Haml is very similar to erb - they're what are known as preprocessors; meaning that your app will process the file as it's rendered

You may benefit from reading up on Haml processing here

Other than that, you may have to look at the Rails source to find out!!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top