Aleh DudarauMen and Women: How to Speak the Same Language in RelationshipsCommunication is the foundation of any strong relationship, but if you’ve ever been in a relationship, you know that men and women often…Oct 8
AtsHow to test concerns in Ruby on RailsI had a chance to write tests for methods in concerns last week. This is the note about what I did.Nov 12, 2023
InUnagibyGonzalo GaldámezSupercharging Ruby on Rails with Active Support Core ExtensionsIf you use Ruby on Rails, you’ve probably had that moment of surprise when you realize Rails already provides a method that does exactly…Aug 20Aug 20
Syed AslamReporting ActiveSupport::Duration in concise human readable formatsCurrently, there is no direct way to format ActiveSupport::Duration objects in Rails. You’d have to resort to using the #inspect, which…Feb 9, 2023Feb 9, 2023
Sandra KOH | Success MentorTHE GOLDEN YEARS OF ERIC AND JANEA Journey of Love, Community, and Financial Savvy in RetirementAug 1Aug 1
Aleh DudarauMen and Women: How to Speak the Same Language in RelationshipsCommunication is the foundation of any strong relationship, but if you’ve ever been in a relationship, you know that men and women often…Oct 8
AtsHow to test concerns in Ruby on RailsI had a chance to write tests for methods in concerns last week. This is the note about what I did.Nov 12, 2023
InUnagibyGonzalo GaldámezSupercharging Ruby on Rails with Active Support Core ExtensionsIf you use Ruby on Rails, you’ve probably had that moment of surprise when you realize Rails already provides a method that does exactly…Aug 20
Syed AslamReporting ActiveSupport::Duration in concise human readable formatsCurrently, there is no direct way to format ActiveSupport::Duration objects in Rails. You’d have to resort to using the #inspect, which…Feb 9, 2023
Sandra KOH | Success MentorTHE GOLDEN YEARS OF ERIC AND JANEA Journey of Love, Community, and Financial Savvy in RetirementAug 1
YoanHow to create a dashboard for a — force-plural(pluralized) model in Ruby on Rails with the…Even when your model’s name is pluralized the administrate gem tries to singularize it, but here is a solution using inflections.Jun 24
InDevOps.devbyUnegbu KingsleyActive Support: ConfigurableMost of us, as Rails developers, have used gems, and we need to set some configurations for the gem. let’s pick a gem for example. Let’s…Jul 23