RubyGems Navigation menu

quickening 0.1.1

Quickening is a Rails gem for adding to your model a facility to query and manage duplicate records. It's been written to remain relatively abstract and adaptable to various models, and so the library should be an easy plugin for models you may have set up already (barring name clashes). Beyond the abstracted query methods for searching efficiently throughout the table (but only tested against MySQL 5.5, sorry), your models gain access to methods for dispending with duplicates, chores varying in complexity ranging from the trivial deletes to customizable merges (future feature).

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.1.1 - March 03, 2013 (266 KB)

Runtime Dependencies (2):

activerecord ~> 3.2.12
rails ~> 3.2.12

Development Dependencies (9):

faker >= 0
rspec-rails >= 2.12
ruby-prof >= 0
simplecov >= 0
sqlite3 >= 0
turnip >= 0

Owners:

Authors:

  • caleon

SHA 256 checksum:

= Copy to clipboard Copied!

Total downloads 3,772

For this version 3,772

Licenses:

N/A

Required Ruby Version: >= 1.9.2

Links: