WebSocket framework for Ruby on Rails.
Rails UJS for the react-rails gem
The speed of a single-page web application without having to write any JavaScript
Use webpack to manage app-like JavaScript modules in Rails
Unobtrusive scripting adapter for jQuery
User-friendly glob matching
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
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
Extends `minimatch.match()` with support for multiple patterns
TypeScript definitions for @rails/activestorage
Attach cloud and local files in Rails applications
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.
Esbuild plugin for Rails applications
A Stimulus controller to create new fields on the fly to populate your Rails relationship.
Power-pack for Turbo
Use webpack to manage app-like JavaScript modules in Rails
It's a very fast and efficient glob library for Node.js
Embedded Ruby (`.erb`) `webpack` loader for Ruby projects.
An easy-to-use wildcard globbing library.
Lexes CommonJS modules, returning their named exports metadata
A collection of lightweight, standardized, rails-oriented patterns.
RailsPatterns contains a bunch of useful classes for a great Rails project
provide a way to DRY shared/common Rails views
Useful Rails Patterns Generators
if/case conditionals can get really hairy in highly sophisticated business domains. Domain model inheritance can help remedy the problem, but you don't want to dump all logic variations in the same domain models. Strategy Pattern solves that problem by externalizing logic variations to separate classes outside the domain models. One difficulty with implementing Strategy Pattern is making domain models aware of newly added strategies without touching their code (Open/Closed Principle). Strategic solves that problem by supporting Strategy Pattern with automatic discovery of strategies and ability fetch the right strategy without conditionals. This allows you to make any domain model "strategic" by simply following a convention in the directory/namespace structure you create your strategies under so that the domain model automatically discovers all available strategies.
Pattern matching for Rails applications
Create simple Repos for Rails Controllers
Easing the form object pattern in Rails applications.
Generate your pattern files through this generator: Eq. rails g pattern MyCustomDecorator
Command pattern for Rails
Minimalist presenter pattern for Rails
An implementation of the Exhibit pattern, as described in Objects on Rails