Trending Projects for May 18, 2014

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

gollum-lib

A simple, Git-powered wiki with a sweet API and local frontend.

tzinfo-data

TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.

puppet-syntax

Syntax checks for Puppet manifests and templates

rouge

Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.

globalize

Rails I18n de-facto standard library for ActiveRecord model/data translation.

kitchen-vagrant

Kitchen::Driver::Vagrant - A HashiCorp Vagrant Driver for Test Kitchen.

dotenv-rails

Autoload dotenv in Rails.

autoprefixer-rails

Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website.

capistrano-rbenv

rbenv integration for Capistrano

berkshelf

Manages a Chef cookbook's dependencies

rgeo-geojson

Convert RGeo data to and from GeoJSON. rgeo-geojson is an extension to the rgeo gem that converts RGeo data types to and from GeoJSON.

neat

A lightweight Sass grid framework

hiera

A pluggable data store for hierarcical data

octokit

Simple wrapper for the GitHub API

puppetlabs_spec_helper

Contains rake tasks and a standard spec_helper for running spec tests on puppet modules.

diffy

Convenient diffing in ruby

handlebars-source

Handlebars.js source code wrapper for (pre)compilation gems.

sentry-raven

A gem that provides a client interface for the Sentry error logger

rb-inotify

A Ruby wrapper for Linux inotify, using FFI

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.

bugsnag

Ruby notifier for bugsnag.com

fpm

Convert directories, rpms, python eggs, rubygems, and more to rpms, debs, solaris packages and more. Win at package management without wasting pointless hours debugging bad rpm specs!

geminabox

A private gem hosting and/or caching app, with client side gem push style functionality. Web UI is provided.

omniauth-google-oauth2

A Google OAuth2 strategy for OmniAuth 1.x. This allows you to login to Google with your ruby app.

rgeo-shapefile

RGeo is a geospatial data library for Ruby. RGeo::Shapefile is an optional RGeo module for reading the ESRI shapefile format, a common file format for geospatial datasets.

kramdown

kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.

faraday_middleware

Various middleware for Faraday

phony

Fast international phone number (E164 standard) normalizing, splitting and formatting. Lots of formatting options: International (+.., 00..), national (0..), and local.

uniform_notifier

uniform notifier for rails logger, customized logger, javascript alert, javascript console and xmpp

jekyll

Jekyll is a simple, blog aware, static site generator.

dbf

A small fast library for reading dBase, xBase, Clipper and FoxPro database files.

css_parser

A set of classes for parsing CSS in Ruby.

hiredis

Ruby wrapper for hiredis (protocol serialization/deserialization and blocking I/O)

sys-cpu

The sys-cpu library provides an interface for gathering information about your system's processor(s). Information includes speed, type, and load average.

github-markup

This gem is used by GitHub to render any fancy markup such as Markdown, Textile, Org-Mode, etc. Fork it and add your own!

middleman

A static site generator. Provides dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.

fog

The Ruby cloud services library. Supports all major cloud providers including AWS, Rackspace, Linode, Blue Box, StormOnDemand, and many others. Full support for most AWS services including EC2, S3, CloudWatch, SimpleDB, ELB, and RDS.

json-schema

Ruby JSON Schema Validator

rgeo

RGeo is a geospatial data library for Ruby. It provides an implementation of the Open Geospatial Consortium's Simple Features Specification, used by most standard spatial/geographic data storage systems such as PostGIS. A number of add-on modules are also available to help with writing location-based applications using Ruby-based frameworks such as Ruby On Rails.

stripe

Stripe is the easiest way to accept payments online. See https://stripe.com for details.

chunky_png

This pure Ruby library can read and write PNG images without depending on an external image library, like RMagick. It tries to be memory efficient and reasonably fast. It supports reading and writing all PNG variants that are defined in the specification, with one limitation: only 8-bit color depth is supported. It supports all transparency, interlacing and filtering option...

mustache

Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two...

ohai

Ohai profiles your system and emits JSON

bullet

help to kill N+1 queries and unused eager loading.

curb

Curb (probably CUrl-RuBy or something) provides Ruby-language bindings for the libcurl(3), a fully-featured client-side URL transfer library. cURL and libcurl live at http://curl.haxx.se/