Bluesky
GitHub
RSS
Home
Blog
Talks
TIL
Saved
OSS
|
Ideas
|
Uses
#ruby
2025
Output a JSON file with Jekyll
Expose your site content as a JSON API using Jekyll
🎓
#ruby
2023
Debug Jekyll with VSCode
Install the
debug
gem, create a
launch.json
, install binstubs then start setting breakpoints!
🎓
#ruby
2021
Bundler ignoring `BUNDLE_WITHOUT`
If you've previously specified
BUNDLE_WITHOUT
make sure that it's not cached in
.bundle/config
🎓
#dev
#ruby
`BUNDLE_WITHOUT` not working with `development` group
tl;dr: Make sure that your dependency isn't in multiple groups
🎓
#dev
#ruby
Publishing a Ruby Gem to the GitHub Package Registry
How to fix "Unable to push RubyGem to Package Registry (The expected resource was not found)"
🎓
#github
#ruby
2015
Installing Ruby 1.9.3 on CentOS 6
🎓
#centos
#linux
#ruby
Jekyll: Failed to build gem native extension
🎓
#dev
#ruby