-
testdouble/static-rails: Build & serve static sites (e.g. Jekyll, Hugo) from your Rails app (github.com)
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Rails, Sidekiq, Solid Queue, and more to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up job queues.
-
Also not quite what you're lookin' for but throwing it out there anyway: https://github.com/thoughtbot/high_voltage
-
I use https://github.com/axsuul/rails-reverse-proxy to pass along any requests made to my Rails app for /blog/ and /blog/:article_slug to my separately hosted static blog site (which I host on Cloudflare Pages). It serves my purpose pretty well. The main thing that I don't love is the extra network time between my Rails app server and the blog server when someone requests my blog via my Rails app, but it's good enough for my needs.
-
FYI. I used Bridgetown as a static site generator recently and rather enjoyed it. https://github.com/bridgetownrb/bridgetown.
Related posts
-
Bridgetown: Progressive site generator and fullstack framework, powered by Ruby
-
Progressive site generator and fullstack framework, powered by Ruby
-
[student help] Using Rails as front end. Is it possible?
-
how to add a simple blog to my SaaS?
-
How would you manage tons of static pages in a rails project?