Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Should we drop the entire rails backend in favor of a static site? #23

Open
zspencer opened this issue Feb 29, 2020 · 3 comments
Open

Comments

@zspencer
Copy link
Contributor

At present, the application does not really seem to need a backend database; and moving to a ruby script that pulls the data and outputs a plain JSON file that can be fed into something like eleventy to render a plain site hosted using a service such as github pages would reduce the operating costs from ~$14/mo to $0.

However, having a Rails backend does give us more flexibility for adding useful features; like a "pledge" feature where people agree to work towards moving to an ethical license once one has been approved by the OSI or FSF and there is some amount of legal and operational support to facilitate the relicensing.

Thoughts anyone?

@CoralineAda
Copy link
Member

100% in favor of making it more lightweight. For the pledge idea, we'd probably redirect to another dedicated site.

@nateberkopec
Copy link

Given that it's a Ruby-language backend already, wouldn't it make more sense to use Jekyll or a Ruby-language static generator?

@zspencer
Copy link
Contributor Author

zspencer commented Mar 2, 2020

I am comfortable maintaining a static site generated using whatever generator an implementor chooses to use.

Jekyll is in a good steady-state, and I know enough about how it works to be dangerous (wrote a few plugins a few years back).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants