aboutsummaryrefslogtreecommitdiff
path: root/interfaces/http/web/web.rb
AgeCommit message (Collapse)Author
2021-03-03web: Ensure date is right in post URLJohn Ankarström
2021-03-02Add 'post' and 'not_found' viewsJohn Ankarström
2021-03-02Load models and sub-interfaces manually insteadJohn Ankarström
I realized that this is more flexible, as it allows the user to comment out whatever models/sub-interfaces they don't want to use. Adding a new model or sub-interface requires a tiny bit more work, but I think it's worth it.
2021-03-02Add new interfaces tree, remake database code as 'ruby' interfaceJohn Ankarström
This follows the directory structure outlined in my previous commit message.