Gems

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...

slevithan/oniguruma-to-es: Convert patterns from Oniguruma (the regex engine used by Ruby, TextMate grammars, etc.) to native JavaScript RegExp
An Oniguruma to JavaScript regex transpiler that runs in the browser and on your server. Use it to:
Take advantage of Oniguruma's many extended regex features in JavaScript.
Run regexes written for Oniguruma from JavaScript, such as those used in...

pganalyze/pg_query: Ruby extension to parse, deparse and normalize SQL queries using the PostgreSQL query parser
This Ruby extension uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parsetree.
In addition the extension allows you to normalize queries (replacing constant values with $n) and parse these normaliz...