Trending Projects for June 02, 2013

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

active_remote

Active Remote provides Active Record-like object-relational mapping over RPC. It was written for use with Google Protocol Buffers, but could be extended to use any RPC data format.

ab_admin

Simple and real-life tested Rails::Engine admin interface

active-fedora

ActiveFedora provides for creating and managing objects in the Fedora Repository Architecture.

activeresource-response

This gem adds possibility to access http response object from result of ActiveResource::Base find method

solve

A Ruby version constraint solver

active_scaffold

Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.

activerecord-postgis-adapter

ActiveRecord connection adapter for PostGIS. It is based on the stock PostgreSQL adapter, and adds built-in support for the spatial extensions provided by PostGIS. It uses the RGeo library to represent spatial data in Ruby.

commander

The complete solution for Ruby command-line executables. Commander bridges the gap between other terminal related libraries you know and love (OptionParser, HighLine), while providing many new features, and an elegant API.

activerecord-jdbcpostgresql-adapter

Postgres JDBC adapter for JRuby on Rails.

td

CLI to manage data on Treasure Data, the Hadoop-based cloud data warehousing

jbuilder

Create JSON structures via a Builder-style DSL

active_hash

Includes the ability to specify data using hashes, yml files or JSON files

retryable

Retrying code blocks in Ruby

celluloid

Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects

activerecord-sqlserver-adapter

ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.

tins

All the stuff that isn't good/big enough for a real library.

aws-sdk

The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.

money-rails

This library provides integration of RubyMoney - Money gem with Rails

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...

pry-rails

Use Pry as your rails console

activerecord-oracle_enhanced-adapter

Oracle "enhanced" ActiveRecord adapter contains useful additional methods for working with new and legacy Oracle databases. This adapter is superset of original ActiveRecord Oracle adapter.

activerecord-jdbcmysql-adapter

MySQL JDBC adapter for JRuby on Rails.

google_drive

A library to read/write files/spreadsheets in Google Drive/Docs.

geocoder

Object geocoding (by street or IP address), reverse geocoding (coordinates to street address), distance queries for ActiveRecord and Mongoid, result caching, and more. Designed for Rails but works with Sinatra and other Rack frameworks too.

jekyll

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

aasm

AASM is a continuation of the acts-as-state-machine rails plugin, built for plain Ruby objects.

rinku

A fast and very smart autolinking library that acts as a drop-in replacement for Rails `auto_link`

activemerchant

Active Merchant is a simple payment abstraction library used in and sponsored by Shopify. It is written by Tobias Luetke, Cody Fauser, and contributors. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.

pry-doc

Pry Doc is a Pry REPL plugin. It provides extended documentation support for the REPL by means of improving the `show-doc` and `show-source` commands. With help of the plugin the commands are be able to display the source code and the docs of Ruby methods and classes implemented in C. documentation

handlebars_assets

A Railties Gem to compile hbs assets

asset_sync

After you run assets:precompile your compiled assets will be synchronised with your S3 bucket.

brakeman

Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis.

shoulda-matchers

Shoulda Matchers provides RSpec- and Minitest-compatible one-liners to test common Rails functionality that, if written by hand, would be much longer, more complex, and error-prone.

activeadmin

The administration framework for Ruby on Rails.

activerecord-jdbc-adapter

AR-JDBC is a database adapter for Rails' ActiveRecord component designed to be used with JRuby built upon Java's JDBC API for database access. Provides (ActiveRecord) built-in adapters: MySQL, PostgreSQL and SQLite3 as well as adapters for popular databases such as Oracle, SQLServer, DB2, FireBird and even Java (embed) databases: Derby, HSQLDB and H2. It allows to connect to virtually any JDBC-...

dalli

High performance memcached client for Ruby

activerecord-jdbcsqlite3-adapter

Sqlite3 JDBC adapter for JRuby on Rails.

gli

Build command-suite CLI apps that are awesome. Bootstrap your app, add commands, options and documentation while maintaining a well-tested idiomatic command-line app

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!

tinymce-rails

Seamlessly integrates TinyMCE into the Rails asset pipeline introduced in Rails 3.1.

carrierwave-mongoid

Mongoid support for CarrierWave

fast_gettext

A simple, fast, memory-efficient and threadsafe implementation of GetText

aruba

Extension for popular TDD and BDD frameworks like "Cucumber", "RSpec" and "Minitest", to make testing command line applications meaningful, easy and fun.

ancestry

Ancestry allows the records of a ActiveRecord model to be organized in a tree structure, using the materialized path pattern. It exposes the standard relations (ancestors, parent, root, children, siblings, descendants) and allows them to be fetched in a single query. Additional features include named scopes, integrity checking, integrity restoration, arrangement of (sub)tree into ha...

mini_magick

Manipulate images with minimal use of memory via ImageMagick

sitemap_generator

SitemapGenerator is a framework-agnostic XML Sitemap generator written in Ruby with automatic Rails integration. It supports Video, News, Image, Mobile, PageMap and Alternate Links sitemap extensions and includes Rake tasks for managing your sitemaps, as well as many other great features.

responders

A set of Rails responders to dry up your application