Relative line numbers in Vim for super-fast movement
30 Jan 2012
Vim's relativenumber option is great, but sometimes it gets into your way a bit. With some clever settings, let's set it up so it just works.
30 Jan 2012
Vim's relativenumber option is great, but sometimes it gets into your way a bit. With some clever settings, let's set it up so it just works.
28 Nov 2011
To figure out how method chaining and lazy evaluation work, we’ll write a library that can chain method calls to build up a MongoDB query.
17 Oct 2011
Loading dependencies in your Rails models, controllers, and initializers instead of letting Bundler pre-require everything all the time.
03 Oct 2011
Creating RubyGems out of libraries you want to use in multiple projects, without the open source.
19 Sep 2011
Blazingly fast specs by testing Rails 3 custom validators without requiring the model
05 Sep 2011
Setting up MacVim with Janus and a sexy file drawer
25 Jul 2011
Is JSON API testing really that painful or are we just using the wrong tools for the job?
27 Jun 2011
Introducing Codebrawl, a Ruby and open source programming contest website
07 Jun 2011
About Euruko 2011 in Berlin and some thoughts about the Amsterdam edition next year
25 May 2011 by @meskyanichi
HireFire fires idle workers, and hires them when needed, saving you money and enables faster job processing.
09 May 2011
Wouldn't it be nice to have a service that indexes your RSS feed and allows you to search it using a JSON API?
18 Apr 2011
Using pure Ruby to find the differences in two versions of an image.
11 Apr 2011
Detecting blobs from an image in pure Ruby, with a bit of ChunkyPNG
09 Mar 2011
Serializing attributes in ActiveRecord has been possible for a while, but in Rails 3.1 you'll be able to use arbitrary objects. Published as a guest article for EdgeRails.
28 Feb 2011
Keeping up with the Rails Lighthouse can be quite a task. Here's what I did to make it a bit more manageable.
21 Feb 2011
Capybara turned carnivore and devoured Steak.
07 Feb 2011
Remember Swinger, the Capybara RSpec driver swapper? Capybara can now swap drivers out of the box.
31 Jan 2011
Dinosaurs with lasers & acceptance testing. About my Amsterdam.rb presentation comparing Cucumber to Steak.
24 Jan 2011
Trying to solve the problem of broken code being unable to test itself because it's broken
17 Jan 2011
Explaining why I think writing prototypes is good, as long as you throw them out.
20 Dec 2010
Releasing a simple userscript that adds the StillMaintained status buttons to Github search results.
13 Dec 2010
Highlighting some of the new features added to StillMaintained and giving you a sneak peak of the new design.
29 Nov 2010
Announcing stillmaintained.com, a simple web application that keeps track of open source maintenance states.
22 Nov 2010
Last week I released an RSpec progress bar formatter called Fuubar. Now it's running on RSpec 1.3.x, MiniTest and Cucumber.
18 Nov 2010
For when you really need to see what's going on in your acceptance test.
15 Nov 2010
Combining the work of Nick Evans and Michael Grosser in an attempt to create a better RSpec formatter
08 Nov 2010
Discovering RSpec's fail_fast configuration option and command line argument
05 Nov 2010 by @joshkalderimis
Sometimes giving back to the community isn't just about open source contributions.
01 Nov 2010
Introducing Swinger: a really simple extension that allows your Capybara to have multiple partners in one session.
25 Oct 2010
An overview of what inspired me the most attending RubyAndRails 2010 in Amsterdam
18 Oct 2010
Why I'm still having issues with gem builders and .gemspec files and why I think you should consider using Bundler to bootstrap your RubyGems.
11 Oct 2010
Why Git's rebase isn't evil and why I think you should use it more often.
27 Sep 2010
Letting the Bundler Gemfile read your .gemspec instead of the other way around.
20 Sep 2010
Automating your Terminal workflow to save you some keystrokes.
13 Sep 2010
Trying to figure out how to temporarily disable callbacks. How would you solve this?
07 Sep 2010
Trying to clear some misconceptions about Cucumber while telling you my reason for not using it.
30 Aug 2010
Telling you what Git's reflog and bisect do and why they're awesome.
23 Aug 2010
Explaining some things that I think would make using Git a bit more enjoyable when working in a team.
19 Aug 2010
Using Vincent Driessen's branching model and Git extensions to keep your repositories organized.
16 Aug 2010
Bundler made gem dependencies in Rails projects a lot easier, but what about gems themselves?
09 Aug 2010
Wrapping up my Node.js web socket experiment with a mouse chat.
03 Aug 2010
After letting my Node.js and web sockets experiment run for a week, I decided to improve the code a bit.
19 Jul 2010
About some problems I'm having with old open source projects and a Github feature request to try and fix them.
12 Jul 2010
Highlighting some mistakes I made in Navvy's specs, providing a solution and suggesting you do the same.
06 Jul 2010
After using Textmate for everything In the last few years, I checked out Vim last week. Here's what happened.
28 Jun 2010
Announcing a new version of Navvy, the database agnostic Ruby background job processor.
31 May 2010
Let's stop using the included daemon script and actually monitor our background process, shall we?
24 May 2010
The what, why and how of the database agnostic Ruby background job processor.
17 May 2010 by @matsimitsu
This would have saved me a lot of trouble.
10 May 2010
A little spec I wrote to ensure my blueprints stay in shape.
03 May 2010
Minimalist acceptance testing using pure Ruby with Rspec, Steak and Webrat or Capybara.
26 Apr 2010
Using machinist_mongo to use Machinist with mongoDB ORMs.
19 Apr 2010
Introducing Guestlist: a Rubygem for user authentication using Github credentials.
13 Apr 2010
No registration or confirmation. Authentication middleware that gets the job done.
03 Apr 2010
Why *.gemspecs in repositories aren't as stupid as I thought and why Rakefiles don't have anything to do with anything.
02 Apr 2010
Being overly dramatic about putting the *.gemspec in your gitignore file to keep people from patching it.
27 Mar 2010
About the mobypicture-auto-website-background-image-fetcher.