Gems


Native Rails partial previews and testing in Storybook.
Native Rails partial previews and testing in Storybook. - danieldpence/storybook_rails. A Ruby DSL for writing Stories describing standard Rails view templates/partialsA Rails controller backend for Storybook Server compatible with Storybook Contr...


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