RSSAmplifier

Blog

Lovro Bikić

Ruby Stuff

lovro-bikic.github.ioRSS feed ↗7 posts

Latest posts

RuboCop Lazy Loads Cops Now

Recap of an initiative that improved RuboCop startup times.

rspec-mockbidden: Forbid Unwanted RSpec Mocks

Utility gem for RSpec testing framework to forbid mocking methods on objects/classes/modules, evaluated at test runtime.

300 Days of RuboCop

It's a story that begins with a pull request and ends with a Zen Buddhist saying.

Real-World Data RuboCop Offense Reports

How to run RuboCop on real-world data and generate offense reports to share with other people.

Consistent MySQL structure.sql Diffs for Rails

A guide on how to remove noise from `structure.sql` diffs in Rails when working with MySQL.

Making Sure FactoryBot Builds Without Creating

An RSpec spec to verify `FactoryBot.build` doesn't interact with the DB.

Running RuboCop on GitHub Actions With Cache

Here’s how to set up a RuboCop workflow on GitHub Actions with caching for faster workflow runs.