Realistic Development with Ruby on Rails ActiveStorage and Minio (S3)
Build a realistic Ruby on Rails development environment leveraging Minio as an object storage provider.
Ruby on RailsChris Young
PrincipalRuby on Rails Continuous Integration with Azure DevOps
How to build a Continuous Integration pipeline for Ruby on Rails with AzureDevops Services.
Ruby on RailsChris Young
PrincipalWhy We Develop with Ruby on Rails in 2024
Ruby on Rails continues to be a great development framework for quick experiments and enterprise applications.
Ruby on RailsChris Young
PrincipalPatching Guide for Ruby on Rails Applications
A guide to walkthrough security and feature patching for Ruby on Rails based applications.
Ruby on RailsChris Young
PrincipalLearning to Love bin/dev with Ruby on Rails
Finally coming to terms with how great the bin/dev development experience can be with Ruby on Rails.
Ruby on RailsChris Young
PrincipalCode Simple: Conceptual Compression Through Language
Part of a series on the benefits of "code simple", a look into improving readability through language.
Ruby on RailsChris Young
PrincipalPart 2: Working Around Turbo's Support for Redirects with Anchors
In this post we'll look at how to make Turbo redirect with anchors work for your Rails application in the least gross way.
Ruby on RailsChris Young
PrincipalPart 1: Turbo's Support for Redirects with Anchors
Turbo is a great tool, largely because it just works. However, anchors expose some very weird behaviour which will be covered in this post.
Ruby on RailsChris Young
PrincipalAhoy deep dive part 2: Database Indexing Strategies
Facing performance bottlenecks with Ahoy in your Rails application? Keep reading for industry vetted optimization tips and tricks.
Ruby on RailsAlex McDermid
Full Stack DeveloperAhoy deep dive part 1: What is Ahoy And Application Level Optimizations
Ready to turbocharge your Ahoy Events and Visits?
Ruby on RailsAlex McDermid
Full Stack DeveloperRails Testing: The Battle of Factories vs Fixtures when using RSpec
A comparison of the pros/cons of using factories vs fixtures for testing Ruby on Rails applications with RSpec.
Ruby on RailsAlex McDermid
Full Stack DeveloperUnleashing the Power of Type Checking in Ruby with Sorbet
A powerful ruby static type checker to supercharge your IDE.
Ruby on RailsAsad Ahmed
Full Stack DeveloperLeveling up on Github View Components
Expand your use of Github's View Components gem for a more complete implementation.
Ruby on RailsDavid Nguyen
Development LeadDocumenting Ruby on Rails Code with YARD
How to leverage YARD to document your Ruby on Rails code.
Ruby on RailsPiranavan Jeyakumar
Full Stack DeveloperTurbo Frames and Turbo Streams: Understanding the Key Components of Turbo Hotwire in Rails 7
Understanding the Key Components of Turbo Hotwire in Rails 7
Ruby on RailsAsad Ahmed
Full Stack DeveloperTurbo Hotwire vs. Traditional JavaScript Frameworks: A Rails 7 Performance Comparison
A quick overview of the main differences between Turbo Hotwire vs. Traditional JavaScript Frameworks
Ruby on RailsAsad Ahmed
Full Stack DeveloperFuture of Hotwire and Rails: Upcoming trends and developments
Hottest and most trendy topics related to Rails and Hotwire
Ruby on RailsAsad Ahmed
Full Stack Developer@hotwired/turbo: How we upgraded our entire Ruby on Rails monolith in one month.
Learn the approach we used to upgrade a large Rails application to the latest Rails and Hotwire in only 30 days.
Ruby on RailsJon Loos
Head of EngineeringWhat is Turbo for Ruby on Rails?
Build reactive Ruby on Rails applications with Turbo Drive, Turbo Frames and Turbo Streams.
Ruby on RailsNabiha Aziz
UI/UX DesignerGem Detective: A How-to (and How-to-not) on Incorporating Gems at Harled
A look into the process of identifying, evaluating and implementing new ruby gems into an existing Rails application.
Ruby on RailsVlad Hociota
Development ManagerOur Majestic Monolith: Part Two
We've covered the context in Part One. Now let's talk about the specifics of how we approach our Majestic Monolith.
Ruby on RailsChris Young
PrincipalWhat's New in Rails 7
A quick look at some of the great new features in Rails 7.
Ruby on RailsAsad Ahmed
Full Stack DeveloperPerformance in Ruby on Rails Applications
This post outlines a number of things to consider when evaluating the performance of Ruby on Rails applications.
Ruby on RailsAsad Ahmed
Full Stack DeveloperOur Majestic Monolith: Part One
Learn about the context around our Majestic Monolith, including the project, our team and our philosophy.
Ruby on RailsChris Young
PrincipalClosures in Ruby
Develop an understanding of what closures are, how and when to use them in ruby.
Ruby on RailsAsad Ahmed
Full Stack DeveloperWhy We Love Using Ruby on Rails at Harled in 2022
A look at some of the key reasons why we continue to love developing web applications with Ruby on Rails in 2022.
Ruby on RailsAsad Ahmed
Full Stack DeveloperRuby on Rails Gems We Love
A look at the gems we use most often and why we love them.
Ruby on RailsChris Young
PrincipalGithub's View Components
What are View Components and how can they benefit us as we create modern web apps with Ruby on Rails...
Ruby on Rails