News

Tuning Rails application structure - DEV Community
What do you think is an actual reason for Ruby-on-Rails to become one of the most successful frameworks out there?For a long period of time I was under impression that is is all about it's agility and freedom. Dynamically typed Ruby together with ...

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