pathf.com

There are many wonderful things about Rails and the Rails ecosystem. A clean, well-lighted path for keeping all your...

mikeonads.com

One of the things that I always wanted to do but never got around to was to analyze a user...

sourceforge.net

SWFRIP is a Macromedia Flash resource extractor and editor. It can save resources in various formats, including SVG conversion from...

pragdave.pragprog.com

So, as a result, people using RESTful ideas to talk to browsers have to put the smarts back on the...

paperplanes.de

In earlier version I needed to do an awkward thing that only affected development mode, where Rails unloads all classes...

modporter.com

Porter is essentially the inverse of X-SendFile. It parses the multipart post in C inside your apache process and...

tech.groups.yahoo.com

Most of the problems with cookies are due to breaking visibility,

intertwingly.net

Without intending to take anything away from Roy’s (valid) criticism on labeling, REST isn’t an all or nothing...

jamesgolick.com

Trample is a more flexible load simulator. Instead of a static list of urls, trample's configuration language is ruby...

opensoul.org

What if my controller decides to take the Thing.create! and rescue route? What if my model has a special initializer...

github.com

Deadweight is RCov for CSS, kind of. Given a set of stylesheets and a set of URLs, it determines which...

blog.purifyapp.com

MailStyle allows you to write the css for your html emails as you normally would, then writes the styles inline...

github.com

Helium accepts a list of URLs for different sections of a site then loads and parses each page to build...

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

intridea.com

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

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.