thomasklemm
@thomasklemm
Public Skills
unpoly-rails
by thomasklemm
Ruby on Rails integration for Unpoly. Use when working with the unpoly-rails gem or building Unpoly-powered Rails apps. Covers server-side helpers (up?, up.target, up.layer.accept, up.layer.dismiss, up.layer.open, up.validate?, up.cache.expire, up.context, up.emit, up.safe_callback, fresh_when, render_nothing), Rails view helpers (link_to, form_with, button_to with Unpoly attributes), flash messages with [up-hungry], Turbo coexistence (disabling Turbo Drive in Rails 7+), CSP setup with csp_meta_tag, and global follow-all config.
unpoly
by thomasklemm
Comprehensive guide for building server-rendered apps with Unpoly — a progressive enhancement framework that adds SPA-like behavior through HTML attributes. Use when working with Unpoly fragment updates, overlays/layers, forms, compilers, caching, lazy loading, animations, transitions, error handling, polling, the render lifecycle, or server integration. Covers [up-follow], [up-target], [up-layer], [up-submit], [up-validate], up.compiler(), up.render(), up.layer.open(), caching, previews, optimistic rendering, and more.