News

Digging into View Transitions with Turbo 8 and Rails - YouTube
This is a super quick tutorial to show you the new ViewTransition API that ships with Turbo 8 and Rails, which was released recently.View Transitions are a neat way to add more fluidity between views in your app. With Rails and Turbo 8, adding thi...




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,...