5 Ruby-based static site generators
Developing dynamic database-driven web applications with Ruby on Rails is great, however the flexibility and overhead of the framework is not always needed for small static website projects.
Static sites have some nice advantages. Pages are served from memory or disk by the web server, no other processes are involved. No deployment infrastructure (database, queue, background processing, etc.) is required. Before converting a site to a CMS like Radiant with proprietary concepts like...





