ruby

2025

Nov 5

command to get just the changed files from git and run in rubocop:

git ls-files -m | xargs ls -1 2>/dev/null | grep '\.rb$' | xargs rubocop
Feb 1

Really good walk through of using ferrum to scrape and crawl the web: https://railsnotes.xyz/blog/ferrum-stealth-browsing