railsenvy.com

Webbynode is a very affordable VPS host (256 RAM for $15) which has great support for Rails applications.

railsrescuebook.com

How to rescue a project without losing your mind.

themomorohoax.com

Here are eight things my team has found to be true after working with Cucumber for about 6 months.

github.com

Rails extensions to simplify internationalization

github.com

Read_from_slave for Rails enables database reads from a slave database, while writes continue to go to the master

blog.thinkrelevance.com

hat's the dirty little secret of our industry; green screen apps are usually pretty darn fast. They aren't...

leadthinking.com

In a nutshell, Bowline lets you build cross platform desktop applications with Ruby, HTML and JavaScript. The idea is to...

github.com

As we get ready to upgrade our servers I thought it’d be a good time to upgrade our deployment...

weblog.raganwald.com

For all of my professed admiration of Ruby on rails, I personally don't think that easier and more productive...

bingocardcreator.com

A/Bingo is a Ruby on Rails A/B testing framework written as a plugin.

github.com

View testing that doesn't suck.

blog.innerewut.de

Recently I've been made aware of people inside US Government organizations using my Ruby on Rails Security presentation as...

netalive.org

I brought up the question whether tests should call the translation API when checking for the presence of a string...

buildingwebapps.com

On any page accessed with SSL, all Ajax requests must use SSL, or they will fail. To make this happen...

idolhands.com

Passing the --profile flag to RSpec produces some additional output, namely the running times of the ten slowest examples in...

github.com

Background allows you to add some context to the scenarios in a single feature. A Background is much like a...

m.onkey.org

decided to go fixtureless with Shoulda + Factory Girl. All good, except one problem. Slow as fuck tests. So here’s...

themomorohoax.com

Stop writing your own random string generators. Rails does this for you.