Gems


elastic/elasticsearch-ruby: Ruby integrations for Elasticsearch
Ruby integrations for Elasticsearch. Contribute to elastic/elasticsearch-ruby development by creating an account on GitHub.This repository contains the official Elasticsearch Ruby client. The elasticsearch gem is a complete Elasticsearch client wh...

DmitryTsepelev/store_model: Work with JSON-backed attributes as ActiveRecord-ish models
Work with JSON-backed attributes as ActiveRecord-ish models - DmitryTsepelev/store_model.
StoreModel gem allows you to wrap JSON-backed DB columns with ActiveModel-like classes.
馃挭 Powered with Attributes API. You can use a number of familiar type...

railsadminteam/rails_admin: RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data - railsadminteam/rails_admin.
CRUD any data with ease
Custom actions
Automatic form validation
Search and filtering
Export data to CSV/JSON/XML
Authenticat...

thoughtbot/botcasts: Botcasts is a Hotwire-powered podcast player and Hotwire Essentials is the associated tutorial to learn how build it yourself.
Hotwire Essentials is a tutorial that takes you step-by-step through building a functional podcast player that teaches you how to apply Hotwire patterns to solve real-world problems. Each lesson builds on the previous one, with challenges that gui...

hlascelles/ferrum-har: ferrum-har is a rubygem that captures ferrum traffic to a HAR file
Use ferrum as normal and call the har method on the page (or browser) object. Chrome must be used as the browser engine.
Note, the devtools window in Chrome will be opened by ferrum-har for the duration of the ferrum test run. This is mandatory t...

magynhard/rvm-windows: Clone of RVM.io for MS Windows
Clone of RVM.io for MS Windows. Contribute to magynhard/rvm-windows development by creating an account on GitHub.As there is no rvm.io available for native windows, but only for POSIX by Cygwin, this is a reimplementation of basic rvm.io features ...

Release v1.17.0 / 2024-12-08 路 sparklemotion/nokogiri
The XML and HTML4 SAX parsers have received a lot of attention in this release, and we've fixed multiple long-standing bugs with encoding and entity handling. In addition, libxml2 v2.13 has also made some underlying fixes and improvements to encod...

馃摙 Announcement: aws-sdk-rails v4.2 modularization and aws-sdk-rails v5 upgrade information 馃摙 路 Issue #165 路 aws/aws-sdk-rails
In aws-sdk-rails 4.2, the gems are included as dependencies and is intended to be backwards compatible. Many namespaces and classes have been "symlinked" and possibly throw warnings about changes that will be made in aws-sdk-rails 5. If there are ...

collectiveidea/awesome_nested_set: An awesome replacement for acts_as_nested_set and better_nested_set.
Awesome Nested Set is an implementation of the nested set pattern for ActiveRecord models. It is a replacement for acts_as_nested_set and BetterNestedSet, but more awesome.
Older versions: Version 3.2 supports Rails 6, 3.1 supports Rails 5 & 4. V...