thoughtbot, inc is announcing that High Voltage with version number 2.4.0 is already available to download.
What is High Voltage ?
High Voltage is A lightweight Ruby on Rails module for rendering static pages, working just like a very minimal, bare-bones static site generator .
High Voltage reads an ERB template file, inserts the content and renders out a static HTML page.While this technique is not new at all, High Voltage doesn't go into the fine details a normal static site generator will go to.The module only includes the page rendering system, without features like a blogging engine, metadata management, menu generation, and so on, usually found in static site generating scripts.Project documentation and usage instructions are provided with the High Voltage download package.
This is changelog for High Voltage version 2.4.0 :
- Resolve issue with require statements for Rails 3.x projects.
You can read the complete changelog and also download this latest version on their homepage:
thoughtbot.com