Rails 7, Leaflet and Import Maps with ESM and Stimulus
How to add Leaflet to Rails 7 with import maps
Chutney: Inconsistent Quoting
Chutney can now detect when parameters use a mix of double- and single-quoted strings
Fully loaded features: Ruby knows the files it has required
I keep stumbling on Ruby globals, there's one that remembers which files have been required
Ruby Globals that are not Global
Not all $-variables are globals in Ruby
FakerMaker 1.3.0
FakerMaker adds audit functionality.
Ruby hashes: defaults and overrides
Using variable length keyword arguments to vary a default hash
Gem Documentation
Read gem documentation locally
Ruby each_with_object
Tranformations are common operations on Ruby collections, map and inject are useful but there's also another handy method