-
Roda Views Template v1.0 Stable
released this
2023-12-27 23:49:58 -06:00 | 0 commits to roda-views since this releaseBuilt 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
-
released this
2023-12-27 14:56:10 -06:00 | 1 commits to single-file-app since this releaseA 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