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

Net::HTTP Cheat Sheet

Posted About 14 years ago by Lexy.
rubyinside.com

cavalle's steak at master - GitHub

Posted About 14 years ago by Lexy.
github.com

Steak is like Cucumber but in plain Ruby.

datagraph's rack-throttle at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Rack middleware for rate-limiting incoming HTTP requests.

Documentation

Posted Almost 14 years ago by Lexy.
ruby-lang.org

Here you will find pointers to manuals, tutorials and references that will come in handy when you feel like coding...

Localized external services - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS

Posted Almost 14 years ago by Lexy.
robots.thoughtbot.com

ShamRack mounts a Rack app locally, just for your tests. It goes one further: it “mounts” it using Net::HTTP...

I don’t know, can you? | this oughta be interesting…

Posted Almost 14 years ago by Lexy.
joshsharpe.com

As far as I know, the only plugin out there that handles this (semantic issue) correctly is Makandra’s Aegis...

eliotsykes's asset_fingerprint at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Asset Fingerprint Plugin for Ruby on Rails - allows you to use md5 or timestamps in query string or in asset...

Ruby Summer of Code

Posted Almost 14 years ago by Lexy.
rubysoc.org

Good stuff.

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

Handy: A regex that validates all valid email addresses (give or take) - Axon Flux // A Ruby on Rails Blog

Posted Almost 14 years ago by Lexy.
axonflux.com

/^([\w!#$\%\&'*+-\/=\?\^`{|}\~]+.)*[\w!#$\%\&'*+-\/=\?\^`{|}\~]+@((((([a-z0-9]{1}[a-z0-9-]{0,62}[a-z0-9]{1}) [a-z]).)+[a-z]{2...

Creating Filesystems with Ruby and FUSE

Posted Almost 14 years ago by Lexy.
debian-administration.org

The FUSE project allows you to create filesystems in userspace - which means you can create a filesystem without having to...

Amanzi Snippets: 3: Ruby Threads

Posted Almost 14 years ago by Lexy.
snippets.amanzi.org

Handy! RGB to HSL and RGB to HSV color model conversion algorithms in JavaScript - Axon Flux // A Ruby on Rails Blog

Posted Almost 14 years ago by Lexy.
axonflux.com

Here is a set of additive color model conversion algorithms that I found published on Wikipedia and have implemented in...

Dokan » Blog Archive » Dokan Ruby 0.1.4 released

Posted Almost 14 years ago by Lexy.
dokan-dev.net

Dokan Ruby is a Ruby extension library to write a file system for Windows. This extension also has compatible API...

Rethinking PDF Creation in Ruby

Posted Almost 14 years ago by Lexy.
thinkrelevance.com

We're excited to announce PDFKit, an open source library that makes working with wkhtmltopdf a snap.

Sailing down the Hudson with RVM - GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS

Posted Almost 14 years ago by Lexy.
robots.thoughtbot.com

We recently decided our CI server needed an overhaul. I really enjoyed Integrity as a build server, but after trying...

ileitch's hijack at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Provides an irb session to an existing ruby process.

Introducing Isolate

Posted Almost 14 years ago by Lexy.
stevenrbaker.com

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

Ruby on Rails Tutorial: Learn Rails by Example | by Michael Hartl

Posted Almost 14 years ago by Lexy.
railstutorial.org

A thorough introduction to web development with Ruby on Rails

adamwiggins's clockwork at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Clockwork is a cron replacement. It runs as a lightweight, long-running Ruby process which sits alongside your web processes...

thoughtbot's bourne at master - GitHub

Posted Almost 14 years ago by Lexy.
github.com

Test spies are a form of test double that preserves the normal four-phase unit

Ultimate rspec matcher to test named_scope or scoped - Web development blog

Posted Almost 14 years ago by Lexy.
gusiev.com

What do we expect from the custom finder? We expect that it should find assets A, B, C and should...