A reasonable way to show high resolution images on retina displays


1 day ago by Manfred Stienstra on Fingertips.
Since the release of the New iPad, there have been quite a few scripts to help you show high resolution images on your website when it’s being viewed on...

jQuery find function


2 days ago by jaycfields on Jay Fields Thoughts.
I've recently been using Tilava Table on a few different projects. At one point I ran into a situation where I wanted to change all of the visible rows...

How I Open Source


3 days ago by jaycfields on Jay Fields Thoughts.
It's been recently brought to my attention that I don't view open-source the way that many of my friends do. My attitude has always been: Here's some code...

#350 REST API Versioning


3 days ago by Ryan Bates on Railscasts.
APIs should be consistent, but it is difficult to do this when returning a JSON response along side the HTML interface. Here I show how to add a versioned...

Agile Development with Clojure


4 days ago by jaycfields on Jay Fields Thoughts.
If you've ever spent any time learning Rails then you probably read one of the editions of Agile Web Development with Rails, and if you're like me (skeptical...

Follow-up Thoughts on Aligning Business & Programmer Goals


10 days ago by jaycfields on Jay Fields Thoughts.
My recent entry on Aligning Business & Programmer Goals led to an email conversation that I thought might be worth sharing. From A. Nonymous: I have an...

How to fix the Ruby 1.9 HTTPS/Bundler segmentation fault on OS X Lion


10 days ago by Hongli Lai on Phusion Corporate Blog.
If you’ve installed a gem bundle on OS X Lion the past few weeks then you may have seen the dreaded “[BUG] Segmentation fault” error,...

#348 The Rails API Gem


10 days ago by Ryan Bates on Railscasts.
It is often asked: Is Rails a good fit if I only need to serve an API? In this episode I show how to use the Rails API gem to create a slimmer Rails application...

Using the Team Server changeset as a software revision number


13 days ago by Dermot Hogan on Ruby In Steel.
There's one thing that's bugged me almost from the time I started using Microsoft's Team Server source control system – how to get some sort of build or...

#346 Wizard Forms with Wicked


16 days ago by Ryan Bates on Railscasts.
Creating a wizard form can be tricky in Rails. Learn how Wicked can help by turning a controller into a series of multiple steps....