Gems

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