ADS

Articles

blog.saeloun.com

Upgrading from Rails 7.2 to Rails 8 - The Latest and Greatest

Rails 8 (released November 2024) is the smoothest upgrade yet. The focus? Simplicity and performance - removing external dependencies while boosting speed. Solid Queue, Solid Cache, and Solid Cabl...
Topics: rails 8 simplicity performance redis
Subsystem: Ruby On Rails
felipeelias.github.io

Elixir Toolbox - Major Update

I’ve been working on Elixir Toolbox quite a bit lately and wanted to share what’s new: More categories: ~150 now, including AI/LLM sections (and more) JSON API: the aggregated data is now exp...
Topics: elixir-toolbox elixir ai llms daisyui
Subsystem: Ruby On Rails
digitalocean.com

Package Management Essentials: apt, yum, dnf, pkg

Learn how apt, yum, dnf, and pkg manage software on Linux and FreeBSD. Compare commands, workflows, and best practices. Start with the right tool for your system.
Topics: apt yum dnf pkg linux
Subsystem: Ruby On Rails
digitalocean.com

Create SSH Keys with OpenSSH on macOS, Linux, or Windows

Create SSH keys with OpenSSH on macOS, Linux, or WSL. Generate secure key pairs, set file permissions and set up passwordless SSH access.
Topics: ssh openssh macos linux wsl
Subsystem: Ruby On Rails
rubyland.news

Building LLM-Friendly MCP Tools in RubyMine: Pagination, Filtering, and Error Design

Originally appeared on RubyMine : Intelligent Ruby and Rails IDE | The JetBrains Blog. RubyMine enhances the developer experience with context-aware search features that make navigating a Rails app...
Topics: rubymine ai-assisted workflows context-aware analysis
Subsystem: Ruby On Rails
justin.searls.co

🔥 My coding agent harnesses are designed to enable…

My coding agent harnesses are designed to enable parallel serial work—multiple agents running in multiple tabs, all committing to main instead of worktrees. turbocommit does this by linking each se...
Topics: coding agents parallel work commits
Subsystem: Ruby On Rails
digitalocean.com

How To Set Up WireGuard on Rocky Linux 8

Install and configure WireGuard on Rocky Linux 8. Set up a secure VPN server, configure firewall rules, manage peers, and troubleshoot connections.
Topics: wireguard rocky linux firewall peers troubleshooting
Subsystem: Ruby On Rails
rubyland.news

Continuations 2026/08: Great feedback

Originally appeared on Tim Riley. Oops, nearly missed these weeknotes. Let me make this a quick one just to sneak it in and keep the streak alive (6 months and counting!) My big achievement this...
Topics: hanami rspec feedback cli features
Subsystem: Ruby On Rails
maciej.litwiniuk.net

Making Encrypted Records Searchable (Without Losing Sleep Over Your Audit)

TL;DR I needed full-text search across compliance records in Humadroid — some of which are encrypted at the application layer. The naive answer is “just decrypt everything into...
Topics: cloudtrail humadroid grc compliance security
Subsystem: Ruby On Rails