Navigation link component for Yew with automatic active state detection
Neuroscience-grounded memory system for IronClaw agents (Rust port of Engram)
The basics of an HTML language server.
Fast persona switching for Claude Code via config overlays and symlinks
High-performance network event daemon for systemd-networkd, NetworkManager, and dhclient with routing policy rules and script execution
AI Plugin Manager — author CLI (init, pack, publish, yank, login)
AI Plugin Manager — consumer CLI (install, validate, doctor, link)
Core library for AIPM — manifest parser, resolver, store, lockfile
Engine API schema source-of-truth for AIPM (canonical Rust types + build-time generated tables)
Operator CLI + MCP server: canonical corpus first, optional semantic index second (Claude Code, Codex, Gemini)
AI knowledge graph with persistent memory across sessions
A secure, high-performance messaging protocol library
Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition
A simple gem to implement active states on links using the standard Rails `link_to` helper.
Helpful method when you need to add some logic that figures out if the link (or more often navigation item) is selected based on the current page or other arbitrary condition
jQuery snippet for Rails projects that parses the url for the current page, and adds an 'active' class decoration to links that match the current page. By default this snippet is designed to work with Twitter Bootstrap v4 header navigation. However, you can target different elements in your page(s) by modifying the active_element variable. In the default it is targetting links within a line item within a header element with a class of navbar-nav.
Tabit is a simple tab menu generator. It depends on active_link_to helper. If you dont know how to set an item active take a look at it first. The generated source is compatible to bootstrap tabs with dropdowns.
Activated UI, is a collection of helpers to activate UI elements, it achieves a similar end goal to active_link_to but you control the active state through method calls rather than the helpers inferring it from the url.