Tristan Dunn

Found 2 entries tagged "rails".

Upgrading to RubyGems/Bundler 4 (cache)

We introduced breaking changes in RubyGems/Bundler 4 in order to improve usability, security, and maintainability of the tool.

I’ve upgraded a few projects and not noticed any issues so far. Restoring the default command to be install is nice for my muscle memory locally, but elsewhere, like in a Dockerfile, I already use bundle install explicitly.

And while new lockfiles include checksums by default, you have to manually add them to existing lockfiles via bundle lock --add-checksums.

at 10:19 PMrails, ruby

Monitoring ActionCable (cache)

I would never have found and fixed this without the monitoring that I’ve set up.

Detailed article on adding metrics for ActionCable, but I’m surprised yabeda-actioncable doesn’t exist when yabeda-anycable does.

at 10:48 PMmonitoring, rails