Gems
ObjectTracer tracks objects and records their activities
As the name states, ObjectTracer allows you to secretly listen to different events of an object:Method Calls - what does the object doTraces - how is the object used by the applicationState Mutations - what happens inside the objectAfter collectin...
Fast, lightweight xlsx parser for Ruby that provides nothing a CSV parser wouldn't
Xsv is a fast, lightweight, pure Ruby parser for Office Open XML spreadsheet files (commonly known as Excel or .xlsx files). It strives to be minimal in the sense that it provides nothing a CSV reader wouldn't, meaning it only deals with minimal f...
Adds typed jsonb backed fields to your ActiveRecord models.
Adds typed jsonb backed fields as first class citizens to your ActiveRecord models. This gem is similar in spirit to HstoreAccessor, but the jsonb column in PostgreSQL has a few distinct advantages, mostly around nested documents and support for c...
Rapid scaffold builder for Turbo-Rails and Hotwire
Hot Glue is a Rails scaffold builder for the Turbo era. It is an evolution of the admin-interface style scaffolding systems of the 2010s (activeadmin, rails_admin, and active_scaffold).Using Turbo-Rails and Hotwire you get a lightning-fast out-of-...