Trending Projects for January 10, 2016

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

fog-vsphere

This library can be used as a module for `fog` or as standalone provider to use vSphere in applications.

graphql

A plain-Ruby implementation of GraphQL.

concurrent-ruby

Modern concurrency tools including agents, futures, promises, thread pools, actors, supervisors, and more. Inspired by Erlang, Clojure, Go, JavaScript, actors, and classic concurrency patterns.

puffing-billy

A stubbing proxy server for ruby. Connect it to your browser in integration tests to fake interactions with remote HTTP(S) servers.

omniauth-linkedin-oauth2

A LinkedIn OAuth2 strategy for OmniAuth.

solano

Predix CI runs your test suite simply and quickly in our managed cloud environment. You can run tests by hand, or enable our hosted CI to watch your git repos automatically. Predix CI automatically and safely parallelizes your tests to save you time, and takes care of setting up fresh isolated DB instances for each test thread. Tests have access to a wide variety of databases (postgres, mong...

influxdb

This is the official Ruby library for InfluxDB.

intercom

Intercom (https://www.intercom.io) is a customer relationship management and messaging tool for web app owners. This library wraps the api provided by Intercom. See http://docs.intercom.io/api for more details.

sidekiq-cron

Enables to set jobs to be run in specified time (using CRON notation or natural language)

gemojione

A gem for EmojiOne

mutant-rspec

Rspec integration for mutant

cal-heatmap-rails

Packages Cal-HeatMap for Rails Asset Pipeline

anima

Initialize object attributes via attributes hash

meta-tags

Search Engine Optimization (SEO) plugin for Ruby on Rails applications.

mutant

Mutation Testing for Ruby.

standalone_migrations

A thin wrapper to use Rails Migrations in non Rails projects

io-console

add console capabilities to IO instances.

hirefire-resource

HireFire integration library for Ruby applications

zabbixapi

Allows you to work with zabbix api from ruby.

rubyXL

rubyXL is a gem which allows the parsing, creation, and manipulation of Microsoft Excel (.xlsx/.xlsm) Documents

holidays

A collection of Ruby methods to deal with statutory and other holidays. You deserve a holiday!

deep_cloneable

Extends the functionality of ActiveRecord::Base#dup to perform a deep clone that includes user specified associations.

show_me_the_cookies

Cookie manipulation for Capybara drivers -- viewing, deleting, ...

diffy

Convenient diffing in ruby

canonical-rails

Configurable, but assumes a conservative strategy by default with a goal to solve many search engine index problems: multiple hostnames, inbound links with arbitrary parameters, trailing slashes.

asciidoctor

A fast, open source text processor and publishing toolchain for converting AsciiDoc content to HTML 5, DocBook 5, and other formats.

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.

recaptcha

Helpers for the reCAPTCHA API

workflow

Workflow is a finite-state-machine-inspired API for modeling and interacting with what we tend to refer to as 'workflow'. * nice DSL to describe your states, events and transitions * various hooks for single transitions, entering state etc. * convenient access to the workflow specification: list states, possible events for particular state

padrino-helpers

Tag helpers, asset helpers, form helpers, form builders and many more helpers for padrino

daemons

Daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. You can also call blocks as daemons and control them from the parent or just daemonize the current process. Besides this basic functionality, daemons offers many advanced features like exce...

cmdparse

cmdparse provides classes for parsing (possibly nested) commands on the command line; command line options themselves are parsed using optparse.