The Balanced Developer


3 months ago by David Eisinger, Senior Developer on Viget Extend : The Development Lab.
In preparation for a recent team offsite, I spent some time thinking about what I hold dear as a software developer. One idea I kept coming back to is the...

Upload Files Directly to S3 with Plupload, Rails, and Paperclip


3 months ago by Patrick Bacon on Atomic Spin.
Plupload is an open source javascript upload handler that supports uploading files directly to Amazon S3. This is an alternative to uploading files to the...

#294 Playing with PJAX


3 months ago by Ryan Bates on Railscasts.
PJAX allows you to quickly update a section of a page using AJAX with automatic pushState support. Here I show how to use both pjax_rails and rack-pjax...

Ruby 1.9.3 p0 is released


3 months ago by ruby-lang.org on ruby-lang.org.
Ruby 1.9.3 p0 is released. This is the latest stable version of 1.9 series.See ChangeLogs and NEWS for the descriptions. Locations <URL:http://ftp.ruby-lang...

Ruby 1.9.3 freaking fast bro


3 months ago by stJhimy on stJhimy - Playing around with codes!.
1.9.3 is here! I was very excited about this during the day, to finish my work time and test the brand new ruby 1.9.3, and i must say: IT'S AWESOME! So...

MacRuby: The Definitive Guide


3 months ago by Matt Aimonetti on O'Reilly Ruby.
Ruby and Cocoa on OS X, the iPhone, and the Device That Shall Not Be Named ...

This Week’s Top Ruby News: JRuby 1.6.5, A New Prag Prog Book, Fast Specs, Rails Style Guide and More


3 months ago by Peter Cooper on Ruby Inside.
This week brings us a new JRuby release, some Ruby 2.0 news (but you knew that already, right? ;-)) and a new BDD library that seems to have struck a chord...

Queuing as a Service via Amazon’s SQS


3 months ago by admin on The Disco Blog.
Amazon Simple Queue Service (SQS) borrows what it needs from message-oriented middleware (MOM) but doesn’t lock you in to any one implementation language...

JavaScript in the small


3 months ago by Ola Bini on Ola Bini on Java, Lisp, Ruby and AI.
My most recent project was on a fairly typical Java Web project where we had a component that should be written in JavaScript. Nothing fancy, and nothing...

Pass multiple blocks to methods using named procs


3 months ago by Jan Lelis on J-_-L.
My codebrawl entry (gist) got the 5th place (out of 20). Want to use it in real life :) CC-BY (DE) ...