Gems
ActiveRecord schema visualization and model organization made easy
ActiveRecord schema visualization and model organization made easy 🙌Colorized table info for columns, types, nullables, indexes... and the actual DDL used by the database to create the table. All this and more with ModelProbe!Get a clear picture o...
A faster alternative to the custom use of `in_batches` with `pluck`
ActiveRecord comes with find_each / find_in_batches / in_batches methods to batch process records from a database. ActiveRecord also has the pluck method which allows the selection of a set of fields without pulling the entire record into memory.T...
Define structured and strongly-typed parameter schemas for your Rails controllers
typed_params is an alternative to Rails strong parameters for controller params, offering an intuitive DSL for defining structured and strongly-typed controller parameter schemas for Rails APIs.This gem was extracted from Keygen and is being used ...
Update Action View to use HTML5 standards-compliant sanitizers
The modern web is built on HTML5The HTML sanitizers used in Rails 7.0 and earlier, rails/rails-html-sanitizer, use Loofah and Nokogiri, and specifically rely on Nokogiri's HTML4 parser, libxml2.libxml2's HTML4 parser has not kept up-to-date with t...
Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation too.
Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation too. - motine/dsl_factory: Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation.
Web interface to manage i18n translations helping to facilitate the editors of your translations.
Web interface to manage i18n translations helping to facilitate the editors of your translations. Provides a low-tech and complete workflow for importing, translating, and exporting your I18n translation files. Designed to allow you to keep the tr...
Drop-in enhancement for Rails cache, offering better performance and compression with Brotli algorithm
Drop-in enhancement for Rails cache, offering better performance and compression with Brotli algorithm - pawurb/rails-brotli-cache: Drop-in enhancement for Rails cache, offering better performance and compression with Brotli.
A gem that helps to detect potential memory bloats
A gem that helps to detect potential memory bloats - DmitryTsepelev/io_monitor: A gem that helps to detect potential memory bloats.A gem that helps to detect potential memory bloats.When your controller loads a lot of data to the memory but return...