Gems





CableReady completes the ActionCable story and expands the utility of web sockets in your Rails app
CableReady helps you create great real-time user experiences by making it simple to trigger client-side DOM changes from server-side Ruby. It establishes a standard for interacting with the client via ActionCable web sockets. No need for custom Ja...

Allows Sequel to reuse an ActiveRecord connection
This is an extension for Sequel that allows it to reuse an existing ActiveRecord connection for database interaction. It supports postgresql, mysql2 and sqlite3 adapters.This can be useful if you're using a library that uses Sequel for database in...


Rails Plugin that tracks impressions and page views
Logs an impression... and I use that term loosely. It can log page impressions (technically action impressions), but it is not limited to that. You can log impressions multiple times per request. And you can also attach it to a model. The goal of ...


Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
This repository contains various Ruby and Rails integrations for Elasticsearch:ActiveModel integration with adapters for ActiveRecord and MongoidRepository pattern based persistence layer for Ruby objectsEnumerable-based wrapper for search results...