This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Joel Drapper 🇬🇧🇺🇦
joel.drapper.me
did:plc:uqrryaveb7djvaatfljbdhcb
Here’s a Rails tip that’ll save you some time: in your ApplicationRecord, first define a `tiny_id` method that returns the `id` as a Base36. Then, define a `/` method that takes a Base36 and looks up the record. You can use it as pictured.
2024-12-03T23:56:34.555Z