Why Use Rails for a Static Site?
There are plenty of static site generators out there — Jekyll, Hugo, Eleventy, Astro. So why would you use Rails? The answer is simple: you already know Rails. If you're a Rails developer, you don...
There are plenty of static site generators out there — Jekyll, Hugo, Eleventy, Astro. So why would you use Rails? The answer is simple: you already know Rails. If you're a Rails developer, you don...
Under the hood, rails2static uses a breadth-first crawler to discover and render every page in your app. Understanding how it works helps you get the most out of it. The process starts with entry ...