Gems
bensheldon/spectator_sport: Record and replay browser sessions in a self-hosted Rails Engine.
Record and replay browser sessions in a self-hosted Rails Engine.
Spectator Sport uses the rrweb library to create recordings of your website's DOM as your users interact with it. These recordings are stored in your database for replay by develop...
danmayer/coverband: Ruby production code coverage collection and reporting (line of code usage)
A gem to measure production code usage, showing a counter for the number of times each line of code is executed. Coverband allows easy configuration to collect and report on production code usage. It reports in the background via a thread, can be ...
rubygems/gemstash: A RubyGems.org cache and private gem server
Gemstash is both a cache for remote servers such as https://rubygems.org, and a private gem source.
If you are using bundler across many machines that have access to a server within your control, you might want to use Gemstash.
If you produce ge...
active-hash/active_hash: A readonly ActiveRecord-esque base class that lets you use a hash, a Yaml file or a custom file as the datasource
ActiveHash is a simple base class that allows you to use a ruby hash as a readonly datasource for an ActiveRecord-like model.
ActiveHash assumes that every hash has an :id key, which is what you would probably store in a database. This allows you...