How to install the date_performance gem

Posted Over 13 years ago by Henning Koch.

sudo gem install zip git clone git://github.com/rtomayko/date-performance.git cd date-performance rake package:build cd dist sudo gem install...

Install a gem without RI and RDdoc

Posted Over 13 years ago by Henning Koch.

To improve installation times of gems you can use the following approach: gem install xyz --no-document To permanently ignore...

Create an application with an older Rails version

Posted Over 13 years ago by Henning Koch.

sudo gem install rails --version="=1.2.3" rails _1.2.3_ new-project-folder

Useful APIs

Posted Over 13 years ago.
rdoc.info

Ruby Rails Any gem

Slugs with FriendlyId

Posted Over 13 years ago by Tobias Kraze.
github.com

Gem to provide nice looking urls ("/blog/the-greatest-bug-i-never-fixed"). If you don't need anything too special (like i18n for the urls...

Railscheck project home page

Posted Over 15 years ago by Lexy.
railscheck.rubyforge.org

This project is (or will be) a best effort semi-static verifier for your Ruby on Rails projects. Delivered as...

bundle-fu - Google Code

Posted About 15 years ago by Lexy.
code.google.com

Web 2.0 sites have lots of tiny javascript/css files, which causes one extra round trip per file to the server...

The Exciter - Why You Should Deploy Your Next Application on Ruby 1.9 and a Rant in General

Posted About 15 years ago by Lexy.
theexciter.com

The rubyforge gems model may not be perfect, but damnit people, when there’s a gem update I know that...

roo

Posted About 15 years ago by Lexy.
roo.rubyforge.org

This gem allows you to access the content of

Sickill.net - Colorizing console output with Rainbow ruby gem

Posted Almost 15 years ago by Lexy.
sickill.net

If you’re working on some cool ruby console-based application or just want to add a little style to...

metric_fu: A Ruby Gem for Easy Metric Report Generation

Posted Almost 15 years ago by Lexy.
metric-fu.rubyforge.org

Metric_fu is a set of rake tasks that make it easy to generate metrics reports. It uses Saikuro, Flog...

Pennysmalls

Posted Almost 15 years ago by Lexy.
pennysmalls.com

I just released a gem to find image dimensions and type information fast.

Basement.org: On The Web, More Isn’t Only Less, It’s Actually Nothing

Posted Over 14 years ago by Lexy.
basement.org

Amidst my 400 unread Boing Boing links are probably ten or fifteen that are probably real gems. But I’ll...

Gem Building is Defunct - GitHub

Posted Over 14 years ago by Lexy.
github.com

WTF GitHub??

Learning from the iPhone's failure as a gaming platform: gem-session.com blog

Posted About 14 years ago by Lexy.
gem-session.com

If we want mobile applications to stay around as a sustainable business, we need to be more honest about the...

Using gem to root a box : ruby

Posted About 14 years ago by Lexy.
reddit.com

From Bundler to Open and Inclusive Software Communities : Steven R. Baker

Posted About 14 years ago by Lexy.
stevenrbaker.com

Though we ended up switching to what I consider to be a technically superior product based on simplicity, we arrived...

How to split a Ruby class into multiple source files - Gem Session

Posted About 14 years ago by Lexy.
gem-session.com

Unfortunately vanilla Ruby modules lack support for many idioms popular in modern Ruby. Most importantly, we have become accustomed to...

Never write a Cucumber step definition again with Cucumber Factory - Gem Session: gem

Posted About 14 years ago by Lexy.
gem-session.com

I love Cucumber, but I hate writing step definitions. They are ugly, awkward to write and very, very boring: Most...

michaeldv's awesome_print at master - GitHub

Posted About 14 years ago by Lexy.
github.com

Pretty print your Ruby objects with style -- in full color and with proper indentation

The greatest bug I never fixed - Gem Session

Posted About 14 years ago by Lexy.
gem-session.com

When I realized what had gone wrong, the light almost blinded me.

Why I won't help you - Gem Session

Posted Almost 14 years ago by Lexy.
gem-session.com

But then there are those posts where the author pastes 10 pages of confused code with no context whatsoever and...

Will Rails 3 obstruct plugin innovation? - Gem Session

Posted Almost 14 years ago by Lexy.
gem-session.com

Where there was once a consistent API to manipulate and hook into the lifecycle of a persistent object, plugins must...

Introducing Isolate

Posted Almost 14 years ago by Lexy.
stevenrbaker.com

The basics of Isolate, a tool for replacing Bundler in gem management.