Robert Fletcher

Results 65 issues of Robert Fletcher

It appears that `avn` is a bit slow to change versions with `nvm`. Both `avn` and the `nvm` switch are taking over one second on my system. The `nvm` speed...

We have a workflow where we fetch the modal content from the server when the modal trigger is clicked. We want to give the user some feedback, so we show...

Improvement

When I enable Bullet in test mode, the call stack just points to the place in `rails_helper.rb` where we have `Bullet.perform_out_of_channel_notifications`. Is there a way to get a meaningful call...

I'm trying to narrow down an issue reported by Bullet and was trying to start with the most basic example. When I purposely introduced an N+1 query in test mode,...

There's a trick with ActiveRecord where you can find items missing an association, e.g.: ``` ruby class Task < ActiveRecord::Base scope :untagged, -> { includes(:taggings).where(taggings: { id: nil }) }...

When rolling back the database the code from the readme doesn't work for me: ``` ruby def change add_hstore_index :people, :data end ``` I had to separate it into the...

I built an [arbor rails engine](https://github.com/mockdeep/arbor-rails) and I'm having some trouble between different environments. I've discovered that if I set `config.assets.debug` to `false` in the environments file it breaks with...

This renames all references to `master` to `main`. The `master` branch is no longer up to date, so these links go to outdated docs. There was one in `.gitignore` that...

I heard about [this feature in Inoreader](https://www.inoreader.com/blog/2020/02/declutter-your-inbox-subscribe-to-email-newsletters-straight-into-inoreader.html), where you can subscribe your reader to an email newsletter rather than needing to receive it in your personal email. Seems like a...

I subscribe to a lot of podcasts, and every time I need to go hunt down the mp3 to download on their page. It would be great if Stringer could...