benpickles / parklife

Render a Rack app (Rails/Sinatra/etc) to a static build so it can be served by Netlify, Now, GitHub Pages, S3, or any other web server.
https://www.benpickles.com/articles/90-introducing-parklife
MIT License
188 stars 7 forks source link

Better Rails integration #96

Closed benpickles closed 1 year ago

benpickles commented 1 year ago

Parklife now integrates with Rails via Railties and can therefore hook into its configuration before the app is initialised. This allows Parklife to remove the host authorisation middleware that's present in development and otherwise causes Parklife requests to receive a 403 response.