سؤال

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