YARD 0.6 adds the ability to serve documentation for gems as well as the current project with yard server. Just...
Ruport’s acts_as_reportable module provides support for using ActiveRecord for data collection. You can use it to get...
home_run is an implementation of ruby’s Date/DateTime classes in C, with much better performance (20-200x) than...
A fake filesystem. Use it in your tests.
Ancestry is a gem/plugin that allows the records of a Ruby on Rails ActiveRecord model to be organised as a...
Until May 2011 our gems have been created with Jeweler, which is a helper library to package code into a...
To test concurrent code, you will need to run multiple threads. Unfortunately, when you use blocking system calls (e.g. locks...
When you need to patch an existing gem, one way is to "vendor" the gem by copying it into the...
To improve installation times of gems you can use the following approach: gem install xyz --no-document To permanently ignore...
To run a single test file: rake test:units TEST=test/unit/post_test.rb rake test:functionals TEST=test/functional/posts_controller_test.rb rake test:integration TEST...
Basic configuration Please keep this config simple. It should be a starting point for new developers learning Git. [user]
Ruby Rails Any gem
Cerberus is a lightweight and easy-to-use Continuous Builder software for Ruby. It could be run periodically from a...
Given a list of acceptable elements and attributes, Sanitize will remove all unacceptable HTML from a string.
Awesome library to consume web services in Ruby.
This project is (or will be) a best effort semi-static verifier for your Ruby on Rails projects. Delivered as...
I have been playing around with RESTful Rails recently. Below is my collection or Rails REST howtos, tutorials and other...
I was setting up a Subversion repository one year ago. Of course, I also wanted to have regular backups of...
Sinatra is a DSL for quickly creating web-applications in Ruby with minimal effort.
Faker, a port of Data::Faker from Perl, is used to easily generate fake data: names, addresses, phone numbers, etc...
Guarded method invocation or safe navigation method for Ruby.
ObjectiveResource is an Objective-C port of Ruby on Rails' ActiveResource. It provides a way to serialize objects to and...
If you know Ruby and you want to write applications for Mac OS X or the iPhone, you’re in...
A couple of Railsconfs ago, Courtenay and I did indeed discuss