Trending Projects for June 09, 2013

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

ab_admin

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

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.

activeresource-response

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

active-fedora

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

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.

active_decorator

A simple and Rubyish view helper for Rails

solve

A Ruby version constraint solver

active_model_serializers

ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner.

activerecord-sqlserver-adapter

ActiveRecord SQL Server Adapter. SQL Server 2012 and upward.

activerecord-jdbcpostgresql-adapter

Postgres JDBC adapter for JRuby on Rails.

active_hash

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

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.

retryable

Retrying code blocks in Ruby

td

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

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-jdbcmysql-adapter

MySQL JDBC adapter for JRuby on Rails.

celluloid

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

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.

aasm

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

money-rails

This library provides integration of RubyMoney - Money gem with Rails

slim

Slim is a template language whose goal is reduce the syntax to the essential parts without becoming cryptic.

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.

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

activerecord-jdbcsqlite3-adapter

Sqlite3 JDBC adapter for JRuby on Rails.

google_drive

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

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

activeadmin

The administration framework for Ruby on Rails.

kramdown

kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict syntax definition and supporting several common extensions.

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

signet

Signet is an OAuth 1.0 / OAuth 2.0 implementation.

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.

rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.

jekyll

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

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.

bullet

help to kill N+1 queries and unused eager loading.

dalli

High performance memcached client for Ruby

carrierwave-mongoid

Mongoid support for CarrierWave

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

tinymce-rails

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

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!

msgpack

MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.

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

paper_trail

Track changes to your models, for auditing or versioning. See how a model looked at any stage in its lifecycle, revert it to any version, or restore it after it has been destroyed.

uglifier

Uglifier minifies JavaScript files by wrapping UglifyJS to be accessible in Ruby