News


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


Better Know A Ruby Thing 3: Positional Arguments – Noel Rappin Writes Here
Ruby has three ways to pass information from a method call to a method definition: positional arguments, keyword arguments, and block arguments. Each of these ways has:A syntax to declare an argument of that type in a method definitionA syntax to ...



Rails GitHub Insights: Navigating the Active Pulse of Ruby on Rails
Ruby on Rails, the powerful and elegant web development framework, continues to evolve and thrive thanks to the passionate community that surrounds it. One of the key hubs for this development is the official Ruby on Rails GitHub repository, where...

Should you use Hotwire or a Frontend framework on your next Rails project?
You have already gone over the usual list of factors that you consider for every new project no matter what tech stack it is on: the expertise of your team members, technologies used on existing projects at your company, available libraries or rea...