• roda-views-template-v1.0 2543c54446

    james released this 2023-12-27 23:49:58 -06:00 | 0 commits to roda-views since this release

    Built on the single-file app, split out the config.ru to put routes and app logic in app.rb and call on templates to render proper html pages. tilt and erubi gems are added to do the rendering, and rack-unreloader gem is added to have puma automatically load file changes while running in development mode.

    My example html layout uses Bulma to make it easier to make modern looking webpages.

    Downloads
  • roda-single-file-v1.0 54fceaa4bc

    james released this 2023-12-27 14:56:10 -06:00 | 1 commits to single-file-app since this release

    A simple start to a roda app all in one file. The whole roda app is in config.ru. Theoretically might be useful, such as for a simple api, which may want the json and route_csrf plugins, but likely will want to start with a multi-file template. Includes gemfile and systemd service file to use with the app.

    Downloads