Trending Projects for December 22, 2013

Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.

http

An easy-to-use client library for making requests from Ruby. It uses a simple method chaining system for building requests, similar to Python's Requests.

rotp

Works for both HOTP and TOTP, and includes QR Code provisioning

solve

A Ruby version constraint solver

neat

A lightweight Sass grid framework

iconv

iconv wrapper library

psych

Psych is a YAML parser and emitter. Psych leverages libyaml[https://pyyaml.org/wiki/LibYAML] for its YAML parsing and emitting capabilities. In addition to wrapping libyaml, Psych also knows how to serialize and de-serialize most Ruby objects to and from the YAML format.

diffy

Convenient diffing in ruby

hiera

A pluggable data store for hierarcical data

foodcritic

A code linting tool for Chef Infra cookbooks.

bigdecimal

This library provides arbitrary-precision decimal floating-point number class.

aws-sdk

The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.

country_select

Provides a simple helper to get an HTML select list of countries. \ The list of countries comes from the ISO 3166 standard. \ While it is a relatively neutral source of country names, it will still offend some users.

letter_opener

When mail is sent from your application, Letter Opener will open a preview in the browser instead of sending.

pg_search

PgSearch builds Active Record named scopes that take advantage of PostgreSQL's full text search

resque-retry

resque-retry provides retry, delay and exponential backoff support for resque jobs. Features: * Redis backed retry count/limit. * Retry on all or specific exceptions. * Exponential backoff (varying the delay between retrys). * Multiple failure backend with retry suppression & resque-web tab. * Small & Extendable - plenty of places to override retry logic/settings.

jdbc-mysql

Install this gem `require 'jdbc/mysql'` and invoke `Jdbc::MySQL.load_driver` within JRuby to load the driver.

logger

Provides a simple logging utility for outputting messages.

redis-objects

Map Redis types directly to Ruby objects. Works with any class or ORM.

google_drive

A library to read/write files/spreadsheets in Google Drive/Docs.

mini_magick

Manipulate images with minimal use of memory via ImageMagick

simple_form

Forms made easy!

thrift_client

A Thrift client wrapper that encapsulates some common failover behavior.

facter

You can prove anything with facts!

recaptcha

Helpers for the reCAPTCHA API

i18n

New wave Internationalization support for Ruby.

puppet

Puppet, an automated administrative engine for your Linux, Unix, and Windows systems, performs administrative tasks (such as adding users, installing packages, and updating server configurations) based on a centralized specification.

icalendar

Implements the iCalendar specification (RFC-5545) in Ruby. This allows for the generation and parsing of .ics files, which are used by a variety of calendaring applications.

composite_primary_keys

Composite key support for ActiveRecord

activerecord-jdbcsqlite3-adapter

Sqlite3 JDBC adapter for JRuby on Rails.

dragonfly

Dragonfly is a framework that enables on-the-fly processing for any content type. It is especially suited to image handling. Its uses range from image thumbnails to standard attachments to on-demand text generation.

activerecord-jdbc-adapter

AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used with JRuby built upon Java's JDBC API for database access. Provides (ActiveRecord) built-in adapters: MySQL, PostgreSQL and SQLite3 as well as adapters for popular databases such as Oracle, SQLServer, DB2, FireBird and even Java (embed) databases: Derby, HSQLDB and H2. It allows to connect to virtually any JDBC-...

jruby-jars

This gem includes JRuby core and the Ruby standard library as jar files. It provides a way to have other gems depend on JRuby without including (and freezing to) a specific jruby-complete jar version.

authlogic

An unobtrusive ruby authentication library based on ActiveRecord.

hoe

Hoe is a rake/rubygems helper for project Rakefiles. It helps you manage, maintain, and release your project and includes a dynamic plug-in system allowing for easy extensibility. Hoe ships with plug-ins for all your usual project tasks including rdoc generation, testing, packaging, deployment, and announcement. See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed below. For e...