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...
ActiveLdap provides an object oriented interface to LDAP.
'ActiveLdap' is a ruby library which provides a clean objected oriented interface to LDAP library. It was inspired by ActiveRecord. This is not nearly as clean or as flexible as ActiveRecord, but it is still trivial to define new objects and manip...
A pure Ruby gem implemention of a Prolog-like DSL for AI and logical programming.
ruby-prolog allows you to solve complex logic problems on the fly using a dynamic, Prolog-like DSL inline with your normal Ruby code. Basic use is encompassed by stating basic facts using your data, defining rules, and then asking questions. Why i...
Pretty print your Ruby objects with style -- in full color and with proper indentation
AmazingPrint is a fork of AwesomePrint which became stale and should be used in it's place to avoid conflicts. It is a Ruby library that pretty prints Ruby objects in full color exposing their internal structure with proper indentation. Rails Acti...