Software engineer, open source fanatic, Ruby/Rails enthusiast.

Copy files from remote server to your local box

17 Jan 2012

Quick post with example of how you can copy a file from remote server to your local machine using SSH

Rails polymorphic association without the type column, possible?

16 Dec 2011

Open question to all Rails experts. Can you define a polymorphic association that doesn't use the type column (for better mysql performance)?

Replace the Hash syntax to the 1.9 syntax for all files, with a regular expression

13 Dec 2011

How can you switch an entire project to the new Ruby 1.9.2 syntax with a single Regular expression.

Get information about all your mysql database tables with a single query

12 Dec 2011

A Whole new page

10 Dec 2011

Why I moved my blog away of wordpress and why this is a good thing, even though it originated as a bad situation.

Setup your laptop for Ruby and Rails development

15 Nov 2011

Not the regular walkthrough tutorial that will take you ages, a simple elegant one click solution to get your new machine (and yourself) up to speed.

Kill all resque workers with a single command

17 Sep 2011

Resque can be quite tricky to manage, kill, restart, this post will show you how you can kill all resque workers with a single command.

Re-Queue failed jobs with Resque

08 Sep 2011

How you can re-queue your failed workers so you won't loose valuable data.

Rails uninitialized constant Resque::Server

31 Aug 2011

A problem with one of the Resque gem versions, what did I do to fix it.

Use specific version of RubyGems per project with RVM

24 Aug 2011

Sometimes, you have some legacy projects where you need an older version of RubyGems in order for them to work, this post will show you how you can do it through RVM without affecting your new projects.

Didn't find what you were looking for? There's more in the archive.

This theme was created by: Jeff Kreeftmeijer, Thank you!

 
Fork me on GitHub