About

This is a demo site for rails2static, a Ruby gem that generates static sites from Rails apps.

The site you're reading right now was built with Rails and converted to static HTML by running rake rails2static. It's deployed on Cloudflare Pages, which rebuilds it automatically on every push to the GitHub repository.

Rails2static lets you use everything you love about Rails — ERB templates, ActiveRecord, the asset pipeline, scaffolds — while deploying as plain static files. No server to run, no database in production, no infrastructure to manage.

Check out the source code on GitHub: https://github.com/ianterrell/rails2static