No commit activity in last 3 years
No release in over 3 years
Precompile HAML on production to speed up view rendering
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0.0
>= 3.0.0
 Project Readme

PrecompiledHaml¶ ↑

The idea of that gem was next: Haml compiles views into ruby code each request, and we can speed up this process if we’ll do some precopilation on deployment (like asset pipeline, but for views).

After raw impementation, I make a/b tests for rendering some haml views - and there was no difference (in fact precopiled views was slightly slower).

So I’m satisfied by speed of haml and stop next development of this gem :)

This project rocks and uses MIT-LICENSE.