WebSocket framework for Ruby on Rails.
No description provided.
Fast Javascript text diff
Power-pack for Turbo
Compare items in two sequences to find a longest common subsequence
Rails UJS for the react-rails gem
Use webpack to manage app-like JavaScript modules in Rails
A JavaScript text diff implementation.
Compare items in two sequences to find a longest common subsequence
Unobtrusive scripting adapter for jQuery
Deep diffs two objects, including nested structures of arrays and objects, and return the difference.
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
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
npm package for https://github.com/google/diff-match-patch
Convention over configuration for using Vite in Rails apps
Return an object representing the diffs between two objects. Supports jsonPatch protocol
TypeScript definitions for @rails/activestorage
Attach cloud and local files in Rails applications
TypeScript definitions for @rails/actioncable
Ruby on Rails unobtrusive scripting adapter
Continuation of a simple and beautiful text diff viewer component made with diff and React
Modern TypeScript JSON diff library - Zero dependencies, high performance, ESM + CommonJS support. Calculate and apply differences between JSON objects with advanced features like key-based array diffing, JSONPath support, and atomic changesets.
rails-diff helps you compare files generated by Rails (like Dockerfile, .gitignore, etc) with the ones in your repository, making it easier to keep track of changes and updates.
A Rails gem that provides helper methods to display time differences in a human-readable format (e.g., '2 hours ago', '3 days later'). Features include auto-updating timestamps every minute without page reload, no JavaScript imports required, and seamless integration with Rails views. Supports various time units from seconds to years.
Diff rails encrypted credentials store between git commits.
Diff Rails framework-generated files against their defaults. Helpful during code audits and debugging sessions.
A Pry plugin to see the difference you made to Rails routes
Rails integration for integration diff service
Modern supportable rails diff
Fastest way to diff your Rails credentials files in git
Devloop is an automated Rspec runner for Rails app. The purpose of this tool is to provide continuous and instant feedback when working on Rails app. It runs only specs from lines modified in the recent git commits. Even if you have a large user_spec.rb file, you'll receive specs feedback in a fraction of a second on each file save.
Like ridgepole but outputs Rails migration files instead of applying schema changes directly to the DB
A simple gem that audit ActiveRecord models' attributes or methods by taking snapshots and diff them for you. Starting from scratch to work with Rails 3.2.2 onwards
Provides GarlandRails::Base class for ActiveRecord, which allows you to save Hashes using snapshots and diffs (in short, it's HashDiff Rails storage).