News

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


2022 Fukuoka Ruby Award Competition - Entries to be judged by Matz
Dear Ruby Enthusiasts,The Government of Fukuoka, Japan together with “Matz” Matsumoto would like to invite you to enter the following Ruby competition. If you have developed an interesting Ruby program, please be encouraged to apply.2022 Fukuoka R...



I've made a dependency graph for DRY-RB Ruby gems family
When I've been starting to learn DRY-RB gems ecosystem, I've been wondering, what the hell should I start learning first. Which gems are the best to learn at the beginning, and which one I should skip?I hope in this article I'll be able to put som...