Skip to content

v1.0.0

Choose a tag to compare

@6temes 6temes released this 07 Jul 11:15
62db16f

First release of RailsAdminNext, a hard fork of RailsAdmin modernized around a single target.

  • One target: Ruby >= 4.0.5, Rails ~> 8.1, ActiveRecord only
  • Zero-build frontend: importmap-rails 2 + Propshaft (browser-native ESM, no Node/npm step), Stimulus + Turbo, hand-owned vanilla CSS on oklch design tokens with automatic dark mode, inline-SVG icons, zero external CDN
  • Native platform widgets: <dialog> modals, popover menus with CSS anchor positioning, <details> sidebar disclosure
  • Security hardening: POST-only export streaming, host-locked return_to redirects, HTML-escaped icon registry, CSP nonce plumbing (CSP itself stays opt-in)
  • Pluggable auth/authz/audit: bring-your-own authentication block; CanCanCan/Pundit adapters and PaperTrail auditing — the authorization keys and admin.* i18n namespace are deliberately unchanged from upstream, so existing abilities, policies, and translations keep working
  • Upgrading from rails_admin: docs/UPGRADING.md — the path is field-tested against a production Rails 8.1 host

Full credit to the RailsAdmin team and contributors for fifteen years of the upstream project this fork builds on.