code.google.com

RESTClient is a Java application to test RESTful webservices. It can be used to test variety of HTTP communications.

github.com

The Ruby Koans walk you along the path to enlightenment in order to learn Ruby. The goal is to learn...

fontsquirrel.com

Download hundreds of prepackaged @font-face kits

github.com

Rack middleware for rate-limiting incoming HTTP requests.

intridea.com

Pretty much everyone who claims to have a REST API, in fact, does not. The closest I’ve found is...

robots.thoughtbot.com

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

Just assign the existing attachment to another record: new_photo = Photo.new new_photo.image = old_photo.image Paperclip will duplicate the file when saving...

This is more tricky than it should be because url_for, asset_path, etc. all rely on different mechanisms.