News
RunRuby.dev brings Ruby programming into your browser
RunRuby.dev brings Ruby programming into your browser, streamlining the process of writing and running Ruby code. Here's what sets it apart:
• Simple Editing: Easily create, rename, and manage text files and directories directly in your browser...
Building reusable UI components in Rails with ViewComponent
Reusable UI components are user interface widgets or elements that can be used in various places in a web project. These components are typically small and created for a specific functionality.Typically, you write the code once and then import the...
First steps with ruby.wasm: or how we built Ruby Next Playground
The web browser has come all the way from being an HTML/CSS renderer to a sophisticated execution environment, from being a thin client to becoming a thick one… and beyond (if there is no need for a server, should you call yourself a client?) Now,...