WebSocket framework for Ruby on Rails.
Rails UJS for the react-rails gem
Use webpack to manage app-like JavaScript modules in Rails
Unobtrusive scripting adapter for jQuery
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Generate agent-first CLIs and MCP servers from any OpenAPI spec — with safety rails, schema introspection, and prompt-injection sanitization.
Traverse JSON Schema passing each schema object to callback
react-on-rails JavaScript for react_on_rails Ruby gem
A tiny Fetch API wrapper that allows you to make http requests without need to handle to send the CSRF Token on every request
Convention over configuration for using Vite in Rails apps
Attach cloud and local files in Rails applications
TypeScript definitions for @rails/activestorage
webpack Validation Utils
TypeScript definitions for @rails/actioncable
Ruby on Rails unobtrusive scripting adapter
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
Generate agent-first CLIs and MCP servers from any OpenAPI spec — with safety rails, schema introspection, and prompt-injection sanitization.
Esbuild plugin for Rails applications
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
Use webpack to manage app-like JavaScript modules in Rails
Power-pack for Turbo
JSON Schema validation and specifications
Embedded Ruby (`.erb`) `webpack` loader for Ruby projects.
TypeScript definitions for json-schema
Detects migration files and checks for changes in schema.rb or structure.sql files
Introspects a Rails app's models, associations, and columns, then generates a single self-contained HTML file with an interactive entity-relationship diagram.
generate validations from the schema - used in production with MySQL
JSON schema validation for Rails
Inserts SchemaMonkey into a rails app.
Simple DSL for reusing dry-schema in Rails.
Loads environment variables with dotenv-schema in Rails
Detects migration files and checks for changes in data_schema.rb file
Convert Rails database schema to Excel format with each table as a separate sheet in A5:SQL Mk-2 style. Usage: rails_schema_excel -i schema.rb -o out.xlsx
Finds and drops tables that have no corresponding ActiveRecord model
This gem provides tasks and utilities to help manage and clean up Rails database schemas, making it easier to maintain and evolve your database structure over time.
A custom git merge driver that auto-resolves the most common conflict in Rails schema files (db/schema.rb and, with the data_migrate gem, db/data_schema.rb): the define(version: N) line that gets bumped on every migration. Keeps the higher version on conflict and falls back to a normal merge conflict for any other diverging content.