Gems



shakacode/react_on_rails: Integration of React + Webpack + Rails + rails/webpacker including server-side rendering of React, enabling a better developer experience and faster client performance.
React on Rails Pro supports the latest features of React 18, including React Server Components and streaming. Contact Justin Gordon for more information.
ShakaCode now maintains the official successor to rails/webpacker, shakapacker.
Project is up...






floere/phony: E164 international phone number normalizing, splitting, formatting.
Disclaimer: Phony works with international numbers only, such as 61 412 345 678!
The (admittedly crazy) goal of this Gem is to be able to normalize/format/split all phone numbers in the world.
Used in: airbnb.com, socialcam.com, zendesk.com (and...

ruby-git/ruby-git: Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
The git gem provides a Ruby interface to the git command line.
Get started by obtaining a repository object by:
opening an existing working copy with Git.open
initializing a new repository with Git.init
cloning a repository with Git.clone
Method...