Trending Projects for January 01, 2017

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

sqreen

Sqreen is a SaaS based Application protection and monitoring platform that integrates directly into your Ruby applications. Learn more at https://sqreen.com.

spinach-rerun-reporter

spinach rerun reporter

graphiql-rails

Use the GraphiQL IDE for GraphQL with Ruby on Rails. This gem includes an engine, a controller and a view for integrating GraphiQL with your app.

licensee

Licensee automates the process of reading LICENSE files and compares their contents to known licenses using a fancy maths.

omniauth-auth0

Auth0 is an authentication broker that supports social identity providers as well as enterprise identity providers such as Active Directory, LDAP, Google Apps, Salesforce. OmniAuth is a library that standardizes multi-provider authentication for web applications. It was created to be powerful, flexible, and do as little as possible. omniauth-auth0 is the OmniAuth strategy for Auth0.

hamlit

High Performance Haml Implementation

kubeclient

A client for Kubernetes REST api

omniauth-azure-oauth2

An Windows Azure Active Directory OAuth2 strategy for OmniAuth

jira-ruby

API for JIRA

turnout

Turnout makes it easy to put your Rails application into maintenance mode

fluent-plugin-cloudwatch-logs

CloudWatch Logs Plugin for Fluentd

gemojione

A gem for EmojiOne

asana

Official Ruby client for the Asana API

license_finder

LicenseFinder works with your package managers to find dependencies, detect the licenses of the packages in them, compare those licenses against a user-defined list of permitted licenses, and give you an actionable exception report.

sidekiq-cron

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

json_api_client

Build client libraries compliant with specification defined by jsonapi.org

elasticsearch-rails

Ruby on Rails integrations for Elasticsearch.

searchkick

Intelligent search made easy with Rails and Elasticsearch or OpenSearch

plaid

Ruby gem wrapper for the Plaid API. Read more at the homepage, the wiki, or in the Plaid documentation.

gollum-lib

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

graphql

A plain-Ruby implementation of GraphQL.

slim_lint

Configurable tool for writing clean and consistent Slim templates

state_machines-activerecord

Adds support for creating state machines for attributes on ActiveRecord

rubocop-rspec

Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool.

github-linguist

We use this library at GitHub to detect blob languages, highlight code, ignore binary files, suppress generated files in diffs, and generate language breakdown graphs.

config

Easiest way to manage multi-environment settings in any ruby project or framework: Rails, Sinatra, Padrino and others

dropzonejs-rails

Adds Dropzone, a great JS File upload by Matias Meno, to the Rails Asset pipeline.

bundler-audit

bundler-audit provides patch-level verification for Bundled apps.

influxdb

This is the official Ruby library for InfluxDB.

html-pipeline

HTML processing filters and utilities

ace-rails-ap

The Ajax.org Cloud9 Editor (Ace) for the Rails 3.1 asset pipeline.

devise-token_authenticatable

This gem provides the extracted Token Authenticatable module of devise. It enables the user to sign in via an authentication token. This token can be given via a query string or HTTP Basic Authentication.

rugged

Rugged is a Ruby bindings to the libgit2 linkable C Git library. This is for testing and using the libgit2 library in a language that is awesome.

aws-sdk-rails

Integrates the AWS Ruby SDK with Ruby on Rails

quickbooks-ruby

QBO V3 REST API to Quickbooks Online

zipkin-tracer

Adds tracing instrumentation for ruby applications

asciidoctor

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

tracker_api

This gem allows you to easily use the Pivotal Tracker v5 API.

memory_profiler

Memory profiling routines for Ruby 2.5+

elasticsearch-model

ActiveModel/Record integrations for Elasticsearch.

sys-filesystem

The sys-filesystem library provides a cross-platform interface for gathering filesystem information, such as disk space and mount point data.

image_optim_pack

Precompiled binaries for image_optim: advpng, gifsicle, jhead, jpeg-recompress, jpegoptim, jpegtran, optipng, oxipng, pngcrush, pngout, pngquant

sshkey

Generate private/public SSH keypairs using pure Ruby

data_migrate

Rake tasks to migrate data alongside schema changes.

rotp

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

test_after_commit

makes after_commit callbacks testable in Rails 3+ with transactional_fixtures