rwf-ruby 0.1.1

Ruby (specifically Rack/Rails) bindings for the Rust Web Framework
Documentation
1
2
3
4
// Import and register all your controllers from the importmap via controllers/**/*_controller
import { application } from "controllers/application"
import { eagerLoadControllersFrom } from "@hotwired/stimulus-loading"
eagerLoadControllersFrom("controllers", application)