Tips for Using FactoryBot Without an ORM Exploring how to use FactoryBot effectively with models backed by plain Ruby objects. Oli Peate April 28, 2022 Factory Girl Factory Bot Ruby Rails Web
Testing Techniques: The I/O Table Leverage the power of the I/O table mindset to make your tests as maintainable and readable as possible. Thiago Araújo Silva April 21, 2022 Testing Ruby Databases PostgreSQL
Custom Ranges in Ruby How can we create ranges out of custom objects? Joël Quenneville April 15, 2022 Ruby
Reducing Leaky Abstractions Introduced by ActiveRecord ActiveRecord provides a comprehensive interface for querying the database, but at what cost? Josh Clayton March 30, 2022 Rails Ruby Web Good Code
Pipelining without pipes Ruby, functional programming, how to build operation pipelines, and the average programming language color. Matheus Richard March 11, 2022 Ruby Functional Programming OOP Refactoring
Ruby splat operator 🌟 The Ruby splat operator is confusing and here is why… Sami Birnbaum January 17, 2022 Web Programming Ruby
Attending RubyConf Virtually RubyConf happened last month! It spurred some reflections on the good and bad of virtual conferences. Fritz Meissner December 14, 2021 Conferences Ruby
A Standard Way to Lint your Views Find out how to use erb-lint to lint your views, including using Standard to lint the Ruby code they contain. Connor McQuillan December 6, 2021 ERB Lint Standard Rubocop Rails Ruby
What technologies should I learn? What technologies do we recommend to early career web developers? Joël Quenneville November 18, 2021 Web Ruby
Meet Fiber, Thread's Cooperative Cousin A brief introduction to Ruby’s lightweight concurrency primitive. Thom Carter November 16, 2021 Ruby Concurrency Performance