Trending Projects for October 26, 2014

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

web-console

A debugging tool for your Ruby on Rails applications.

rspec-activemodel-mocks

RSpec test doubles for ActiveModel and ActiveRecord

iso8601

ISO8601 is a simple implementation in Ruby of the ISO 8601 (Data elements and interchange formats - Information interchange - Representation of dates and times) standard.

aws-sdk-core

Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.

chef-sugar

A series of helpful sugar of the Chef core and other resources to make a cleaner, more lean recipe DSL, enforce DRY principles, and make writing Chef recipes an awesome experience!

cancancan

Simple authorization solution for Rails. All permissions are stored in a single location.

hitimes

A fast, high resolution timer library for recording performance metrics.

beaker

Puppet's accceptance testing harness

hiera-eyaml

Hiera backend for decrypting encrypted yaml properties

site_prism

SitePrism gives you a simple, clean and semantic DSL for describing your site. SitePrism implements the Page Object Model pattern on top of Capybara.

pry-byebug

Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution.

byebug

Byebug is a Ruby debugger. It's implemented using the TracePoint C API for execution control and the Debug Inspector C API for call stack navigation. The core component provides support that front-ends can build on. It provides breakpoint handling and bindings for stack frames among other things and it comes with an easy to use command line interface.

specinfra

Common layer for serverspec and itamae

autoprefixer-rails

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

semverse

An elegant library for representing and comparing SemVer versions and constraints

html-pipeline

HTML processing filters and utilities

font-awesome-sass

Font-Awesome SASS gem for use in Ruby projects

webdriver-user-agent

A helper gem to emulate populate device user agents and resolutions when using webdriver

gpgme

Ruby-GPGME is a Ruby language binding of GPGME (GnuPG Made Easy). GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG easier for applications. It provides a High-Level Crypto API for encryption, decryption, signing, signature verification and key management.

secure_headers

Add easily configured security headers to responses including content-security-policy, x-frame-options, strict-transport-security, etc.

turnip

Provides the ability to define steps and run Gherkin files from with RSpec

parser

A Ruby parser written in pure Ruby.

cocoapods-core

The CocoaPods-Core gem provides support to work with the models of CocoaPods. It is intended to be used in place of the CocoaPods when the the installation of the dependencies is not needed.

google-api-client

Client for accessing Google APIs

signet

Signet is an OAuth 1.0 / OAuth 2.0 implementation.

rubocop

RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide.

dpl

Dpl (dee-pee-ell) is a tool made for continuous deployment, running deployments at Travis CI.

grape-swagger

Add auto generated documentation to your Grape API that can be displayed with Swagger.

globalize

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

sensu-plugin

Plugins and helper libraries for Sensu, a monitoring framework

capistrano-rbenv

rbenv integration for Capistrano

cocoapods-downloader

A small library for downloading files from remotes in a folder.

monetize

A library for converting various objects into `Money` objects.

codeclimate-test-reporter

Collects test coverage data from your Ruby test suite and sends it to Code Climate's hosted, automated code review service. Based on SimpleCov.

cocoapods

CocoaPods manages library dependencies for your Xcode project. You specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project. Ultimately, the goal is to improve discoverability of, and engagement in, third party open-source libr...

caboose-cms

CMS built on rails with love.

sshkit

A comprehensive toolkit for remotely running commands in a structured manner on groups of servers.

mixpanel-ruby

The official Mixpanel tracking library for ruby

dotenv-rails

Autoload dotenv in Rails.

her

Her is an ORM that maps REST resources and collections to Ruby objects

diffy

Convenient diffing in ruby

rollbar

Track and debug errors in your Ruby applications with ease using Rollbar. With this gem, you can easily monitor and report on exceptions and other errors in your code, helping you identify and fix issues more quickly. Rollbar's intuitive interface and advanced error tracking features make it the perfect tool for ensuring the stability and reliability of your Ruby applications.

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.

kitchen-vagrant

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

chartkick

Create beautiful JavaScript charts with one line of Ruby

xcodeproj

Xcodeproj lets you create and modify Xcode projects from Ruby. Script boring management tasks or build Xcode-friendly libraries. Also includes support for Xcode workspaces (.xcworkspace) and configuration files (.xcconfig).

fluentd

Fluentd is an open source data collector designed to scale and simplify log management. It can collect, process and ship many kinds of data in near real-time.

pry-rescue

Allows you to wrap code in Pry::rescue{ } to open a pry session at any unhandled exceptions