News
Rails 7 now consistently renders button_to | Saeloun Blog
Though this difference is subtle, it will lead to surprises later. One such quirky behavior is when button_to renders out an input field, it sets the button content as the input’s value. This behavior is not obvious and prevents us from setting cu...
Good-bye classic mode, –skip-puma, –skip-gemfile.. hello weekday_options_for_select! | Riding Rails
Hello, zzak again with the latest changes in Rails this week!DHH previews modern web apps without JavaScript bundling or transpilingIn this YouTube, DHH goes through the latest changes planned for Rails 7 and how the face of front-end development ...
Rails system test with mobile viewport | Frank's blog
While building my subscription tracking service I broke the mobile navigation menu and deployed it to production. It was only after a day or so that a user emailed me to report this bug. I directly understood why my ads did not convert! This shoul...
Rails ERD – Entity-Relationship Diagrams for Rails
Rails ERD loads your Active Record models and processes all their attributes and associations (has_one, has_many, etc.). This information is combined into a single diagram. Because Rails ERD uses reflection instead of static analysis, it even reco...
107 - Object Modeling and Testing Techniques with Lee McAlilly | Rails with Jason
In this episode Lee McAlilly and I discuss how to decide where to put your code, the benefits of good naming conventions, and how testIn this episode Lee McAlilly and I discuss how to decide where to put your code, the benefits of good naming conv...
Ruby JIT and MJIT ft. Takashi Kokubun - RUBY 510 | Devchat.tv
Takashi Kokubun joins the Rogues to dive into Just in Time compiling, Ruby 3.0 and all the goodness that comes with it.He explains how it relates not only to Ruby performance, but Rails performance and what it means to different kinds of loads tha...