Trending Projects for December 02, 2012

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

thor

Thor is a toolkit for building powerful command-line interfaces.

dbf

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

rails

Ruby on Rails is a full-stack web framework optimized for programmer happiness and sustainable productivity. It encourages beautiful code by favoring convention over configuration.

sidekiq

Simple, efficient background processing for Ruby.

handlebars_assets

A Railties Gem to compile hbs assets

resque_spec

RSpec matchers for Resque

activerecord-import

A library for bulk inserting data using ActiveRecord.

stripe

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

facter

You can prove anything with facts!

pusher

Wrapper for Pusher Channels REST api: : https://pusher.com/channels

webmock

WebMock allows stubbing HTTP requests and setting expectations on HTTP requests.

xpath

XPath is a Ruby DSL for generating XPath expressions

stomp

Ruby client for the Stomp messaging protocol.

test-unit

test-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit principles. These were originally designed by Kent Beck, creator of extreme programming software development methodology, for Smalltalk's SUnit. It allows writing tests, checking results and automated testing in Ruby.

rspec-expectations

rspec-expectations provides a simple, readable API to express expected outcomes of a code example.

bson

A fully featured BSON specification implementation in Ruby

acts_as_list

This "acts_as" extension provides the capabilities for sorting and reordering a number of objects in a list. The class that has this specified needs to have a "position" column defined as an integer on the mapped database table.

tzinfo

TZInfo provides access to time zone data and allows times to be converted using time zone rules.

devise_invitable

It adds support for send invitations by email (it requires to be authenticated) and accept the invitation by setting a password.

composite_primary_keys

Composite key support for ActiveRecord

ruby_parser

ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem. As an example: def conditional1 arg1 return 1 if arg1 == 0 return 0 end becomes: s(:defn, :conditional1, s(:args, :arg1), s(:if, s(:call, s(:...

activerecord

Databases on Rails. Build a persistent domain model by mapping database tables to Ruby classes. Strong conventions for associations, validations, aggregations, migrations, and testing come baked-in.

actionmailer

Email on Rails. Compose, deliver, and test emails using the familiar controller/view pattern. First-class support for multipart email and attachments.