Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-03 | web: Create admin sub-interface | John Ankarström | |
2021-03-02 | Add 'post' and 'not_found' views | John Ankarström | |
2021-03-02 | Load models and sub-interfaces manually instead | John 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-02 | Require ruby models and http sub-interfaces dynamically | John Ankarström | |
This makes it easier to add/remove models/sub-interfaces. At the same time, it is very clear what is happening. | |||
2021-03-02 | Add new interfaces tree, remake database code as 'ruby' interface | John Ankarström | |
This follows the directory structure outlined in my previous commit message. |