News
Why Every User Without a Profile Picture on GitHub Was Yehuda Katz
In 2013, GitHub experienced a bug that caused every user without a profile photo to be assigned the profile photo of a specific user, Yehuda Katz, who is a well-known software developer and member of the Ruby on Rails core team.The reason for this...
Understanding the Rails Router: Why, What, and How
Transitioning from ASP.NET, I knew the concept of routing and got comfortable with the router after reading the docs. However, at the back of my mind, I've always had that nagging feeling that I don't REALLY understand the complete picture. I coul...
Ruby 3.2's WASI Integration: A Closer Look - DeepSource
Ruby 3.2 was released on 25 December, 2022. It added many features and performance improvements, the most noteworthy being YJIT and WASI support. While YJIT helps us run Ruby a lot faster, WASI support makes Ruby a lot more portable, bringing us o...
Best way to work with Front Matter in Ruby! | Hanami Mastery
Hi there!I have here my Hanami application, which pulls and saves my episodes from the GitHub repository for easy processing and some process automation.By having a small GitHub integration written, I can fetch any of my episodes, and download its...
RubyConf 2022: Building a Commercial Game Engine using mRuby and SDL by Amir Rajan - YouTube
What does it take to build a cross platform game engine in Ruby? How do you render to the screen? How is the simulation and rendering pipeline orchestrated? Why is Ruby a viable option is to begin with? These questions and more will be answered by...